Home
last modified time | relevance | path

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

/hal_espressif-latest/components/hal/esp32/include/hal/
Dspi_ll.h314 hw->pin.master_cs_pol |= (1 << cs); in spi_ll_master_set_pos_cs()
316 hw->pin.master_cs_pol &= ~(1 << cs); in spi_ll_master_set_pos_cs()
/hal_espressif-latest/components/soc/esp32c3/include/soc/
Dspi_struct.h128 …uint32_t master_cs_pol : 6; /*In the master mode the bits are the polarity of … member
/hal_espressif-latest/components/hal/esp32s3/include/hal/
Dspi_ll.h474 hw->misc.master_cs_pol |= (1 << cs); in spi_ll_master_set_pos_cs()
476 hw->misc.master_cs_pol &= ~(1 << cs); in spi_ll_master_set_pos_cs()
/hal_espressif-latest/components/hal/esp32c6/include/hal/
Dspi_ll.h476 hw->misc.master_cs_pol |= (1 << cs); in spi_ll_master_set_pos_cs()
478 hw->misc.master_cs_pol &= ~(1 << cs); in spi_ll_master_set_pos_cs()
/hal_espressif-latest/components/hal/esp32c2/include/hal/
Dspi_ll.h472 hw->misc.master_cs_pol |= (1 << cs); in spi_ll_master_set_pos_cs()
474 hw->misc.master_cs_pol &= ~(1 << cs); in spi_ll_master_set_pos_cs()
/hal_espressif-latest/components/hal/esp32c3/include/hal/
Dspi_ll.h472 hw->misc.master_cs_pol |= (1 << cs); in spi_ll_master_set_pos_cs()
474 hw->misc.master_cs_pol &= ~(1 << cs); in spi_ll_master_set_pos_cs()
/hal_espressif-latest/components/hal/esp32h2/include/hal/
Dspi_ll.h478 hw->misc.master_cs_pol |= (1 << cs); in spi_ll_master_set_pos_cs()
480 hw->misc.master_cs_pol &= ~(1 << cs); in spi_ll_master_set_pos_cs()
/hal_espressif-latest/components/soc/esp32c2/include/soc/
Dspi_struct.h131 …uint32_t master_cs_pol : 6; /*In the master mode the bits are the polarity of … member
/hal_espressif-latest/components/soc/esp32s3/include/soc/
Dspi_struct.h139 …uint32_t master_cs_pol : 6; /*In the master mode the bits are the polarity of … member
/hal_espressif-latest/components/hal/esp32s2/include/hal/
Dspi_ll.h436 hw->misc.master_cs_pol |= (1 << cs); in spi_ll_master_set_pos_cs()
438 hw->misc.master_cs_pol &= ~(1 << cs); in spi_ll_master_set_pos_cs()
/hal_espressif-latest/components/soc/esp32c6/include/soc/
Dspi_struct.h387 uint32_t master_cs_pol:6; member
/hal_espressif-latest/components/soc/esp32h2/include/soc/
Dspi_struct.h387 uint32_t master_cs_pol:6; member
/hal_espressif-latest/components/soc/esp32/include/soc/
Dspi_struct.h181 …uint32_t master_cs_pol: 3; /*In the master mode the bits are the polarity of… member
/hal_espressif-latest/components/soc/esp32s2/include/soc/
Dspi_struct.h160 …uint32_t master_cs_pol: 6; /*In the master mode the bits are the polarity of sp… member