Home
last modified time | relevance | path

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

/bsp/ESP32_C3/idf_port/include/freertos/
A Dportmacro.h84 typedef rt_base_t BaseType_t; typedef
124 BaseType_t xPortInIsrContext(void);
137 BaseType_t xPortInterruptedFromISRContext(void);
243 FORCE_INLINE_ATTR BaseType_t xPortGetCoreID(void) in xPortGetCoreID()
245 return (BaseType_t) esp_cpu_get_core_id(); in xPortGetCoreID()
270 BaseType_t ret = pdPASS; \
340 BaseType_t rt_err_to_freertos(rt_err_t rt_err);
A Dfreertos_tasks_c_additions.h199 BaseType_t vTaskGetSnapshot( TaskHandle_t pxTask, TaskSnapshot_t *pxTaskSnapshot ) in vTaskGetSnapshot()
285 BaseType_t xTaskCreatePinnedToCore( TaskFunction_t pxTaskCode, in xTaskCreatePinnedToCore()
291 const BaseType_t xCoreID) in xTaskCreatePinnedToCore()
293 BaseType_t ret; in xTaskCreatePinnedToCore()
321 const BaseType_t xCoreID) in xTaskCreateStaticPinnedToCore()
344 TaskHandle_t xTaskGetCurrentTaskHandleForCPU( BaseType_t xCoreID ) in xTaskGetCurrentTaskHandleForCPU()
354 TaskHandle_t xTaskGetIdleTaskHandleForCPU( BaseType_t xCoreID ) in xTaskGetIdleTaskHandleForCPU()
360 BaseType_t xTaskGetAffinity( TaskHandle_t xTask ) in xTaskGetAffinity()
371 BaseType_t ret; in xTaskGetAffinity()
384 void vTaskSetThreadLocalStoragePointerAndDelCallback( TaskHandle_t xTaskToSet, BaseType_t xIndex, v… in vTaskSetThreadLocalStoragePointerAndDelCallback()
A Dtask_snapshot.h59 BaseType_t vTaskGetSnapshot( TaskHandle_t pxTask, TaskSnapshot_t *pxTaskSnapshot );
/bsp/ESP32_C3/idf_port/src/
A Dport.c71 BaseType_t xPortInIsrContext(void) in xPortInIsrContext()
73 return (BaseType_t)rt_interrupt_get_nest(); in xPortInIsrContext()
76 BaseType_t IRAM_ATTR xPortInterruptedFromISRContext(void) in xPortInterruptedFromISRContext()
79 return (BaseType_t)rt_interrupt_get_nest(); in xPortInterruptedFromISRContext()
/bsp/allwinner/libraries/sunxi-hal/hal/source/sdmmc/osal/os/FreeRTOS/
A Dos_timer.c141 BaseType_t ret; in OS_TimerDelete()
167 BaseType_t ret; in OS_TimerStart()
168 BaseType_t taskWoken; in OS_TimerStart()
209 BaseType_t ret; in OS_TimerChangePeriod()
210 BaseType_t taskWoken; in OS_TimerChangePeriod()
240 BaseType_t ret; in OS_TimerStop()
241 BaseType_t taskWoken; in OS_TimerStop()
A Dos_queue.c98 BaseType_t ret; in OS_QueueSend()
99 BaseType_t taskWoken; in OS_QueueSend()
136 BaseType_t ret; in OS_QueueReceive()
137 BaseType_t taskWoken; in OS_QueueReceive()
A Dos_mutex.c86 BaseType_t ret; in OS_MutexLock()
108 BaseType_t ret; in OS_MutexUnlock()
156 BaseType_t ret; in OS_RecursiveMutexLock()
179 BaseType_t ret; in OS_RecursiveMutexUnlock()
A Dos_semaphore.c109 BaseType_t ret; in OS_SemaphoreWait()
110 BaseType_t taskWoken; in OS_SemaphoreWait()
144 BaseType_t ret; in OS_SemaphoreRelease()
145 BaseType_t taskWoken; in OS_SemaphoreRelease()
A Dos_thread.c62 BaseType_t ret; in OS_ThreadCreate()
/bsp/allwinner/libraries/sunxi-hal/hal/source/sound/platform/
A Dsunxi-mad.c532 BaseType_t xHigherPriorityTaskWoken = pdFALSE; in sunxi_lpsd_irq_handle()
614 BaseType_t xHigherPriorityTaskWoken = pdFALSE; in sunxi_mad_irq_handle()
1004 BaseType_t xStatus; in sunxi_mad_irq_task()
1029 BaseType_t ret; in sunxi_mad_schd_timeout()
1046 BaseType_t ret; in sunxi_mad_schd_wakeup()
1047 BaseType_t taskwoken = pdTRUE; in sunxi_mad_schd_wakeup()
/bsp/core-v-mcu/Libraries/core_v_hal_libraries/core_v_hal/source/
A Dhal_fc_event.c95 static BaseType_t xHigherPriorityTaskWoken; in fc_soc_event_handler1()

Completed in 17 milliseconds