/hal_espressif-3.5.0/components/freertos/include/freertos/ |
D | queue.h | 1537 StaticQueue_t * pxStaticQueue ) PRIVILEGED_FUNCTION; 1542 … StaticQueue_t * pxStaticQueue ) PRIVILEGED_FUNCTION; 1640 StaticQueue_t * pxStaticQueue,
|
D | mpu_prototypes.h | 139 StaticQueue_t * pxStaticQueue ) FREERTOS_SYSTEM_CALL; 144 … StaticQueue_t * pxStaticQueue ) FREERTOS_SYSTEM_CALL; 159 StaticQueue_t * pxStaticQueue,
|
D | FreeRTOS.h | 1300 } StaticQueue_t; typedef 1301 typedef StaticQueue_t StaticSemaphore_t;
|
/hal_espressif-3.5.0/components/bt/esp_ble_mesh/mesh_common/ |
D | mesh_mutex.c | 23 …mutex->buffer = heap_caps_calloc_prefer(1, sizeof(StaticQueue_t), 2, MALLOC_CAP_SPIRAM|MALLOC_CAP_… in bt_mesh_mutex_create() 25 …mutex->buffer = heap_caps_calloc_prefer(1, sizeof(StaticQueue_t), 2, MALLOC_CAP_INTERNAL|MALLOC_CA… in bt_mesh_mutex_create()
|
/hal_espressif-3.5.0/components/bt/esp_ble_mesh/mesh_common/include/ |
D | mesh_mutex.h | 21 StaticQueue_t *buffer;
|
/hal_espressif-3.5.0/components/bt/esp_ble_mesh/mesh_core/ |
D | adv.c | 53 StaticQueue_t *buffer; 599 …adv_queue.buffer = heap_caps_calloc_prefer(1, sizeof(StaticQueue_t), 2, MALLOC_CAP_SPIRAM|MALLOC_C… in bt_mesh_adv_init() 601 …adv_queue.buffer = heap_caps_calloc_prefer(1, sizeof(StaticQueue_t), 2, MALLOC_CAP_INTERNAL|MALLOC… in bt_mesh_adv_init() 620 …relay_queue.buffer = heap_caps_calloc_prefer(1, sizeof(StaticQueue_t), 2, MALLOC_CAP_SPIRAM|MALLOC… in bt_mesh_adv_init() 622 …relay_queue.buffer = heap_caps_calloc_prefer(1, sizeof(StaticQueue_t), 2, MALLOC_CAP_INTERNAL|MALL… in bt_mesh_adv_init()
|
/hal_espressif-3.5.0/components/esp_wifi/esp32/ |
D | esp_adapter.c | 127 …queue->storage = heap_caps_calloc(1, sizeof(StaticQueue_t) + (queue_len*item_size), MALLOC_CAP_INT… in wifi_create_queue() 132 … queue_len, item_size, ((uint8_t*)(queue->storage)) + sizeof(StaticQueue_t), (StaticQueue_t*)(queu… in wifi_create_queue()
|
/hal_espressif-3.5.0/components/esp_wifi/esp32s2/ |
D | esp_adapter.c | 109 …queue->storage = heap_caps_calloc(1, sizeof(StaticQueue_t) + (queue_len*item_size), MALLOC_CAP_INT… in wifi_create_queue() 114 … queue_len, item_size, ((uint8_t*)(queue->storage)) + sizeof(StaticQueue_t), (StaticQueue_t*)(queu… in wifi_create_queue()
|
/hal_espressif-3.5.0/components/esp_wifi/esp32s3/ |
D | esp_adapter.c | 117 …queue->storage = heap_caps_calloc(1, sizeof(StaticQueue_t) + (queue_len*item_size), MALLOC_CAP_INT… in wifi_create_queue() 122 … queue_len, item_size, ((uint8_t*)(queue->storage)) + sizeof(StaticQueue_t), (StaticQueue_t*)(queu… in wifi_create_queue()
|
/hal_espressif-3.5.0/components/bt/controller/esp32/ |
D | bt.c | 631 StaticQueue_t *queue_buffer = NULL; in semphr_create_wrapper() 633 queue_buffer = heap_caps_malloc(sizeof(StaticQueue_t), MALLOC_CAP_INTERNAL|MALLOC_CAP_8BIT); in semphr_create_wrapper() 757 StaticQueue_t *queue_buffer = NULL; in mutex_create_wrapper() 760 queue_buffer = heap_caps_malloc(sizeof(StaticQueue_t), MALLOC_CAP_INTERNAL|MALLOC_CAP_8BIT); in mutex_create_wrapper() 828 StaticQueue_t *queue_buffer = NULL; in queue_create_wrapper() 832 queue_buffer = heap_caps_malloc(sizeof(StaticQueue_t), MALLOC_CAP_INTERNAL|MALLOC_CAP_8BIT); in queue_create_wrapper()
|
/hal_espressif-3.5.0/components/freertos/test/ |
D | test_freertos_backported_functions.c | 86 static StaticQueue_t queue_buffer; //Queues, Semaphores, and Mutex use the same queue structu…
|
/hal_espressif-3.5.0/components/freertos/ |
D | queue.c | 348 StaticQueue_t * pxStaticQueue, in xQueueGenericCreateStatic() 369 volatile size_t xSize = sizeof( StaticQueue_t ); in xQueueGenericCreateStatic() 576 StaticQueue_t * pxStaticQueue ) in xQueueCreateMutexStatic() 756 StaticQueue_t * pxStaticQueue ) in xQueueCreateCountingSemaphoreStatic()
|
D | timers.c | 1007 …PRIVILEGED_DATA static StaticQueue_t xStaticTimerQueue; /*lint !e956 Ok to declare in this manner … in prvCheckForValidListAndQueue()
|
/hal_espressif-3.5.0/components/driver/ |
D | twai.c | 349 p_obj->tx_queue_struct = heap_caps_calloc(1, sizeof(StaticQueue_t), TWAI_MALLOC_CAPS); in twai_alloc_driver_obj() 355 p_obj->rx_queue_struct = heap_caps_calloc(1, sizeof(StaticQueue_t), TWAI_MALLOC_CAPS); in twai_alloc_driver_obj()
|
D | ledc.c | 38 StaticQueue_t ledc_fade_sem_storage; 664 … memset(&s_ledc_fade_rec[speed_mode][channel]->ledc_fade_sem_storage, 0, sizeof(StaticQueue_t)); in ledc_fade_channel_init_check()
|
D | i2c.c | 153 StaticQueue_t evt_queue_buffer; /*!< The buffer that will hold the queue structure*/ 322 memset(&p_i2c->evt_queue_buffer, 0, sizeof(StaticQueue_t)); in i2c_driver_install()
|
D | uart.c | 1466 uart_obj->event_queue_struct = heap_caps_calloc(1, sizeof(StaticQueue_t), UART_MALLOC_CAPS); in uart_alloc_driver_obj()
|