Home
last modified time | relevance | path

Searched refs:DS_QUERY_BUSY_REG (Results 1 – 9 of 9) sorted by relevance

/hal_espressif-latest/components/soc/esp32c6/include/soc/
Dds_reg.h95 #define DS_QUERY_BUSY_REG (DR_REG_DS_BASE + 0xe0c) macro
/hal_espressif-latest/components/soc/esp32h2/include/soc/
Dds_reg.h95 #define DS_QUERY_BUSY_REG (DR_REG_DS_BASE + 0xe0c) macro
/hal_espressif-latest/components/hal/esp32s3/include/hal/
Dds_ll.h30 return (REG_READ(DS_QUERY_BUSY_REG) > 0) ? true : false; in ds_ll_busy()
/hal_espressif-latest/components/hal/esp32h2/include/hal/
Dds_ll.h35 return (REG_READ(DS_QUERY_BUSY_REG) > 0) ? true : false; in ds_ll_busy()
/hal_espressif-latest/components/hal/esp32c6/include/hal/
Dds_ll.h35 return (REG_READ(DS_QUERY_BUSY_REG) > 0) ? true : false; in ds_ll_busy()
/hal_espressif-latest/components/hal/esp32c3/include/hal/
Dds_ll.h43 return (REG_READ(DS_QUERY_BUSY_REG) > 0) ? true : false; in ds_ll_busy()
/hal_espressif-latest/components/soc/esp32s3/include/soc/
Dhwcrypto_reg.h141 #define DS_QUERY_BUSY_REG ((DR_REG_DIGITAL_SIGNATURE_BASE) + 0xE0C) macro
/hal_espressif-latest/components/soc/esp32c3/include/soc/
Dhwcrypto_reg.h166 #define DS_QUERY_BUSY_REG ((DR_REG_DIGITAL_SIGNATURE_BASE) + 0xE0C) macro
/hal_espressif-latest/components/soc/esp32s2/include/soc/
Dhwcrypto_reg.h173 #define DS_QUERY_BUSY_REG ((DR_REG_DIGITAL_SIGNATURE_BASE) + 0xE0C) macro