ESP-IDF
SOC_MCPWM_GROUPS
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
SOC_MCPWM_GROUPS
SOC_MCPWM_GROUPS macro
Syntax
Show:
Summary
Declaration
from
soc_caps.h:250
#define
SOC_MCPWM_GROUPS
(
2
)
Examples
References
from
examples
Code
Location
#define
SOC_MCPWM_GROUPS
(
2
)
///< 2 MCPWM groups on the chip (i.e., the number of independent MCPWM peripherals)
soc_caps.h:250
ESP_GOTO_ON_FALSE
(
config
->
group_id
<
SOC_MCPWM_GROUPS
&&
config
->
group_id
>=
0
,
ESP_ERR_INVALID_ARG
,
mcpwm_cap.c:94
mcpwm_group_t
*
groups
[
SOC_MCPWM_GROUPS
]
;
// array of MCPWM group instances
mcpwm_com.c:46
int
group_ref_counts
[
SOC_MCPWM_GROUPS
]
;
// reference count used to protect group install/uninstall
mcpwm_com.c:47
ESP_GOTO_ON_FALSE
(
config
->
group_id
<
SOC_MCPWM_GROUPS
&&
config
->
group_id
>=
0
,
ESP_ERR_INVALID_ARG
,
mcpwm_fault.c:96
_Static_assert
(
MCPWM_UNIT_MAX
==
SOC_MCPWM_GROUPS
,
"MCPWM unit number not equal to chip capabilities"
)
;
mcpwm_legacy.c:31
ESP_RETURN_ON_FALSE
(
(
mcpwm_num
)
<
SOC_MCPWM_GROUPS
,
ESP_ERR_INVALID_ARG
,
TAG
,
MCPWM_GROUP_NUM_ERROR
)
;
\
mcpwm_legacy.c:82
static
mcpwm_context_t
context
[
SOC_MCPWM_GROUPS
]
=
{
mcpwm_legacy.c:115
#if
SOC_MCPWM_GROUPS
>
1
mcpwm_legacy.c:121
ESP_RETURN_ON_FALSE
(
mcpwm_num
<
SOC_MCPWM_GROUPS
,
ESP_ERR_INVALID_ARG
,
TAG
,
MCPWM_GROUP_NUM_ERROR
)
;
mcpwm_legacy.c:189
ESP_RETURN_ON_FALSE
(
mcpwm_num
<
SOC_MCPWM_GROUPS
,
ESP_ERR_INVALID_ARG
,
TAG
,
MCPWM_GROUP_NUM_ERROR
)
;
mcpwm_legacy.c:217
ESP_RETURN_ON_FALSE
(
mcpwm_num
<
SOC_MCPWM_GROUPS
,
ESP_ERR_INVALID_ARG
,
TAG
,
MCPWM_GROUP_NUM_ERROR
)
;
mcpwm_legacy.c:760
ESP_RETURN_ON_FALSE
(
mcpwm_num
<
SOC_MCPWM_GROUPS
,
ESP_ERR_INVALID_ARG
,
TAG
,
MCPWM_GROUP_NUM_ERROR
)
;
mcpwm_legacy.c:772
ESP_RETURN_ON_FALSE
(
mcpwm_num
<
SOC_MCPWM_GROUPS
,
ESP_ERR_INVALID_ARG
,
TAG
,
MCPWM_GROUP_NUM_ERROR
)
;
mcpwm_legacy.c:851
ESP_RETURN_ON_FALSE
(
mcpwm_num
<
SOC_MCPWM_GROUPS
,
ESP_ERR_INVALID_ARG
,
TAG
,
MCPWM_GROUP_NUM_ERROR
)
;
mcpwm_legacy.c:903
ESP_GOTO_ON_FALSE
(
config
->
group_id
<
SOC_MCPWM_GROUPS
&&
config
->
group_id
>=
0
,
ESP_ERR_INVALID_ARG
,
mcpwm_oper.c:91
}
groups
[
SOC_MCPWM_GROUPS
]
;
mcpwm_periph.h:40
ESP_GOTO_ON_FALSE
(
config
->
group_id
<
SOC_MCPWM_GROUPS
&&
config
->
group_id
>=
0
,
ESP_ERR_INVALID_ARG
,
mcpwm_sync.c:185
ESP_GOTO_ON_FALSE
(
config
->
group_id
<
SOC_MCPWM_GROUPS
&&
config
->
group_id
>=
0
,
ESP_ERR_INVALID_ARG
,
mcpwm_timer.c:92
#if
SOC_MCPWM_GROUPS
>
1
mcpwm_types_legacy.h:71
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