ESP-IDF
mcpwm_timer_config_t::flags
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (2/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_config_t::flags
mcpwm_timer_config_t::flags field
Extra configuration flags for timer
Syntax
Show:
Summary
Declaration
from
mcpwm_timer.h:40
struct
{
uint32_t
update_period_on_empty
:
1
;
uint32_t
update_period_on_sync
:
1
;
uint32_t
allow_pd
:
1
;
}
flags
;
Examples
References
from
examples
Code
Location
Referrer
}
flags
;
/*!< Extra configuration flags for timer */
mcpwm_timer.h:46
ESP_RETURN_ON_FALSE
(
config
->
flags
.
allow_pd
==
0
,
ESP_ERR_NOT_SUPPORTED
,
TAG
,
"register back up is not supported"
)
;
mcpwm_timer.c:106
mcpwm_new_timer()
mcpwm_ll_timer_enable_update_period_on_sync
(
hal
->
dev
,
timer_id
,
config
->
flags
.
update_period_on_sync
)
;
mcpwm_timer.c:143
mcpwm_new_timer()
mcpwm_ll_timer_enable_update_period_on_tez
(
hal
->
dev
,
timer_id
,
config
->
flags
.
update_period_on_empty
)
;
mcpwm_timer.c:144
mcpwm_new_timer()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
mcpwm_timer_config_t::flags
is read by 1 function:
All items filtered out
mcpwm_timer_config_t::flags
mcpwm_new_timer()
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