ESP-IDF
ESP_NETIF_CALL_CHECK
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Arguments
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
ESP_NETIF_CALL_CHECK
ESP_NETIF_CALL_CHECK macro
Syntax
Show:
Summary
Declaration
from
esp_netif_private.h:10
#define
ESP_NETIF_CALL_CHECK
(
info
,
api_call
,
ret
)
\
do
{
\
esp_err_t
__err
=
(
api_call
)
;
\
if
(
(
ret
)
!=
__err
)
{
\
ESP_LOGE
(
TAG
,
"%s %d %s ret=0x%X"
,
__FUNCTION__
,
__LINE__
,
(
info
)
,
__err
)
;
\
return
;
\
}
\
}
while
(
0
)
Arguments
Argument
info
api_call
ret
Examples
References
from
examples
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