Home
last modified time | relevance | path

Searched refs:busy (Results 1 – 14 of 14) sorted by relevance

/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_core/
Dadv.h28 #define BLE_MESH_ADV_BUSY(buf) (BLE_MESH_ADV(buf)->busy)
52 bt_mesh_atomic_t busy; member
Dprovisioner_prov.c1291 BLE_MESH_ADV(buf)->busy = 0U;
2765 if (BLE_MESH_ADV(buf)->busy) {
/hal_espressif-latest/components/bt/host/bluedroid/btc/core/
Dbtc_profile_queue.c139 if (p_head->busy) { in btc_queue_connect_next()
143 p_head->busy = true; in btc_queue_connect_next()
/hal_espressif-latest/components/bt/host/bluedroid/btc/include/btc/
Dbtc_profile_queue.h31 bool busy; member
/hal_espressif-latest/components/spi_flash/
Dspi_flash_chip_mxic_opi.c183 chip->busy = 1; in spi_flash_chip_mxic_opi_erase_chip()
213 chip->busy = 1; in spi_flash_chip_mxic_opi_erase_sector()
242 chip->busy = 1; in spi_flash_chip_mxic_opi_erase_block()
273 chip->busy = 1; in spi_flash_chip_mxic_opi_page_program()
Dspi_flash_chip_generic.c158 chip->busy = 1; in spi_flash_chip_generic_erase_chip()
184 chip->busy = 1; in spi_flash_chip_generic_erase_sector()
210 chip->busy = 1; in spi_flash_chip_generic_erase_block()
268 chip->busy = 1; in spi_flash_chip_generic_page_program()
399 if (chip->busy == 1) { in spi_flash_chip_generic_wait_idle()
400 chip->busy = 0; in spi_flash_chip_generic_wait_idle()
/hal_espressif-latest/components/soc/esp32c6/include/soc/
Dsha_struct.h197 volatile sha_busy_reg_t busy; member
/hal_espressif-latest/components/soc/esp32h2/include/soc/
Dsha_struct.h197 volatile sha_busy_reg_t busy; member
Decdsa_struct.h171 uint32_t busy:2; member
/hal_espressif-latest/components/bt/host/bluedroid/stack/btm/
Dbtm_ble_addr.c226 p_mgnt_cb->busy = FALSE; in btm_ble_resolve_address_cmpl()
396 if ( !p_mgnt_cb->busy) { in btm_ble_resolve_random_addr()
398 p_mgnt_cb->busy = TRUE; in btm_ble_resolve_random_addr()
/hal_espressif-latest/components/spi_flash/include/
Desp_flash.h104 uint32_t busy :1; ///< This flag is used to verify chip's status. member
/hal_espressif-latest/components/hal/esp32/include/hal/
Demac_ll.h171 static inline void emac_ll_set_busy(emac_mac_dev_t *mac_regs, bool busy) in emac_ll_set_busy() argument
173 mac_regs->emacgmiiaddr.miibusy = busy ? 1 : 0; in emac_ll_set_busy()
/hal_espressif-latest/components/bt/host/bluedroid/stack/btm/include/
Dbtm_ble_int.h203 BOOLEAN busy; member
/hal_espressif-latest/components/mbedtls/
DKconfig391 Otherwise the CPU busy-waits.
459 Otherwise the CPU busy-waits.