Home
last modified time | relevance | path

Searched refs:fcmd_dual (Results 1 – 16 of 16) sorted by relevance

/hal_espressif-latest/components/soc/esp32c3/include/soc/
Dspi_struct.h33 …uint32_t fcmd_dual : 1; /*Apply 2 signals during command phase 1:enable 0:… member
Dspi_mem_struct.h43 …uint32_t fcmd_dual: 1; /*Apply 2 signals during command phase 1:enable 0: dis… member
/hal_espressif-latest/components/soc/esp32c2/include/soc/
Dspi_struct.h35 …uint32_t fcmd_dual : 1; /*Apply 2 signals during command phase 1:enable 0:… member
Dspi_mem_struct.h44 …uint32_t fcmd_dual : 1; /*Apply 2 signals during command phase 1:enable 0:… member
/hal_espressif-latest/components/soc/esp32s3/include/soc/
Dspi_struct.h43 …uint32_t fcmd_dual : 1; /*Apply 2 signals during command phase 1:enable 0:… member
Dspi_mem_struct.h53 …uint32_t fcmd_dual : 1; /*Set this bit to enable 2-bit-mode(2-bm) in CMD p… member
/hal_espressif-latest/components/soc/esp32c6/include/soc/
Dspi_struct.h263 uint32_t fcmd_dual:1; member
/hal_espressif-latest/components/soc/esp32h2/include/soc/
Dspi_struct.h263 uint32_t fcmd_dual:1; member
/hal_espressif-latest/components/soc/esp32s2/include/soc/
Dspi_mem_struct.h44 …uint32_t fcmd_dual: 1; /*Apply 2 signals during command phase 1:enabl… member
Dspi_struct.h34 …uint32_t fcmd_dual: 1; /*Apply 2 signals during command phase 1:enable 0: d… member
/hal_espressif-latest/components/hal/esp32s3/include/hal/
Dspi_ll.h592 hw->ctrl.fcmd_dual = (line_mode.cmd_lines == 2); in spi_ll_master_set_line_mode()
/hal_espressif-latest/components/hal/esp32c6/include/hal/
Dspi_ll.h594 hw->ctrl.fcmd_dual = (line_mode.cmd_lines == 2); in spi_ll_master_set_line_mode()
/hal_espressif-latest/components/hal/esp32c2/include/hal/
Dspi_ll.h590 hw->ctrl.fcmd_dual = (line_mode.cmd_lines == 2); in spi_ll_master_set_line_mode()
/hal_espressif-latest/components/hal/esp32c3/include/hal/
Dspi_ll.h590 hw->ctrl.fcmd_dual = (line_mode.cmd_lines == 2); in spi_ll_master_set_line_mode()
/hal_espressif-latest/components/hal/esp32h2/include/hal/
Dspi_ll.h596 hw->ctrl.fcmd_dual = (line_mode.cmd_lines == 2); in spi_ll_master_set_line_mode()
/hal_espressif-latest/components/hal/esp32s2/include/hal/
Dspi_ll.h554 hw->ctrl.fcmd_dual = (line_mode.cmd_lines == 2); in spi_ll_master_set_line_mode()