Home
last modified time | relevance | path

Searched defs:xQueueGenericSend (Results 1 – 2 of 2) sorted by relevance

/device/soc/esp/esp32/components/osal/include/esp_osal/
Dmpu_wrappers.h93 #define xQueueGenericSend MPU_xQueueGenericSend macro
/device/soc/esp/esp32/components/osal/
Dqueue.c755 BaseType_t xQueueGenericSend( QueueHandle_t xQueue, const void * const pvItemToQueue, TickType_t xT… in xQueueGenericSend() function