Home
last modified time | relevance | path

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

/hal_rpi_pico-latest/src/rp2_common/pico_async_context/include/pico/
Dasync_context_freertos.h64 UBaseType_t task_core_id; member
103 .task_core_id = (UBaseType_t)-1, // none in async_context_freertos_default_config()
/hal_rpi_pico-latest/src/rp2_common/pico_async_context/
Dasync_context_freertos.c129 UBaseType_t core_id = config->task_core_id; in async_context_freertos_init()