ESP-IDF
+
0
/1 examples
SourceVu will show references to
MCPWM_TIMER_COUNT_MODE_UP_DOWN
from the following samples and libraries:
mcpwm_foc_svpwm_open_loop sample
Symbol previews are coming soon...
Symbols
loading...
Files
loading (1/5)...
Summary
Syntax
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_UP_DOWN
MCPWM_TIMER_COUNT_MODE_UP_DOWN value
MCPWM timer counting up and down
Syntax
Show:
Summary
Declaration
from
mcpwm_types.h:67
MCPWM_TIMER_COUNT_MODE_UP_DOWN
;
Examples
MCPWM_TIMER_COUNT_MODE_UP_DOWN
is referenced by 1 libraries and example projects:
mcpwm_foc_svpwm_open_loop sample
References
from
0/1
examples
Code
Location
Referrer
MCPWM_TIMER_COUNT_MODE_UP_DOWN
,
/*!< MCPWM timer counting up and down */
mcpwm_types.h:67
bool
invalid_utep
=
(
timer
->
count_mode
==
MCPWM_TIMER_COUNT_MODE_UP_DOWN
)
&&
mcpwm_gen.c:177
mcpwm_generator_set_action_on_timer_event()
bool
invalid_dtez
=
(
timer
->
count_mode
==
MCPWM_TIMER_COUNT_MODE_UP_DOWN
)
&&
mcpwm_gen.c:180
mcpwm_generator_set_action_on_timer_event()
invalid_utep
=
(
timer
->
count_mode
==
MCPWM_TIMER_COUNT_MODE_UP_DOWN
)
&&
mcpwm_gen.c:204
mcpwm_generator_set_actions_on_timer_event()
invalid_dtez
=
(
timer
->
count_mode
==
MCPWM_TIMER_COUNT_MODE_UP_DOWN
)
&&
mcpwm_gen.c:207
mcpwm_generator_set_actions_on_timer_event()
case
MCPWM_TIMER_COUNT_MODE_UP_DOWN
:
mcpwm_legacy.c:422
mcpwm_set_duty_type()
case
MCPWM_TIMER_COUNT_MODE_UP_DOWN
:
mcpwm_ll.h:328
mcpwm_ll_timer_set_count_mode()
return
MCPWM_TIMER_COUNT_MODE_UP_DOWN
;
mcpwm_ll.h:1637
mcpwm_ll_timer_get_count_mode()
if
(
config
->
count_mode
==
MCPWM_TIMER_COUNT_MODE_UP_DOWN
)
{
mcpwm_timer.c:100
mcpwm_new_timer()
mcpwm_ll_timer_set_peak
(
hal
->
dev
,
timer_id
,
peak_ticks
,
timer
->
count_mode
==
MCPWM_TIMER_COUNT_MODE_UP_DOWN
)
;
mcpwm_timer.c:139
mcpwm_new_timer()
if
(
timer
->
count_mode
==
MCPWM_TIMER_COUNT_MODE_UP_DOWN
)
{
mcpwm_timer.c:197
mcpwm_timer_set_period()
mcpwm_ll_timer_set_peak
(
hal
->
dev
,
timer_id
,
peak_ticks
,
timer
->
count_mode
==
MCPWM_TIMER_COUNT_MODE_UP_DOWN
)
;
mcpwm_timer.c:201
mcpwm_timer_set_period()
Call Tree
from
0/1
examples
All items filtered out
All items filtered out
Data Use
from
0/1
examples
MCPWM_TIMER_COUNT_MODE_UP_DOWN
is read by 7 functions:
All items filtered out
MCPWM_TIMER_COUNT_MODE_UP_DOWN
mcpwm_set_duty_type()
mcpwm_ll_timer_set_count_mode()
mcpwm_ll_timer_get_count_mode()
mcpwm_generator_set_action_on_timer_event()
mcpwm_generator_set_actions_on_timer_event()
mcpwm_new_timer()
mcpwm_timer_set_period()
All items filtered out
Class Tree
from
0/1
examples
All items filtered out
All items filtered out
Override Tree
from
0/1
examples
All items filtered out
All items filtered out
Implementations
from
0/1
examples
All items filtered out
All items filtered out
Instances
from
0/1
examples
Lifecycle
from
0/1
examples
All items filtered out
All items filtered out