ESP-IDF
RMT_ADDR_ERROR_STR
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (2/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
RMT_ADDR_ERROR_STR
RMT_ADDR_ERROR_STR macro
Syntax
Show:
Summary
Declaration
from
rmt_legacy.c:35
#define
RMT_ADDR_ERROR_STR
"RMT ADDRESS ERR"
Examples
References
from
examples
Code
Location
#define
RMT_ADDR_ERROR_STR
"RMT ADDRESS ERR"
rmt_legacy.c:35
ESP_RETURN_ON_FALSE
(
div_cnt
,
ESP_ERR_INVALID_ARG
,
TAG
,
RMT_ADDR_ERROR_STR
)
;
rmt_legacy.c:184
ESP_RETURN_ON_FALSE
(
thresh
,
ESP_ERR_INVALID_ARG
,
TAG
,
RMT_ADDR_ERROR_STR
)
;
rmt_legacy.c:207
ESP_RETURN_ON_FALSE
(
rmt_mem_num
,
ESP_ERR_INVALID_ARG
,
TAG
,
RMT_ADDR_ERROR_STR
)
;
rmt_legacy.c:231
ESP_RETURN_ON_FALSE
(
item
,
ESP_ERR_INVALID_ARG
,
TAG
,
RMT_ADDR_ERROR_STR
)
;
rmt_legacy.c:724
ESP_RETURN_ON_FALSE
(
fn
,
ESP_ERR_INVALID_ARG
,
TAG
,
RMT_ADDR_ERROR_STR
)
;
rmt_legacy.c:735
ESP_RETURN_ON_FALSE
(
rmt_item
,
ESP_FAIL
,
TAG
,
RMT_ADDR_ERROR_STR
)
;
rmt_legacy.c:1120
ESP_RETURN_ON_FALSE
(
buf_handle
,
ESP_ERR_INVALID_ARG
,
TAG
,
RMT_ADDR_ERROR_STR
)
;
rmt_legacy.c:1196
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