ESP-IDF
ESP_NETIF_OPTIONAL_RETURN_CODE
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (4/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
ESP_NETIF_OPTIONAL_RETURN_CODE
ESP_NETIF_OPTIONAL_RETURN_CODE macro
Syntax
Show:
Summary
Declaration
from
esp_netif_net_stack.h:22
#define
ESP_NETIF_OPTIONAL_RETURN_CODE
(
expr
)
Arguments
Argument
expr
Examples
References
from
examples
Code
Location
#define
ESP_NETIF_OPTIONAL_RETURN_CODE
(
expr
)
esp_netif_net_stack.h:22
return
ESP_NETIF_OPTIONAL_RETURN_CODE
(
ESP_FAIL
)
;
ethernetif.c:129
return
ESP_NETIF_OPTIONAL_RETURN_CODE
(
ESP_ERR_NO_MEM
)
;
ethernetif.c:136
return
ESP_NETIF_OPTIONAL_RETURN_CODE
(
ESP_FAIL
)
;
ethernetif.c:142
return
ESP_NETIF_OPTIONAL_RETURN_CODE
(
ESP_OK
)
;
ethernetif.c:145
return
ESP_NETIF_OPTIONAL_RETURN_CODE
(
ESP_FAIL
)
;
wlanif.c:156
return
ESP_NETIF_OPTIONAL_RETURN_CODE
(
ESP_ERR_NO_MEM
)
;
wlanif.c:163
return
ESP_NETIF_OPTIONAL_RETURN_CODE
(
ESP_ERR_NO_MEM
)
;
wlanif.c:171
return
ESP_NETIF_OPTIONAL_RETURN_CODE
(
ESP_FAIL
)
;
wlanif.c:180
return
ESP_NETIF_OPTIONAL_RETURN_CODE
(
ESP_OK
)
;
wlanif.c:182
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