ESP-IDF + 0/5 examples
SourceVu will show references to mcpwm_operator_config_t from the following samples and libraries:
 
Symbols
loading (1/5)...
Files
loading (2/5)...
SummarySyntaxExamplesReferencesInstances

Fields

Field
Declared as
Description
int
Specify from which group to allocate the MCPWM operator.
int
MCPWM operator interrupt priority, if set to 0, the driver will try to allocate an interrupt with a relative low priority (1,2,3).
struct { uint32_t update_gen_action_on_tez: 1; uint32_t update_gen_action_on_tep: 1; uint32_t update_gen_action_on_sync: 1; uint32_t update_dead_time_on_tez: 1; uint32_t update_dead_time_on_tep: 1; uint32_t update_dead_time_on_sync: 1; }
Extra configuration flags for operator.