ESP-IDF
mcpwm_timer_event_t
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Values
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
mcpwm_timer_event_t
mcpwm_timer_event_t enum
Syntax
Show:
Summary
Declaration
from
mcpwm_types.h:54
enum
{
MCPWM_TIMER_EVENT_EMPTY
,
MCPWM_TIMER_EVENT_FULL
,
MCPWM_TIMER_EVENT_INVALID
,
}
;
Values
Value
Declared as
Description
mcpwm_timer_event_t::MCPWM_TIMER_EVENT_EMPTY
MCPWM timer counts to zero (i.e. counter is empty).
mcpwm_timer_event_t::MCPWM_TIMER_EVENT_FULL
MCPWM timer counts to peak (i.e. counter is full).
mcpwm_timer_event_t::MCPWM_TIMER_EVENT_INVALID
MCPWM timer invalid event.
Examples
References
from
examples
Code
Location
Scope
Referrer
typedef
enum
{
mcpwm_types.h:54
}
mcpwm_timer_event_t
;
mcpwm_types.h:58
mcpwm_timer_event_t
event
;
/*!< Timer event */
mcpwm_gen.h:82
mcpwm_gen_timer_event_action_t
mcpwm_gen_timer_event_action_t::event
static
inline
void
mcpwm_ll_timer_sync_out_on_timer_event
(
mcpwm_dev_t
*
mcpwm
,
int
timer_id
,
mcpwm_timer_event_t
event
)
mcpwm_ll.h:425
mcpwm_ll_timer_sync_out_on_timer_event()
mcpwm_ll_timer_sync_out_on_timer_event()::event
mcpwm_timer_direction_t
direction
,
mcpwm_timer_event_t
event
,
mcpwm_generator_action_t
action
)
mcpwm_ll.h:789
mcpwm_ll_generator_set_action_on_timer_event()
mcpwm_ll_generator_set_action_on_timer_event()::event
mcpwm_timer_event_t
timer_event
;
/*!< Timer event, upon which MCPWM timer will generate the sync signal */
mcpwm_sync.h:22
mcpwm_timer_sync_src_config_t
mcpwm_timer_sync_src_config_t::timer_event
}
mcpwm_timer_event_t
;
mcpwm_types.h:58
mcpwm_timer_event_t
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
Instance
Scope
Location
Project
mcpwm_ll_timer_sync_out_on_timer_event()::event
mcpwm_ll_timer_sync_out_on_timer_event()
mcpwm_ll.h:425
mcpwm_ll_generator_set_action_on_timer_event()::event
mcpwm_ll_generator_set_action_on_timer_event()
mcpwm_ll.h:789
mcpwm_gen_timer_event_action_t::event
mcpwm_gen_timer_event_action_t
mcpwm_gen.h:82
mcpwm_timer_sync_src_config_t::timer_event
mcpwm_timer_sync_src_config_t
mcpwm_sync.h:22
Lifecycle
from
examples
All items filtered out
All items filtered out