Home
last modified time | relevance | path

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

/hal_espressif-3.7.0/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-3.7.0/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-3.7.0/components/hal/include/hal/
Dsdio_slave_hal.h252 void sdio_slave_hal_set_ioready(sdio_slave_context_t *hal, bool ready);
/hal_espressif-3.7.0/tools/esptool_py/docs/en/
Dindex.rst11 * Prepare binary executable images ready for flashing.
/hal_espressif-3.7.0/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-3.7.0/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-3.7.0/components/esp_wifi/
DKconfig467 to make device ready for network assisted roaming.