Searched refs:BaseType_t (Results 1 – 5 of 5) sorted by relevance
/btstack/test/embedded/ |
H A D | freertos_test.cpp | 83 BaseType_t xQueueSendToBack(QueueHandle_t xQueue, const void * pvItemToQueue, TickType_t xTicksToWa… in xQueueSendToBack() 86 BaseType_t xQueueSendToBackFromISR(QueueHandle_t xQueue, const void *pvItemToQueue, BaseType_t *pxH… in xQueueSendToBackFromISR() 89 BaseType_t xQueueReceive(QueueHandle_t xQueue,void *pvBuffer,TickType_t xTicksToWait){ in xQueueReceive() 102 BaseType_t xEventGroupSetBitsFromISR( EventGroupHandle_t xEventGroup, const EventBits_t uxBitsToSet… in xEventGroupSetBitsFromISR() 105 …t xEventGroup, const EventBits_t uxBitsToWaitFor, const BaseType_t xClearOnExit, const BaseType_t … in xEventGroupWaitBits()
|
H A D | event_groups.h | 4 typedef int BaseType_t; typedef 12 BaseType_t xEventGroupSetBitsFromISR( 15 BaseType_t *pxHigherPriorityTaskWoken ); 20 const BaseType_t xClearOnExit, 21 const BaseType_t xWaitForAllBits,
|
H A D | queue.h | 5 typedef int BaseType_t; typedef 11 BaseType_t xQueueSendToBack( 17 BaseType_t xQueueSendToBackFromISR 21 BaseType_t *pxHigherPriorityTaskWoken 24 BaseType_t xQueueReceive(
|
/btstack/platform/freertos/ |
H A D | btstack_run_loop_freertos.c | 131 BaseType_t xHigherPriorityTaskWoken; in btstack_run_loop_freertos_poll_data_sources_from_irq() 178 BaseType_t res = xQueueReceive( btstack_run_loop_queue, &message, 0); in btstack_run_loop_freertos_execute() 286 BaseType_t res = xQueueSendToBack(btstack_run_loop_queue, &message, 0); // portMAX_DELAY); in btstack_run_loop_freertos_execute_code_on_main_thread()
|
/btstack/port/stm32-wb55xx-nucleo-freertos/port/ |
H A D | btstack_port.c | 368 static BaseType_t yield = pdFALSE;
|