Home
last modified time | relevance | path

Searched refs:doutdin (Results 1 – 14 of 14) sorted by relevance

/hal_espressif-latest/components/hal/esp32s3/include/hal/
Dspi_ll.h156 hw->user.doutdin = 1; //we only support full duplex in spi_ll_slave_init()
183 hw->user.doutdin = 0; in spi_ll_slave_hd_init()
566 hw->user.doutdin = !half_duplex; in spi_ll_set_half_duplex()
/hal_espressif-latest/components/hal/esp32c6/include/hal/
Dspi_ll.h158 hw->user.doutdin = 1; //we only support full duplex in spi_ll_slave_init()
185 hw->user.doutdin = 0; in spi_ll_slave_hd_init()
568 hw->user.doutdin = !half_duplex; in spi_ll_set_half_duplex()
/hal_espressif-latest/components/hal/esp32c2/include/hal/
Dspi_ll.h154 hw->user.doutdin = 1; //we only support full duplex in spi_ll_slave_init()
181 hw->user.doutdin = 0; in spi_ll_slave_hd_init()
564 hw->user.doutdin = !half_duplex; in spi_ll_set_half_duplex()
/hal_espressif-latest/components/hal/esp32c3/include/hal/
Dspi_ll.h154 hw->user.doutdin = 1; //we only support full duplex in spi_ll_slave_init()
181 hw->user.doutdin = 0; in spi_ll_slave_hd_init()
564 hw->user.doutdin = !half_duplex; in spi_ll_set_half_duplex()
/hal_espressif-latest/components/hal/esp32h2/include/hal/
Dspi_ll.h160 hw->user.doutdin = 1; //we only support full duplex in spi_ll_slave_init()
187 hw->user.doutdin = 0; in spi_ll_slave_hd_init()
570 hw->user.doutdin = !half_duplex; in spi_ll_set_half_duplex()
/hal_espressif-latest/components/hal/esp32s2/include/hal/
Dspi_ll.h149 hw->user.doutdin = 1; //we only support full duplex in spi_ll_slave_init()
175 hw->user.doutdin = 0; //we only support half duplex in spi_ll_slave_hd_init()
528 hw->user.doutdin = !half_duplex; in spi_ll_set_half_duplex()
/hal_espressif-latest/components/hal/esp32/include/hal/
Dspi_ll.h101 hw->user.doutdin = 1; //we only support full duplex in spi_ll_slave_init()
437 hw->user.doutdin = !half_duplex; in spi_ll_set_half_duplex()
/hal_espressif-latest/components/soc/esp32c3/include/soc/
Dspi_struct.h64 …uint32_t doutdin : 1; /*Set the bit to enable full duplex communication.… member
/hal_espressif-latest/components/soc/esp32c2/include/soc/
Dspi_struct.h67 …uint32_t doutdin : 1; /*Set the bit to enable full duplex communication.… member
/hal_espressif-latest/components/soc/esp32s3/include/soc/
Dspi_struct.h75 …uint32_t doutdin : 1; /*Set the bit to enable full duplex communication.… member
/hal_espressif-latest/components/soc/esp32c6/include/soc/
Dspi_struct.h62 uint32_t doutdin:1; member
/hal_espressif-latest/components/soc/esp32h2/include/soc/
Dspi_struct.h62 uint32_t doutdin:1; member
/hal_espressif-latest/components/soc/esp32/include/soc/
Dspi_struct.h111 …uint32_t doutdin: 1; /*Set the bit to enable full duplex communication.… member
/hal_espressif-latest/components/soc/esp32s2/include/soc/
Dspi_struct.h87 …uint32_t doutdin: 1; /*Set the bit to enable full duplex communication. 1… member