Home
last modified time | relevance | path

Searched refs:ASYNC_CONTEXT_DEFAULT_FREERTOS_TASK_PRIORITY (Results 1 – 1 of 1) sorted by relevance

/hal_rpi_pico-latest/src/rp2_common/pico_async_context/include/pico/
Dasync_context_freertos.h28 #ifndef ASYNC_CONTEXT_DEFAULT_FREERTOS_TASK_PRIORITY
29 #define ASYNC_CONTEXT_DEFAULT_FREERTOS_TASK_PRIORITY ( tskIDLE_PRIORITY + 4) macro
100 .task_priority = ASYNC_CONTEXT_DEFAULT_FREERTOS_TASK_PRIORITY, in async_context_freertos_default_config()