ESP-IDF
mcpwm_timer_count_mode_t
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (2/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_count_mode_t
mcpwm_timer_count_mode_t enum
Syntax
Show:
Summary
Declaration
from
mcpwm_types.h:63
enum
{
MCPWM_TIMER_COUNT_MODE_PAUSE
,
MCPWM_TIMER_COUNT_MODE_UP
,
MCPWM_TIMER_COUNT_MODE_DOWN
,
MCPWM_TIMER_COUNT_MODE_UP_DOWN
,
}
;
Values
Value
Declared as
Description
mcpwm_timer_count_mode_t::MCPWM_TIMER_COUNT_MODE_PAUSE
MCPWM timer paused.
mcpwm_timer_count_mode_t::MCPWM_TIMER_COUNT_MODE_UP
MCPWM timer counting up.
mcpwm_timer_count_mode_t::MCPWM_TIMER_COUNT_MODE_DOWN
MCPWM timer counting down.
mcpwm_timer_count_mode_t::MCPWM_TIMER_COUNT_MODE_UP_DOWN
MCPWM timer counting up and down.
Examples
References
from
examples
Code
Location
Scope
Referrer
typedef
enum
{
mcpwm_types.h:63
}
mcpwm_timer_count_mode_t
;
mcpwm_types.h:68
static
inline
void
mcpwm_ll_timer_set_count_mode
(
mcpwm_dev_t
*
mcpwm
,
int
timer_id
,
mcpwm_timer_count_mode_t
mode
)
mcpwm_ll.h:316
mcpwm_ll_timer_set_count_mode()
mcpwm_ll_timer_set_count_mode()::mode
static
inline
mcpwm_timer_count_mode_t
mcpwm_ll_timer_get_count_mode
(
mcpwm_dev_t
*
mcpwm
,
int
timer_id
)
mcpwm_ll.h:1629
mcpwm_ll_timer_get_count_mode()
mcpwm_timer_count_mode_t
count_mode
;
// count mode
mcpwm_private.h:96
mcpwm_timer_t
mcpwm_timer_t::count_mode
mcpwm_timer_count_mode_t
count_mode
;
/*!< Count mode */
mcpwm_timer.h:36
mcpwm_timer_config_t
mcpwm_timer_config_t::count_mode
}
mcpwm_timer_count_mode_t
;
mcpwm_types.h:68
mcpwm_timer_count_mode_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_set_count_mode()::mode
mcpwm_ll_timer_set_count_mode()
mcpwm_ll.h:316
return
mcpwm_ll_timer_get_count_mode()
mcpwm_ll.h:1629
mcpwm_timer_t::count_mode
mcpwm_timer_t
mcpwm_private.h:96
mcpwm_timer_config_t::count_mode
mcpwm_timer_config_t
mcpwm_timer.h:36
Lifecycle
from
examples
All items filtered out
All items filtered out