ESP-IDF
esp_openthread_radio_update()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Arguments
Related
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
esp_openthread_radio_update()
esp_openthread_radio_update() function
This function updates the radio fds and timeouts to the main loop.
Syntax
Show:
Summary
Declaration
Definition
from
esp_openthread_radio.h:45
void
esp_openthread_radio_update
(
esp_openthread_mainloop_context_t
*
mainloop
)
;
Implemented in
esp_openthread_radio_spinel.cpp:199
Arguments
Argument
Description
mainloop
The main loop context.
Related Functions
Found 11 other functions taking a
esp_openthread_mainloop_context_t
argument:
Function
Description
esp_openthread_radio_process()
This function performs the OpenThread radio process.
esp_openthread_platform_update()
This function updates the platform fds and timeouts
esp_openthread_platform_process()
This function performs the OpenThread related platform process (radio, uart, alarm etc.)
esp_openthread_task_queue_update()
This function updates the task queue inner fd to the main loop.
esp_openthread_task_queue_process()
This function drives the execution of the task queue.
esp_openthread_uart_update()
Deintializes the uart for OpenThread host connection.
esp_openthread_uart_process()
Performs the uart I/O for OpenThread.
esp_openthread_alarm_update()
Updates the file descriptor with the OpenThread alarm timeout.
esp_openthread_alarm_process()
Performs the alarm process and triggers the fired timers for OpenThread. return - ESP_OK on success - ESP_ERROR on other failures
esp_openthread_netif_glue_update()
This function updates the netif fds and timeouts to the main loop.
esp_openthread_netif_glue_process()
This function performs the netif process.
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