ESP-IDF
esp_netif_get_handle_from_ifkey_unsafe()
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_get_handle_from_ifkey_unsafe()
esp_netif_get_handle_from_ifkey_unsafe() function
Get esp_netif handle based on the if_key This doesn't lock the list nor TCPIP context
Syntax
Show:
Summary
Declaration
Definition
from
esp_netif_private.h:126
esp_netif_t
*
esp_netif_get_handle_from_ifkey_unsafe
(
const
char
*
if_key
)
;
Implemented in
esp_netif_objects.c:111
Arguments
Argument
if_key
Return value
esp_netif handle if found, NULL otherwise
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