ESP-IDF
MCPWM_SELECT_GPIO_SYNC0
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
MCPWM_SELECT_GPIO_SYNC0
MCPWM_SELECT_GPIO_SYNC0 value
Select GPIO SYNC0 as input
Syntax
Show:
Summary
Declaration
from
mcpwm_types_legacy.h:127
MCPWM_SELECT_GPIO_SYNC0
;
Examples
References
from
examples
Code
Location
Referrer
MCPWM_SELECT_GPIO_SYNC0
,
/*!<Select GPIO SYNC0 as input*/
mcpwm_types_legacy.h:127
mcpwm_ll_timer_set_gpio_sync_input
(
hal
->
dev
,
timer_num
,
sync_conf
->
sync_sig
-
MCPWM_SELECT_GPIO_SYNC0
)
;
mcpwm_legacy.c:987
mcpwm_sync_configure()
ESP_RETURN_ON_FALSE
(
sync_sig
>=
MCPWM_SELECT_GPIO_SYNC0
&&
sync_sig
<=
MCPWM_SELECT_GPIO_SYNC2
,
mcpwm_legacy.c:1019
mcpwm_sync_invert_gpio_synchro()
mcpwm_ll_invert_gpio_sync_input
(
hal
->
dev
,
sync_sig
-
MCPWM_SELECT_GPIO_SYNC0
,
invert
)
;
mcpwm_legacy.c:1024
mcpwm_sync_invert_gpio_synchro()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
MCPWM_SELECT_GPIO_SYNC0
is read by 2 functions:
All items filtered out
MCPWM_SELECT_GPIO_SYNC0
mcpwm_sync_configure()
mcpwm_sync_invert_gpio_synchro()
All items filtered out
Class Tree
from
examples
All items filtered out
All items filtered out
Override Tree
from
examples
All items filtered out
All items filtered out
Implementations
from
examples
All items filtered out
All items filtered out
Instances
from
examples
Lifecycle
from
examples
All items filtered out
All items filtered out