ESP-IDF
mcpwm_timer_direction_t
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (1/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_timer_direction_t
mcpwm_timer_direction_t enum
Syntax
Show:
Summary
Declaration
from
mcpwm_types.h:46
enum
{
MCPWM_TIMER_DIRECTION_UP
,
MCPWM_TIMER_DIRECTION_DOWN
,
}
;
Values
Value
Declared as
Description
mcpwm_timer_direction_t::MCPWM_TIMER_DIRECTION_UP
Counting direction: Increase.
mcpwm_timer_direction_t::MCPWM_TIMER_DIRECTION_DOWN
Counting direction: Decrease.
Examples
References
from
examples
Code
Location
Scope
Referrer
typedef
enum
{
mcpwm_types.h:46
}
mcpwm_timer_direction_t
;
mcpwm_types.h:49
esp_err_t
mcpwm_timer_get_phase
(
mcpwm_timer_handle_t
timer
,
uint32_t
*
count_value
,
mcpwm_timer_direction_t
*
direction
)
;
mcpwm.h:32
mcpwm_timer_get_phase()
mcpwm_timer_get_phase()::direction
mcpwm_timer_direction_t
direction
;
/*!< The count direction that should lock to upon sync event */
mcpwm_cap.h:121
mcpwm_capture_timer_sync_phase_config_t
mcpwm_capture_timer_sync_phase_config_t::direction
mcpwm_timer_direction_t
direction
;
/*!< Timer direction */
mcpwm_gen.h:81
mcpwm_gen_timer_event_action_t
mcpwm_gen_timer_event_action_t::direction
mcpwm_timer_direction_t
direction
;
/*!< Timer direction */
mcpwm_gen.h:126
mcpwm_gen_compare_event_action_t
mcpwm_gen_compare_event_action_t::direction
mcpwm_timer_direction_t
direction
;
/*!< Timer direction */
mcpwm_gen.h:169
mcpwm_gen_brake_event_action_t
mcpwm_gen_brake_event_action_t::direction
mcpwm_timer_direction_t
direction
;
/*!< Timer direction */
mcpwm_gen.h:212
mcpwm_gen_fault_event_action_t
mcpwm_gen_fault_event_action_t::direction
mcpwm_timer_direction_t
direction
;
/*!< Timer direction */
mcpwm_gen.h:239
mcpwm_gen_sync_event_action_t
mcpwm_gen_sync_event_action_t::direction
static
inline
mcpwm_timer_direction_t
mcpwm_ll_timer_get_count_direction
(
mcpwm_dev_t
*
mcpwm
,
int
timer_id
)
mcpwm_ll.h:389
mcpwm_ll_timer_get_count_direction()
static
inline
void
mcpwm_ll_timer_set_sync_phase_direction
(
mcpwm_dev_t
*
mcpwm
,
int
timer_id
,
mcpwm_timer_direction_t
direction
)
mcpwm_ll.h:482
mcpwm_ll_timer_set_sync_phase_direction()
mcpwm_ll_timer_set_sync_phase_direction()::direction
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()::direction
mcpwm_timer_direction_t
direction
,
int
cmp_id
,
int
action
)
mcpwm_ll.h:812
mcpwm_ll_generator_set_action_on_compare_event()
mcpwm_ll_generator_set_action_on_compare_event()::direction
mcpwm_timer_direction_t
direction
,
int
trig_id
,
int
action
)
mcpwm_ll.h:834
mcpwm_ll_generator_set_action_on_trigger_event()
mcpwm_ll_generator_set_action_on_trigger_event()::direction
mcpwm_timer_direction_t
direction
,
mcpwm_operator_brake_mode_t
brake_mode
,
int
action
)
mcpwm_ll.h:856
mcpwm_ll_generator_set_action_on_brake_event()
mcpwm_ll_generator_set_action_on_brake_event()::direction
esp_err_t
mcpwm_timer_get_phase
(
mcpwm_timer_handle_t
timer
,
uint32_t
*
count_value
,
mcpwm_timer_direction_t
*
direction
)
mcpwm_timer.c:253
mcpwm_timer_get_phase()
mcpwm_timer_get_phase()::direction
mcpwm_timer_direction_t
direction
;
/*!< The count direction that should lock to upon sync event */
mcpwm_timer.h:153
mcpwm_timer_sync_phase_config_t
mcpwm_timer_sync_phase_config_t::direction
mcpwm_timer_direction_t
direction
;
/*!< MCPWM timer count direction */
mcpwm_types.h:62
mcpwm_timer_event_data_t
mcpwm_timer_event_data_t::direction
mcpwm_timer_direction_t
direction
;
/*!< Count direction */
mcpwm_types.h:112
mcpwm_compare_event_data_t
mcpwm_compare_event_data_t::direction
}
mcpwm_timer_direction_t
;
mcpwm_types.h:49
mcpwm_timer_direction_t
mcpwm_timer_direction_t
count_direction
;
/*!<Counting direction to be set after sync */
mcpwm_types_legacy.h:304
mcpwm_sync_config_t
mcpwm_sync_config_t::count_direction
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
return
mcpwm_ll_timer_get_count_direction()
mcpwm_ll.h:389
mcpwm_ll_timer_set_sync_phase_direction()::direction
mcpwm_ll_timer_set_sync_phase_direction()
mcpwm_ll.h:482
mcpwm_ll_generator_set_action_on_timer_event()::direction
mcpwm_ll_generator_set_action_on_timer_event()
mcpwm_ll.h:789
mcpwm_ll_generator_set_action_on_compare_event()::direction
mcpwm_ll_generator_set_action_on_compare_event()
mcpwm_ll.h:812
mcpwm_ll_generator_set_action_on_trigger_event()::direction
mcpwm_ll_generator_set_action_on_trigger_event()
mcpwm_ll.h:834
mcpwm_ll_generator_set_action_on_brake_event()::direction
mcpwm_ll_generator_set_action_on_brake_event()
mcpwm_ll.h:856
mcpwm_sync_config_t::count_direction
mcpwm_sync_config_t
mcpwm_types_legacy.h:304
mcpwm_capture_timer_sync_phase_config_t::direction
mcpwm_capture_timer_sync_phase_config_t
mcpwm_cap.h:121
mcpwm_timer_event_data_t::direction
mcpwm_timer_event_data_t
mcpwm_types.h:62
mcpwm_compare_event_data_t::direction
mcpwm_compare_event_data_t
mcpwm_types.h:112
mcpwm_gen_timer_event_action_t::direction
mcpwm_gen_timer_event_action_t
mcpwm_gen.h:81
mcpwm_gen_compare_event_action_t::direction
mcpwm_gen_compare_event_action_t
mcpwm_gen.h:126
mcpwm_gen_brake_event_action_t::direction
mcpwm_gen_brake_event_action_t
mcpwm_gen.h:169
mcpwm_gen_fault_event_action_t::direction
mcpwm_gen_fault_event_action_t
mcpwm_gen.h:212
mcpwm_gen_sync_event_action_t::direction
mcpwm_gen_sync_event_action_t
mcpwm_gen.h:239
mcpwm_timer_get_phase()::direction
mcpwm_timer_get_phase()
mcpwm_timer.c:253
mcpwm_timer_sync_phase_config_t::direction
mcpwm_timer_sync_phase_config_t
mcpwm_timer.h:153
mcpwm_timer_get_phase()::direction
mcpwm_timer_get_phase()
mcpwm.h:32
Lifecycle
from
examples
All items filtered out
All items filtered out