Searched refs:ready (Results 1 – 9 of 9) sorted by relevance
/hal_espressif-latest/components/hal/esp32c6/include/hal/ |
D | sdio_slave_ll.h | 160 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/ |
D | sdio_slave_ll.h | 160 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/ |
D | Kconfig | 102 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/ |
D | sdio_slave_hal.h | 252 void sdio_slave_hal_set_ioready(sdio_slave_context_t *hal, bool ready);
|
/hal_espressif-latest/tools/esptool_py/docs/en/ |
D | index.rst | 11 * Prepare binary executable images ready for flashing.
|
/hal_espressif-latest/components/esp_hw_support/ |
D | Kconfig | 146 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/ |
D | sdio_slave_hal.c | 210 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/ |
D | CONTRIBUTING.rst | 116 … 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/ |
D | Kconfig | 533 to make device ready for network assisted roaming.
|