ESP-IDF
mcpwm_cap_timer_cfg_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_cap_timer_cfg_reg_t
mcpwm_cap_timer_cfg_reg_t union
Group: Capture Configuration and Status Type of cap_timer_cfg register Configure capture timer
Syntax
Show:
Summary
Declaration
from
mcpwm_struct.h:694
typedef
union
{
struct
{
uint32_t
cap_timer_en
:
1
;
uint32_t
cap_synci_en
:
1
;
uint32_t
cap_synci_sel
:
3
;
uint32_t
cap_sync_sw
:
1
;
uint32_t
reserved_6
:
26
;
}
;
uint32_t
val
;
}
mcpwm_cap_timer_cfg_reg_t
;
Fields
Field
Declared as
mcpwm_cap_timer_cfg_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