Home
last modified time | relevance | path

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

/hal_espressif-latest/components/soc/esp32c2/include/soc/
Dspi_struct.h41 …uint32_t fread_oct : 1; /*In the read operations read-data phase apply 8 s… member
/hal_espressif-latest/components/soc/esp32s3/include/soc/
Dspi_struct.h49 …uint32_t fread_oct : 1; /*In the read operations read-data phase apply 8 s… member
/hal_espressif-latest/components/soc/esp32c6/include/soc/
Dspi_struct.h289 uint32_t fread_oct:1; member
/hal_espressif-latest/components/soc/esp32h2/include/soc/
Dspi_struct.h289 uint32_t fread_oct:1; member
/hal_espressif-latest/components/soc/esp32s2/include/soc/
Dspi_struct.h40 …uint32_t fread_oct: 1; /*In the read operations read-data phase apply 8 sig… member
/hal_espressif-latest/components/hal/esp32s3/include/hal/
Dspi_ll.h602 hw->ctrl.fread_oct = (line_mode.data_lines == 8); in spi_ll_master_set_line_mode()
/hal_espressif-latest/components/hal/esp32s2/include/hal/
Dspi_ll.h564 hw->ctrl.fread_oct = (line_mode.data_lines == 8); in spi_ll_master_set_line_mode()