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

Fields

Field
Declared as
Description
int
Specify from which group to allocate the MCPWM timer.
MCPWM timer clock source.
uint32_t
Counter resolution in Hz The step size of each count tick equals to (1 / resolution_hz) seconds.
Count mode.
uint32_t
Number of count ticks within a period.
int
MCPWM timer 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_period_on_empty: 1; uint32_t update_period_on_sync: 1; uint32_t allow_pd: 1; }
Extra configuration flags for timer.