Home
last modified time | relevance | path

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

/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() local
130 if (core_id == (UBaseType_t)-1) { in async_context_freertos_init()
131 core_id = portGET_CORE_ID(); in async_context_freertos_init()
134 vTaskCoreAffinitySet(self->task_handle, 1u << core_id); in async_context_freertos_init()