Home
last modified time | relevance | path

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

/hal_espressif-latest/components/esp_psram/esp32/
Desp_psram_impl_quad.c220 uint16_t txDataBitLen; /*!< Send data byte length.*/ member
359 if (pInData->txDataBitLen != 0) { in psram_cmd_config()
363 int len = (pInData->txDataBitLen + 31) / 32; in psram_cmd_config()
368 … SET_PERI_REG_BITS(SPI_MOSI_DLEN_REG(spi_num), SPI_USR_MOSI_DBITLEN, (pInData->txDataBitLen - 1), in psram_cmd_config()
409 ps_cmd.txDataBitLen = 8; in psram_disable_qio_mode()
418 ps_cmd.txDataBitLen = 16; in psram_disable_qio_mode()
461 ps_cmd.txDataBitLen = 0; in psram_read_id()
496 ps_cmd.txDataBitLen = 0; in psram_enable_qio_mode()
516 ps_cmd.txDataBitLen = 32 * 8; in spi_user_psram_write()
542 ps_cmd.txDataBitLen = 0; in spi_user_psram_read()
[all …]
/hal_espressif-latest/components/esp_rom/include/esp32s2/rom/
Dopi_flash.h23 uint32_t txDataBitLen; /*!< Send data byte length.*/ member
/hal_espressif-latest/components/esp_rom/include/esp32s3/rom/
Dopi_flash.h57 uint32_t txDataBitLen; /*!< Send data byte length.*/ member
/hal_espressif-latest/components/esp_psram/esp32s3/
Desp_psram_impl_quad.c146 conf.txDataBitLen = mosi_bit_len; in _psram_exec_cmd()
/hal_espressif-latest/components/esp_psram/esp32s2/
Desp_psram_impl_quad.c200 conf.txDataBitLen = mosi_bit_len; in _psram_exec_cmd()