ESP-IDF
MCPWM_SELECT_GPIO_SYNC2
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_SYNC2
MCPWM_SELECT_GPIO_SYNC2 value
Select GPIO SYNC2 as input
Syntax
Show:
Summary
Declaration
from
mcpwm_types_legacy.h:129
MCPWM_SELECT_GPIO_SYNC2
;
Examples
References
from
examples
Code
Location
Referrer
MCPWM_SELECT_GPIO_SYNC2
,
/*!<Select GPIO SYNC2 as input*/
mcpwm_types_legacy.h:129
ESP_RETURN_ON_FALSE
(
sync_conf
->
sync_sig
<=
MCPWM_SELECT_GPIO_SYNC2
,
ESP_ERR_INVALID_ARG
,
TAG
,
"invalid sync_sig"
)
;
mcpwm_legacy.c:973
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()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
MCPWM_SELECT_GPIO_SYNC2
is read by 2 functions:
All items filtered out
MCPWM_SELECT_GPIO_SYNC2
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