ESP-IDF
mcpwm_generator_action_t
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (3/5)...
Files
loading (4/5)...
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_generator_action_t
mcpwm_generator_action_t enum
Syntax
Show:
Summary
Declaration
from
mcpwm_types.h:84
enum
{
MCPWM_GEN_ACTION_KEEP
,
MCPWM_GEN_ACTION_LOW
,
MCPWM_GEN_ACTION_HIGH
,
MCPWM_GEN_ACTION_TOGGLE
,
}
;
Values
Value
Declared as
Description
mcpwm_generator_action_t::MCPWM_GEN_ACTION_KEEP
Generator action: Keep the same level.
mcpwm_generator_action_t::MCPWM_GEN_ACTION_LOW
Generator action: Force to low level.
mcpwm_generator_action_t::MCPWM_GEN_ACTION_HIGH
Generator action: Force to high level.
mcpwm_generator_action_t::MCPWM_GEN_ACTION_TOGGLE
Generator action: Toggle level.
Examples
References
from
examples
Code
Location
Scope
Referrer
typedef
enum
{
mcpwm_types.h:84
}
mcpwm_generator_action_t
;
mcpwm_types.h:89
mcpwm_generator_action_t
action
;
/*!< Generator action should perform */
mcpwm_gen.h:83
mcpwm_gen_timer_event_action_t
mcpwm_gen_timer_event_action_t::action
mcpwm_generator_action_t
action
;
/*!< Generator action should perform */
mcpwm_gen.h:128
mcpwm_gen_compare_event_action_t
mcpwm_gen_compare_event_action_t::action
mcpwm_generator_action_t
action
;
/*!< Generator action should perform */
mcpwm_gen.h:171
mcpwm_gen_brake_event_action_t
mcpwm_gen_brake_event_action_t::action
mcpwm_generator_action_t
action
;
/*!< Generator action should perform */
mcpwm_gen.h:214
mcpwm_gen_fault_event_action_t
mcpwm_gen_fault_event_action_t::action
mcpwm_generator_action_t
action
;
/*!< Generator action should perform */
mcpwm_gen.h:241
mcpwm_gen_sync_event_action_t
mcpwm_gen_sync_event_action_t::action
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()::action
}
mcpwm_generator_action_t
;
mcpwm_types.h:89
mcpwm_generator_action_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_generator_set_action_on_timer_event()::action
mcpwm_ll_generator_set_action_on_timer_event()
mcpwm_ll.h:789
mcpwm_gen_timer_event_action_t::action
mcpwm_gen_timer_event_action_t
mcpwm_gen.h:83
mcpwm_gen_compare_event_action_t::action
mcpwm_gen_compare_event_action_t
mcpwm_gen.h:128
mcpwm_gen_brake_event_action_t::action
mcpwm_gen_brake_event_action_t
mcpwm_gen.h:171
mcpwm_gen_fault_event_action_t::action
mcpwm_gen_fault_event_action_t
mcpwm_gen.h:214
mcpwm_gen_sync_event_action_t::action
mcpwm_gen_sync_event_action_t
mcpwm_gen.h:241
Lifecycle
from
examples
All items filtered out
All items filtered out