ESP-IDF
OT_TASK_QUEUE_SENDING_WAIT_TIME
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (1/5)...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
OT_TASK_QUEUE_SENDING_WAIT_TIME
OT_TASK_QUEUE_SENDING_WAIT_TIME macro
Syntax
Show:
Summary
Declaration
from
esp_openthread_task_queue.c:24
#define
OT_TASK_QUEUE_SENDING_WAIT_TIME
pdMS_TO_TICKS
(
100
)
Examples
References
from
examples
Code
Location
#define
OT_TASK_QUEUE_SENDING_WAIT_TIME
pdMS_TO_TICKS
(
100
)
esp_openthread_task_queue.c:24
ESP_RETURN_ON_FALSE
(
xQueueSend
(
s_task_queue
,
&
task_storage
,
OT_TASK_QUEUE_SENDING_WAIT_TIME
)
,
ESP_FAIL
,
OT_PLAT_LOG_TAG
,
esp_openthread_task_queue.c:65
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