ESP-IDF
mcpwm_gen_tstmp_reg_t
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_gen_tstmp_reg_t
mcpwm_gen_tstmp_reg_t union
Type of gen_tstmp register PWM generator shadow register for timer stamp
Syntax
Show:
Summary
Declaration
from
mcpwm_struct.h:232
typedef
union
{
struct
{
uint32_t
gen
:
16
;
uint32_t
reserved_16
:
16
;
}
;
uint32_t
val
;
}
mcpwm_gen_tstmp_reg_t
;
Fields
Field
Declared as
mcpwm_gen_tstmp_reg_t::val
uint32_t
Examples
References
from
examples
Code
Location
Scope
Referrer
typedef
union
{
mcpwm_struct.h:232
}
mcpwm_gen_tstmp_reg_t
;
mcpwm_struct.h:241
HAL_FORCE_MODIFY_U32_REG_FIELD
(
mcpwm
->
operators
[
operator_id
]
.
timestamp
[
compare_id
]
,
gen
,
compare_value
)
;
mcpwm_ll.h:658
mcpwm_ll_operator_set_compare_value()
return
HAL_FORCE_READ_U32_REG_FIELD
(
mcpwm
->
operators
[
operator_id
]
.
timestamp
[
compare_id
]
,
gen
)
;
mcpwm_ll.h:1646
mcpwm_ll_operator_get_compare_value()
}
mcpwm_gen_tstmp_reg_t
;
mcpwm_struct.h:241
mcpwm_gen_tstmp_reg_t
mcpwm_gen_tstmp_reg_t
timestamp
[
2
]
;
mcpwm_struct.h:1425
mcpwm_operator_reg_t
mcpwm_operator_reg_t::timestamp
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_operator_reg_t::timestamp
mcpwm_operator_reg_t
mcpwm_struct.h:1425
Lifecycle
from
examples
All items filtered out
All items filtered out