ESP-IDF
TAG
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (3/5)...
Files
loading (4/5)...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
TAG
TAG variable
Syntax
Show:
Summary
Declaration
from
mcpwm_com.c:42
static
const
char
*
TAG
=
"mcpwm"
;
Examples
References
from
examples
Code
Location
Referrer
static
const
char
*
TAG
=
"mcpwm"
;
mcpwm_com.c:42
ESP_LOGD
(
TAG
,
"new group(%d) at %p"
,
group_id
,
group
)
;
mcpwm_com.c:115
mcpwm_acquire_group_handle()
ESP_LOGD
(
TAG
,
"del group(%d)"
,
group_id
)
;
mcpwm_com.c:155
mcpwm_release_group_handle()
ESP_RETURN_ON_FALSE
(
!
intr_priority_conflict
,
ESP_ERR_INVALID_STATE
,
TAG
,
"intr_priority conflict, already is %d but attempt to %d"
,
group
->
intr_priority
,
intr_priority
)
;
mcpwm_com.c:170
mcpwm_check_intr_priority()
ESP_RETURN_ON_FALSE
(
!
clock_selection_conflict
,
ESP_ERR_INVALID_STATE
,
TAG
,
mcpwm_com.c:199
mcpwm_select_periph_clock()
ESP_RETURN_ON_ERROR
(
ret
,
TAG
,
"create pm lock failed"
)
;
mcpwm_com.c:207
mcpwm_select_periph_clock()
ESP_LOGD
(
TAG
,
"install NO_LIGHT_SLEEP lock for MCPWM group(%d)"
,
group
->
group_id
)
;
mcpwm_com.c:208
mcpwm_select_periph_clock()
ESP_RETURN_ON_FALSE
(
group
&&
expect_module_resolution_hz
&&
module_prescale_max
,
ESP_ERR_INVALID_ARG
,
TAG
,
"invalid argument"
)
;
mcpwm_com.c:221
mcpwm_set_prescale()
ESP_RETURN_ON_ERROR
(
esp_clk_tree_src_get_freq_hz
(
group
->
clk_src
,
ESP_CLK_TREE_SRC_FREQ_PRECISION_CACHED
,
&
periph_src_clk_hz
)
,
TAG
,
"get clock source freq failed"
)
;
mcpwm_com.c:228
mcpwm_set_prescale()
ESP_LOGD
(
TAG
,
"group (%d) calc prescale:%"
PRIu32
", module calc prescale:%"
PRIu32
""
,
group_id
,
group_prescale
,
module_prescale
)
;
mcpwm_com.c:261
mcpwm_set_prescale()
ESP_RETURN_ON_FALSE
(
group_prescale
>
0
&&
group_prescale
<=
MCPWM_LL_MAX_GROUP_PRESCALE
,
ESP_ERR_INVALID_STATE
,
TAG
,
mcpwm_com.c:262
mcpwm_set_prescale()
ESP_RETURN_ON_FALSE
(
!
prescale_conflict
,
ESP_ERR_INVALID_STATE
,
TAG
,
mcpwm_com.c:279
mcpwm_set_prescale()
ESP_LOGD
(
TAG
,
"group (%d) clock resolution:%"
PRIu32
"Hz"
,
group_id
,
group
->
resolution_hz
)
;
mcpwm_com.c:282
mcpwm_set_prescale()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
TAG
is read by 5 functions:
All items filtered out
TAG
mcpwm_acquire_group_handle()
mcpwm_release_group_handle()
mcpwm_check_intr_priority()
mcpwm_select_periph_clock()
mcpwm_set_prescale()
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