Home
last modified time | relevance | path

Searched refs:cmdBitLen (Results 1 – 5 of 5) sorted by relevance

/hal_espressif-latest/components/esp_psram/esp32/
Desp_psram_impl_quad.c216 uint16_t cmdBitLen; /*!< Command byte length*/ member
334 if (pInData->cmdBitLen != 0) { in psram_cmd_config()
336 SET_PERI_REG_BITS(SPI_USER2_REG(spi_num), SPI_USR_COMMAND_BITLEN, pInData->cmdBitLen - 1, in psram_cmd_config()
424 ps_cmd.cmdBitLen = 0; in psram_disable_qio_mode()
445 ps_cmd.cmdBitLen = 8; in psram_read_id()
453 ps_cmd.cmdBitLen = 2; //this two bits is used to delay 2 clock cycle in psram_read_id()
480 ps_cmd.cmdBitLen = 0; in psram_enable_qio_mode()
488 ps_cmd.cmdBitLen = 2; in psram_enable_qio_mode()
512 ps_cmd.cmdBitLen = 0; in spi_user_psram_write()
538 ps_cmd.cmdBitLen = 0; in spi_user_psram_read()
[all …]
/hal_espressif-latest/components/esp_rom/include/esp32s2/rom/
Dopi_flash.h19 uint16_t cmdBitLen; /*!< Command byte length*/ member
/hal_espressif-latest/components/esp_rom/include/esp32s3/rom/
Dopi_flash.h53 uint16_t cmdBitLen; /*!< Command byte length*/ member
/hal_espressif-latest/components/esp_psram/esp32s3/
Desp_psram_impl_quad.c143 conf.cmdBitLen = cmd_bit_len; in _psram_exec_cmd()
/hal_espressif-latest/components/esp_psram/esp32s2/
Desp_psram_impl_quad.c197 conf.cmdBitLen = cmd_bit_len; in _psram_exec_cmd()