ESP-IDF
mcpwm_gen_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_reg_t
mcpwm_gen_reg_t union
Type of generator register Actions triggered by events on PWM0A
Syntax
Show:
Summary
Declaration
from
mcpwm_struct.h:318
typedef
union
{
struct
{
uint32_t
gen_utez
:
2
;
uint32_t
gen_utep
:
2
;
uint32_t
gen_utea
:
2
;
uint32_t
gen_uteb
:
2
;
uint32_t
gen_ut0
:
2
;
uint32_t
gen_ut1
:
2
;
uint32_t
gen_dtez
:
2
;
uint32_t
gen_dtep
:
2
;
uint32_t
gen_dtea
:
2
;
uint32_t
gen_dteb
:
2
;
uint32_t
gen_dt0
:
2
;
uint32_t
gen_dt1
:
2
;
uint32_t
reserved_24
:
8
;
}
;
uint32_t
val
;
}
mcpwm_gen_reg_t
;
Fields
Field
Declared as
mcpwm_gen_reg_t::val
uint32_t
Examples
References
from
examples
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
Lifecycle
from
examples
All items filtered out
All items filtered out