Home
last modified time | relevance | path

Searched defs:dummy_bits (Results 1 – 7 of 7) sorted by relevance

/hal_espressif-3.6.0/components/driver/include/driver/
Dspi_master.h57 … uint8_t dummy_bits; ///< Amount of dummy bits to insert between address and data phase member
150 uint8_t dummy_bits; ///< The dummy length in this transaction, in bits. member
Dspi_slave_hd.h81 … uint32_t dummy_bits; ///< dummy field bits, multiples of 8 and at least 8. member
/hal_espressif-3.6.0/components/esp_hw_support/port/esp32s3/
Dspiram_psram.c148 int dummy_bits, in _psram_exec_cmd()
169 int dummy_bits, in psram_exec_cmd()
/hal_espressif-3.6.0/components/esp_hw_support/port/esp32s2/
Dspiram_psram.c187 int dummy_bits, in _psram_exec_cmd()
208 int dummy_bits, in psram_exec_cmd()
/hal_espressif-3.6.0/components/hal/include/hal/
Dspi_slave_hd_hal.h81 …uint32_t dummy_bits; ///< dummy field bits, multiples of 8 and at least… member
Dspi_hal.h98 …int dummy_bits; ///< Base length (in bits) of the dummy phase. Note when the c… member
/hal_espressif-3.6.0/components/esp_hw_support/port/esp32/
Dspiram_psram.c420 uint32_t dummy_bits = 0 + extra_dummy; in psram_read_id() local
518 uint32_t dummy_bits = PSRAM_FAST_READ_QUAD_DUMMY + 1; in spi_user_psram_read() local