Home
last modified time | relevance | path

Searched refs:xEventGroupWaitBits (Results 1 – 5 of 5) sorted by relevance

/device/soc/esp/esp32/components/osal/
Devent_groups.c25 EventBits_t IRAM_ATTR xEventGroupWaitBits( EventGroupHandle_t xEventGroup, const EventBits_t uxBits… in xEventGroupWaitBits() function
/device/soc/esp/esp32/components/osal/include/esp_osal/
Devent_groups.h276 EventBits_t xEventGroupWaitBits( EventGroupHandle_t xEventGroup, const EventBits_t uxBitsToWaitFor,…
Dmpu_wrappers.h138 #define xEventGroupWaitBits MPU_xEventGroupWaitBits macro
/device/soc/esp/esp32/components/esp_wifi/esp32/
Desp_adapter.c380 …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/
Dbtc_spp.c1335xEventGroupWaitBits(spp_local_param.tx_event_group, SLOT_WRITE_BIT(serial) | SLOT_CLOSE_BIT(serial… in spp_vfs_write()