ESP-IDF
+
0
/1 examples
SourceVu will show references to
mcpwm_gpio_sync_src_config_t::flags
from the following samples and libraries:
mcpwm_sync sample
Symbol previews are coming soon...
Symbols
loading (3/5)...
Files
loading (4/5)...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
mcpwm_gpio_sync_src_config_t::flags
mcpwm_gpio_sync_src_config_t::flags field
Extra configuration flags for GPIO sync source
Syntax
Show:
Summary
Declaration
from
mcpwm_sync.h:49
struct
{
uint32_t
active_neg
:
1
;
uint32_t
io_loop_back
:
1
;
uint32_t
pull_up
:
1
;
uint32_t
pull_down
:
1
;
}
flags
;
Examples
mcpwm_gpio_sync_src_config_t::flags
is referenced by 1 libraries and example projects:
mcpwm_sync sample
References
from
0/1
examples
Code
Location
Referrer
}
flags
;
/*!< Extra configuration flags for GPIO sync source */
mcpwm_sync.h:54
if
(
config
->
flags
.
pull_down
)
{
mcpwm_sync.c:202
mcpwm_new_gpio_sync_src()
if
(
config
->
flags
.
pull_up
)
{
mcpwm_sync.c:205
mcpwm_new_gpio_sync_src()
if
(
config
->
flags
.
io_loop_back
)
{
mcpwm_sync.c:210
mcpwm_new_gpio_sync_src()
mcpwm_ll_invert_gpio_sync_input
(
group
->
hal
.
dev
,
sync_id
,
config
->
flags
.
active_neg
)
;
mcpwm_sync.c:216
mcpwm_new_gpio_sync_src()
Call Tree
from
0/1
examples
All items filtered out
All items filtered out
Data Use
from
0/1
examples
mcpwm_gpio_sync_src_config_t::flags
is read by 1 function:
All items filtered out
mcpwm_gpio_sync_src_config_t::flags
mcpwm_new_gpio_sync_src()
All items filtered out
Class Tree
from
0/1
examples
All items filtered out
All items filtered out
Override Tree
from
0/1
examples
All items filtered out
All items filtered out
Implementations
from
0/1
examples
All items filtered out
All items filtered out
Instances
from
0/1
examples
Lifecycle
from
0/1
examples
All items filtered out
All items filtered out