Home
last modified time | relevance | path

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

/hal_espressif-latest/components/hal/esp32c6/include/hal/
Dsdio_slave_ll.h160 static inline void sdio_slave_ll_set_ioready(hinf_dev_t *hinf, bool ready) in sdio_slave_ll_set_ioready() argument
162 hinf->cfg_data1.sdio_ioready1 = (ready ? 1 : 0); //set IO ready to 1 to stop host from using in sdio_slave_ll_set_ioready()
/hal_espressif-latest/components/hal/esp32/include/hal/
Dsdio_slave_ll.h160 static inline void sdio_slave_ll_set_ioready(hinf_dev_t *hinf, bool ready) in sdio_slave_ll_set_ioready() argument
162 hinf->cfg_data1.sdio_ioready1 = (ready ? 1 : 0); //set IO ready to 1 to stop host from using in sdio_slave_ll_set_ioready()
/hal_espressif-latest/zephyr/
DKconfig102 int "Extra delay (in us) after flash powerdown sleep wakeup to wait flash ready"
116 In Flash Data Sheet, the parameters that define the Flash ready timing after power-up (minimum
/hal_espressif-latest/components/hal/include/hal/
Dsdio_slave_hal.h252 void sdio_slave_hal_set_ioready(sdio_slave_context_t *hal, bool ready);
/hal_espressif-latest/tools/esptool_py/docs/en/
Dindex.rst11 * Prepare binary executable images ready for flashing.
/hal_espressif-latest/components/esp_hw_support/
DKconfig146 int "Extra delay (in us) after flash powerdown sleep wakeup to wait flash ready"
160 … In Flash Data Sheet, the parameters that define the Flash ready timing after power-up (minimum
206 … Enabling it will check the cache safety of the code before the flash power is ready after
/hal_espressif-latest/components/hal/
Dsdio_slave_hal.c210 void sdio_slave_hal_set_ioready(sdio_slave_context_t *hal, bool ready) in sdio_slave_hal_set_ioready() argument
212 sdio_slave_ll_set_ioready(hal->hinf, ready); //set IO ready to 1 to allow host to use in sdio_slave_hal_set_ioready()
/hal_espressif-latest/tools/esptool_py/
DCONTRIBUTING.rst116 … detected, the recommended corrections will be applied automatically to the file, ready for commit.
180 Once the Pull Request is ready to merge, it will first be merged into our internal git system for i…
/hal_espressif-latest/components/esp_wifi/
DKconfig533 to make device ready for network assisted roaming.