ESP-IDF
MCPWM_TIMER_EVENT_FULL
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
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_EVENT_FULL
MCPWM_TIMER_EVENT_FULL value
MCPWM timer counts to peak (i.e. counter is full)
Syntax
Show:
Summary
Declaration
from
mcpwm_types.h:56
MCPWM_TIMER_EVENT_FULL
;
Examples
References
from
examples
Code
Location
Referrer
MCPWM_TIMER_EVENT_FULL
,
/*!< MCPWM timer counts to peak (i.e. counter is full) */
mcpwm_types.h:56
(
ev_act
.
event
==
MCPWM_TIMER_EVENT_FULL
)
;
mcpwm_gen.c:179
mcpwm_generator_set_action_on_timer_event()
(
ev_act_itor
.
event
==
MCPWM_TIMER_EVENT_FULL
)
;
mcpwm_gen.c:206
mcpwm_generator_set_actions_on_timer_event()
mcpwm_ll_generator_set_action_on_timer_event
(
hal
->
dev
,
op
,
gen
,
MCPWM_TIMER_DIRECTION_UP
,
MCPWM_TIMER_EVENT_FULL
,
MCPWM_GEN_ACTION_KEEP
)
;
mcpwm_legacy.c:387
mcpwm_set_duty_type()
mcpwm_ll_generator_set_action_on_timer_event
(
hal
->
dev
,
op
,
gen
,
MCPWM_TIMER_DIRECTION_UP
,
MCPWM_TIMER_EVENT_FULL
,
MCPWM_ACTION_NO_CHANGE
)
;
mcpwm_legacy.c:391
mcpwm_set_duty_type()
mcpwm_ll_generator_set_action_on_timer_event
(
hal
->
dev
,
op
,
gen
,
MCPWM_TIMER_DIRECTION_UP
,
MCPWM_TIMER_EVENT_FULL
,
MCPWM_ACTION_FORCE_LOW
)
;
mcpwm_legacy.c:395
mcpwm_set_duty_type()
mcpwm_ll_generator_set_action_on_timer_event
(
hal
->
dev
,
op
,
gen
,
MCPWM_TIMER_DIRECTION_UP
,
MCPWM_TIMER_EVENT_FULL
,
MCPWM_ACTION_FORCE_HIGH
)
;
mcpwm_legacy.c:399
mcpwm_set_duty_type()
mcpwm_ll_generator_set_action_on_timer_event
(
hal
->
dev
,
op
,
gen
,
MCPWM_TIMER_DIRECTION_DOWN
,
MCPWM_TIMER_EVENT_FULL
,
MCPWM_ACTION_FORCE_LOW
)
;
mcpwm_legacy.c:405
mcpwm_set_duty_type()
mcpwm_ll_generator_set_action_on_timer_event
(
hal
->
dev
,
op
,
gen
,
MCPWM_TIMER_DIRECTION_DOWN
,
MCPWM_TIMER_EVENT_FULL
,
MCPWM_ACTION_FORCE_HIGH
)
;
mcpwm_legacy.c:409
mcpwm_set_duty_type()
mcpwm_ll_generator_set_action_on_timer_event
(
hal
->
dev
,
op
,
gen
,
MCPWM_TIMER_DIRECTION_DOWN
,
MCPWM_TIMER_EVENT_FULL
,
MCPWM_ACTION_FORCE_LOW
)
;
mcpwm_legacy.c:413
mcpwm_set_duty_type()
mcpwm_ll_generator_set_action_on_timer_event
(
hal
->
dev
,
op
,
gen
,
MCPWM_TIMER_DIRECTION_DOWN
,
MCPWM_TIMER_EVENT_FULL
,
MCPWM_ACTION_FORCE_HIGH
)
;
mcpwm_legacy.c:417
mcpwm_set_duty_type()
mcpwm_ll_generator_set_action_on_timer_event
(
hal
->
dev
,
op
,
gen
,
MCPWM_TIMER_DIRECTION_DOWN
,
MCPWM_TIMER_EVENT_FULL
,
MCPWM_ACTION_FORCE_LOW
)
;
mcpwm_legacy.c:432
mcpwm_set_duty_type()
mcpwm_ll_generator_set_action_on_timer_event
(
hal
->
dev
,
op
,
gen
,
MCPWM_TIMER_DIRECTION_UP
,
MCPWM_TIMER_EVENT_FULL
,
MCPWM_ACTION_FORCE_LOW
)
;
mcpwm_legacy.c:435
mcpwm_set_duty_type()
mcpwm_ll_generator_set_action_on_timer_event
(
hal
->
dev
,
op
,
gen
,
MCPWM_TIMER_DIRECTION_DOWN
,
MCPWM_TIMER_EVENT_FULL
,
MCPWM_ACTION_FORCE_HIGH
)
;
mcpwm_legacy.c:439
mcpwm_set_duty_type()
mcpwm_ll_generator_set_action_on_timer_event
(
hal
->
dev
,
op
,
gen
,
MCPWM_TIMER_DIRECTION_UP
,
MCPWM_TIMER_EVENT_FULL
,
MCPWM_ACTION_FORCE_HIGH
)
;
mcpwm_legacy.c:442
mcpwm_set_duty_type()
mcpwm_ll_timer_sync_out_on_timer_event
(
hal
->
dev
,
timer_num
,
MCPWM_TIMER_EVENT_FULL
)
;
mcpwm_legacy.c:1044
mcpwm_set_timer_sync_output()
case
MCPWM_TIMER_EVENT_FULL
:
mcpwm_ll.h:431
mcpwm_ll_timer_sync_out_on_timer_event()
case
MCPWM_TIMER_EVENT_FULL
:
mcpwm_sync.c:91
mcpwm_new_timer_sync_src()
mcpwm_ll_timer_sync_out_on_timer_event
(
hal
->
dev
,
timer_id
,
MCPWM_TIMER_EVENT_FULL
)
;
mcpwm_sync.c:92
mcpwm_new_timer_sync_src()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
MCPWM_TIMER_EVENT_FULL
is read by 6 functions:
All items filtered out
MCPWM_TIMER_EVENT_FULL
mcpwm_set_duty_type()
mcpwm_set_timer_sync_output()
mcpwm_ll_timer_sync_out_on_timer_event()
mcpwm_generator_set_action_on_timer_event()
mcpwm_generator_set_actions_on_timer_event()
mcpwm_new_timer_sync_src()
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
Lifecycle
from
examples
All items filtered out
All items filtered out