ESP-IDF
I2S_NULL_POINTER_CHECK
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (1/5)...
Files
loading (4/5)...
Summary
Syntax
Arguments
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
I2S_NULL_POINTER_CHECK
I2S_NULL_POINTER_CHECK macro
Syntax
Show:
Summary
Declaration
from
i2s_private.h:66
#define
I2S_NULL_POINTER_CHECK
(
tag
,
p
)
ESP_RETURN_ON_FALSE
(
(
p
)
,
ESP_ERR_INVALID_ARG
,
tag
,
"input parameter '"
#
p
"' is NULL"
)
Arguments
Argument
tag
p
Examples
References
from
examples
Code
Location
#define
I2S_NULL_POINTER_CHECK
(
tag
,
p
)
ESP_RETURN_ON_FALSE
(
(
p
)
,
ESP_ERR_INVALID_ARG
,
tag
,
"input parameter '"
#
p
"' is NULL"
)
i2s_private.h:66
I2S_NULL_POINTER_CHECK
(
TAG
,
i2s_obj
)
;
i2s_common.c:195
I2S_NULL_POINTER_CHECK
(
TAG
,
*
i2s_obj
)
;
i2s_common.c:196
I2S_NULL_POINTER_CHECK
(
TAG
,
i2s_obj
)
;
i2s_common.c:316
I2S_NULL_POINTER_CHECK
(
TAG
,
handle
)
;
i2s_common.c:387
I2S_NULL_POINTER_CHECK
(
TAG
,
callbacks
)
;
i2s_common.c:388
I2S_NULL_POINTER_CHECK
(
TAG
,
handle
)
;
i2s_common.c:458
I2S_NULL_POINTER_CHECK
(
TAG
,
handle
)
;
i2s_common.c:486
I2S_NULL_POINTER_CHECK
(
TAG
,
chan_cfg
)
;
i2s_common.c:939
I2S_NULL_POINTER_CHECK
(
TAG
,
tx_handle
||
rx_handle
)
;
i2s_common.c:940
I2S_NULL_POINTER_CHECK
(
TAG
,
handle
)
;
i2s_common.c:1028
I2S_NULL_POINTER_CHECK
(
TAG
,
handle
)
;
i2s_common.c:1123
I2S_NULL_POINTER_CHECK
(
TAG
,
chan_info
)
;
i2s_common.c:1124
I2S_NULL_POINTER_CHECK
(
TAG
,
handle
)
;
i2s_common.c:1160
I2S_NULL_POINTER_CHECK
(
TAG
,
handle
)
;
i2s_common.c:1187
I2S_NULL_POINTER_CHECK
(
TAG
,
tx_handle
)
;
i2s_common.c:1217
I2S_NULL_POINTER_CHECK
(
TAG
,
handle
)
;
i2s_common.c:1274
I2S_NULL_POINTER_CHECK
(
TAG
,
handle
)
;
i2s_common.c:1320
I2S_NULL_POINTER_CHECK
(
TAG
,
handle
)
;
i2s_pdm.c:172
I2S_NULL_POINTER_CHECK
(
TAG
,
handle
)
;
i2s_pdm.c:221
I2S_NULL_POINTER_CHECK
(
TAG
,
clk_cfg
)
;
i2s_pdm.c:222
I2S_NULL_POINTER_CHECK
(
TAG
,
handle
)
;
i2s_pdm.c:271
I2S_NULL_POINTER_CHECK
(
TAG
,
slot_cfg
)
;
i2s_pdm.c:272
I2S_NULL_POINTER_CHECK
(
TAG
,
handle
)
;
i2s_pdm.c:302
I2S_NULL_POINTER_CHECK
(
TAG
,
gpio_cfg
)
;
i2s_pdm.c:303
I2S_NULL_POINTER_CHECK
(
TAG
,
handle
)
;
i2s_pdm.c:459
I2S_NULL_POINTER_CHECK
(
TAG
,
handle
)
;
i2s_pdm.c:512
I2S_NULL_POINTER_CHECK
(
TAG
,
clk_cfg
)
;
i2s_pdm.c:513
I2S_NULL_POINTER_CHECK
(
TAG
,
handle
)
;
i2s_pdm.c:562
I2S_NULL_POINTER_CHECK
(
TAG
,
slot_cfg
)
;
i2s_pdm.c:563
I2S_NULL_POINTER_CHECK
(
TAG
,
handle
)
;
i2s_pdm.c:593
I2S_NULL_POINTER_CHECK
(
TAG
,
gpio_cfg
)
;
i2s_pdm.c:594
I2S_NULL_POINTER_CHECK
(
TAG
,
handle
)
;
i2s_std.c:212
I2S_NULL_POINTER_CHECK
(
TAG
,
handle
)
;
i2s_std.c:265
I2S_NULL_POINTER_CHECK
(
TAG
,
clk_cfg
)
;
i2s_std.c:266
I2S_NULL_POINTER_CHECK
(
TAG
,
handle
)
;
i2s_std.c:315
I2S_NULL_POINTER_CHECK
(
TAG
,
slot_cfg
)
;
i2s_std.c:316
I2S_NULL_POINTER_CHECK
(
TAG
,
handle
)
;
i2s_std.c:345
I2S_NULL_POINTER_CHECK
(
TAG
,
gpio_cfg
)
;
i2s_std.c:346
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