ESP-IDF
mcpwm_signal_conn_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_signal_conn_t
mcpwm_signal_conn_t struct
Syntax
Show:
Summary
Declaration
from
mcpwm_periph.h:22
typedef
struct
{
struct
{
const
periph_module_t
module
;
const
int
irq_id
;
struct
{
struct
{
const
uint32_t
pwm_sig
;
}
generators
[
SOC_MCPWM_GENERATORS_PER_OPERATOR
]
;
}
operators
[
SOC_MCPWM_OPERATORS_PER_GROUP
]
;
struct
{
const
uint32_t
fault_sig
;
}
gpio_faults
[
SOC_MCPWM_GPIO_FAULTS_PER_GROUP
]
;
struct
{
const
uint32_t
cap_sig
;
}
captures
[
SOC_MCPWM_CAPTURE_CHANNELS_PER_TIMER
]
;
struct
{
const
uint32_t
sync_sig
;
}
gpio_synchros
[
SOC_MCPWM_GPIO_SYNCHROS_PER_GROUP
]
;
}
groups
[
SOC_MCPWM_GROUPS
]
;
}
mcpwm_signal_conn_t
;
Fields
Field
Declared as
mcpwm_signal_conn_t::groups
struct
{
const
periph_module_t
module
;
const
int
irq_id
;
struct
{
struct
{
const
uint32_t
pwm_sig
;
}
generators
[
SOC_MCPWM_GENERATORS_PER_OPERATOR
]
;
}
operators
[
SOC_MCPWM_OPERATORS_PER_GROUP
]
;
struct
{
const
uint32_t
fault_sig
;
}
gpio_faults
[
SOC_MCPWM_GPIO_FAULTS_PER_GROUP
]
;
struct
{
const
uint32_t
cap_sig
;
}
captures
[
SOC_MCPWM_CAPTURE_CHANNELS_PER_TIMER
]
;
struct
{
const
uint32_t
sync_sig
;
}
gpio_synchros
[
SOC_MCPWM_GPIO_SYNCHROS_PER_GROUP
]
;
}
[
SOC_MCPWM_GROUPS
]
Examples
References
from
examples
Code
Location
Referrer
typedef
struct
{
mcpwm_periph.h:22
}
mcpwm_signal_conn_t
;
mcpwm_periph.h:41
const
mcpwm_signal_conn_t
mcpwm_periph_signals
=
{
mcpwm_periph.c:11
}
mcpwm_signal_conn_t
;
mcpwm_periph.h:41
mcpwm_signal_conn_t
extern
const
mcpwm_signal_conn_t
mcpwm_periph_signals
;
mcpwm_periph.h:43
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_periph_signals
mcpwm_periph.h:43
mcpwm_periph_signals
mcpwm_periph.c:11
Lifecycle
from
examples
All items filtered out
All items filtered out