ESP-IDF
mcpwm_timer_synci_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_timer_synci_cfg_reg_t
mcpwm_timer_synci_cfg_reg_t union
Group: Common configuration for MCPWM timers Type of timer_synci_cfg register Synchronization input selection for three PWM timers.
Syntax
Show:
Summary
Declaration
from
mcpwm_struct.h:131
typedef
union
{
struct
{
uint32_t
timer0_syncisel
:
3
;
uint32_t
timer1_syncisel
:
3
;
uint32_t
timer2_syncisel
:
3
;
uint32_t
external_synci0_invert
:
1
;
uint32_t
external_synci1_invert
:
1
;
uint32_t
external_synci2_invert
:
1
;
uint32_t
reserved_12
:
20
;
}
;
uint32_t
val
;
}
mcpwm_timer_synci_cfg_reg_t
;
Fields
Field
Declared as
mcpwm_timer_synci_cfg_reg_t::val
uint32_t
Examples
References
from
examples
Code
Location
Scope
Referrer
typedef
union
{
mcpwm_struct.h:131
}
mcpwm_timer_synci_cfg_reg_t
;
mcpwm_struct.h:166
mcpwm_timer_synci_cfg_reg_t
volatile
mcpwm_timer_synci_cfg_reg_t
timer_synci_cfg
;
mcpwm_struct.h:1441
mcpwm_dev_t
mcpwm_dev_t::timer_synci_cfg
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_dev_t::timer_synci_cfg
mcpwm_dev_t
mcpwm_struct.h:1441
Lifecycle
from
examples
All items filtered out
All items filtered out