ESP-IDF
mcpwm_group_t
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Related
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
mcpwm_group_t
mcpwm_group_t struct
Syntax
Show:
Summary
Declaration
Definition
from
mcpwm_private.h:46
typedef
struct
mcpwm_group_t
mcpwm_group_t
;
Implemented in
mcpwm_private.h:63
Fields
Field
Declared as
mcpwm_group_t::group_id
int
mcpwm_group_t::intr_priority
int
mcpwm_group_t::hal
mcpwm_hal_context_t
mcpwm_group_t::spinlock
portMUX_TYPE
mcpwm_group_t::prescale
uint32_t
mcpwm_group_t::resolution_hz
uint32_t
mcpwm_group_t::pm_lock
esp_pm_lock_handle_t
mcpwm_group_t::clk_src
soc_module_clk_t
mcpwm_group_t::cap_timer
mcpwm_cap_timer_t
*
mcpwm_group_t::timers
mcpwm_timer_t
*
[
SOC_MCPWM_TIMERS_PER_GROUP
]
mcpwm_group_t::operators
mcpwm_oper_t
*
[
SOC_MCPWM_OPERATORS_PER_GROUP
]
mcpwm_group_t::gpio_faults
mcpwm_gpio_fault_t
*
[
SOC_MCPWM_GPIO_FAULTS_PER_GROUP
]
mcpwm_group_t::gpio_sync_srcs
mcpwm_gpio_sync_src_t
*
[
SOC_MCPWM_GPIO_SYNCHROS_PER_GROUP
]
mcpwm_group_t::pm_lock_name
char
[
MCPWM_PM_LOCK_NAME_LEN_MAX
]
Related Functions
Found 5 other functions taking a
mcpwm_group_t
argument:
Function
mcpwm_release_group_handle()
mcpwm_check_intr_priority()
mcpwm_get_intr_priority_flag()
mcpwm_select_periph_clock()
mcpwm_set_prescale()
Examples
References
from
examples
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
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