Home
last modified time | relevance | path

Searched refs:ds_hal_busy (Results 1 – 3 of 3) sorted by relevance

/hal_espressif-latest/components/hal/include/hal/
Dds_hal.h91 bool ds_hal_busy(void);
/hal_espressif-latest/components/hal/
Dds_hal.c49 bool ds_hal_busy(void) in ds_hal_busy() function
/hal_espressif-latest/components/esp_hw_support/
Desp_ds.c368 return ds_hal_busy(); in esp_ds_is_busy()
380 while (ds_hal_busy()) { } in esp_ds_finish_sign()