Searched refs:xEventGroupWaitBits (Results 1 – 5 of 5) sorted by relevance
/device/soc/esp/esp32/components/osal/ |
D | event_groups.c | 25 EventBits_t IRAM_ATTR xEventGroupWaitBits( EventGroupHandle_t xEventGroup, const EventBits_t uxBits… in xEventGroupWaitBits() function
|
/device/soc/esp/esp32/components/osal/include/esp_osal/ |
D | event_groups.h | 276 EventBits_t xEventGroupWaitBits( EventGroupHandle_t xEventGroup, const EventBits_t uxBitsToWaitFor,…
|
D | mpu_wrappers.h | 138 #define xEventGroupWaitBits MPU_xEventGroupWaitBits macro
|
/device/soc/esp/esp32/components/esp_wifi/esp32/ |
D | esp_adapter.c | 380 …return (uint32_t)xEventGroupWaitBits(event, bits_to_wait_for, clear_on_exit, wait_for_all_bits, po… in event_group_wait_bits_wrapper() 382 …return (uint32_t)xEventGroupWaitBits(event, bits_to_wait_for, clear_on_exit, wait_for_all_bits, bl… in event_group_wait_bits_wrapper()
|
/device/soc/esp/esp32/components/bt/host/bluedroid/btc/profile/std/spp/ |
D | btc_spp.c | 1335 …xEventGroupWaitBits(spp_local_param.tx_event_group, SLOT_WRITE_BIT(serial) | SLOT_CLOSE_BIT(serial… in spp_vfs_write()
|