ESP-IDF
TAG
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (1/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
rmt_common.c:26
static
const
char
*
TAG
=
"rmt"
;
Examples
References
from
examples
Code
Location
Referrer
static
const
char
*
TAG
=
"rmt"
;
rmt_common.c:26
ESP_LOGD
(
TAG
,
"new group(%d) at %p, occupy=%"
PRIx32
,
group_id
,
group
,
group
->
occupy_mask
)
;
rmt_common.c:106
rmt_acquire_group_handle()
ESP_LOGD
(
TAG
,
"del group(%d)"
,
group_id
)
;
rmt_common.c:157
rmt_release_group_handle()
ESP_RETURN_ON_FALSE
(
!
clock_selection_conflict
,
ESP_ERR_INVALID_STATE
,
TAG
,
rmt_common.c:176
rmt_select_periph_clock()
TAG
,
"get clock source frequency failed"
)
;
rmt_common.c:190
rmt_select_periph_clock()
ESP_RETURN_ON_ERROR
(
ret
,
TAG
,
"create pm lock failed"
)
;
rmt_common.c:208
rmt_select_periph_clock()
ESP_LOGD
(
TAG
,
"group clock resolution:%"
PRIu32
,
group
->
resolution_hz
)
;
rmt_common.c:218
rmt_select_periph_clock()
ESP_RETURN_ON_FALSE
(
channel
&&
ret_id
,
ESP_ERR_INVALID_ARG
,
TAG
,
"invalid argument"
)
;
rmt_common.c:224
rmt_get_channel_id()
ESP_RETURN_ON_FALSE
(
channel
&&
ret_resolution_hz
,
ESP_ERR_INVALID_ARG
,
TAG
,
"invalid argument"
)
;
rmt_common.c:231
rmt_get_channel_resolution()
ESP_RETURN_ON_FALSE
(
channel
,
ESP_ERR_INVALID_ARG
,
TAG
,
"invalid argument"
)
;
rmt_common.c:239
rmt_apply_carrier()
ESP_RETURN_ON_FALSE
(
channel
,
ESP_ERR_INVALID_ARG
,
TAG
,
"invalid argument"
)
;
rmt_common.c:245
rmt_del_channel()
ESP_RETURN_ON_FALSE
(
channel
,
ESP_ERR_INVALID_ARG
,
TAG
,
"invalid argument"
)
;
rmt_common.c:251
rmt_enable()
ESP_RETURN_ON_FALSE
(
channel
,
ESP_ERR_INVALID_ARG
,
TAG
,
"invalid argument"
)
;
rmt_common.c:257
rmt_disable()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
TAG
is read by 9 functions:
All items filtered out
TAG
rmt_acquire_group_handle()
rmt_release_group_handle()
rmt_select_periph_clock()
rmt_get_channel_id()
rmt_get_channel_resolution()
rmt_apply_carrier()
rmt_del_channel()
rmt_enable()
rmt_disable()
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