ESP-IDF
mcpwm_operator_config_t::flags
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (4/5)...
Files
loading (5/5)...
ESP-IDF
lwIP
FreeRTOS
cJSON
mbedTLS
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
mcpwm_operator_config_t::flags
mcpwm_operator_config_t::flags field
Extra configuration flags for operator
Syntax
Show:
Summary
Declaration
from
mcpwm_oper.h:25
struct
{
uint32_t
update_gen_action_on_tez
:
1
;
uint32_t
update_gen_action_on_tep
:
1
;
uint32_t
update_gen_action_on_sync
:
1
;
uint32_t
update_dead_time_on_tez
:
1
;
uint32_t
update_dead_time_on_tep
:
1
;
uint32_t
update_dead_time_on_sync
:
1
;
}
flags
;
Examples
References
from
examples
Code
Location
Referrer
}
flags
;
/*!< Extra configuration flags for operator */
mcpwm_oper.h:32
mcpwm_ll_operator_enable_update_action_on_tez
(
hal
->
dev
,
oper_id
,
config
->
flags
.
update_gen_action_on_tez
)
;
mcpwm_oper.c:115
mcpwm_new_operator()
mcpwm_ll_operator_enable_update_action_on_tep
(
hal
->
dev
,
oper_id
,
config
->
flags
.
update_gen_action_on_tep
)
;
mcpwm_oper.c:116
mcpwm_new_operator()
mcpwm_ll_operator_enable_update_action_on_sync
(
hal
->
dev
,
oper_id
,
config
->
flags
.
update_gen_action_on_sync
)
;
mcpwm_oper.c:117
mcpwm_new_operator()
mcpwm_ll_deadtime_enable_update_delay_on_tez
(
hal
->
dev
,
oper_id
,
config
->
flags
.
update_dead_time_on_tez
)
;
mcpwm_oper.c:119
mcpwm_new_operator()
mcpwm_ll_deadtime_enable_update_delay_on_tep
(
hal
->
dev
,
oper_id
,
config
->
flags
.
update_dead_time_on_tep
)
;
mcpwm_oper.c:120
mcpwm_new_operator()
mcpwm_ll_deadtime_enable_update_delay_on_sync
(
hal
->
dev
,
oper_id
,
config
->
flags
.
update_dead_time_on_sync
)
;
mcpwm_oper.c:121
mcpwm_new_operator()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
mcpwm_operator_config_t::flags
is read by 1 function:
All items filtered out
mcpwm_operator_config_t::flags
mcpwm_new_operator()
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