/hal_espressif-latest/components/hal/include/hal/ |
D | spi_hal.h | 99 int cs_keep_active; ///< Keep CS active after transaction member
|
/hal_espressif-latest/components/hal/ |
D | spi_hal_iram.c | 128 spi_ll_master_keep_cs(hw, trans->cs_keep_active); in spi_hal_setup_trans()
|
/hal_espressif-latest/components/soc/esp32c3/include/soc/ |
D | spi_struct.h | 133 …uint32_t cs_keep_active : 1; /*spi cs line keep low when the bit is set. Can be… member
|
D | spi_mem_struct.h | 168 … uint32_t cs_keep_active: 1; /*spi cs line keep low when the bit is set.*/ member
|
/hal_espressif-latest/components/soc/esp32c2/include/soc/ |
D | spi_struct.h | 142 …uint32_t cs_keep_active : 1; /*spi cs line keep low when the bit is set. Can be… member
|
D | spi_mem_struct.h | 169 … uint32_t cs_keep_active : 1; /*spi cs line keep low when the bit is set.*/ member
|
/hal_espressif-latest/components/soc/esp32s3/include/soc/ |
D | spi_struct.h | 150 …uint32_t cs_keep_active : 1; /*spi cs line keep low when the bit is set. Can be… member
|
D | spi_mem_struct.h | 178 … uint32_t cs_keep_active : 1; /*SPI_CS line keep low when the bit is set.*/ member
|
/hal_espressif-latest/components/soc/esp32c6/include/soc/ |
D | spi_struct.h | 431 uint32_t cs_keep_active:1; member
|
D | spi_mem_struct.h | 185 … uint32_t cs_keep_active : 1; /*SPI_CS line keep low when the bit is set.*/ member
|
/hal_espressif-latest/components/soc/esp32h2/include/soc/ |
D | spi_struct.h | 431 uint32_t cs_keep_active:1; member
|
D | spi_mem_struct.h | 186 … uint32_t cs_keep_active : 1; /*SPI_CS line keep low when the bit is set.*/ member
|
/hal_espressif-latest/components/hal/esp32/include/hal/ |
D | spi_ll.h | 522 hw->pin.cs_keep_active = (keep_active != 0) ? 1 : 0; in spi_ll_master_keep_cs()
|
/hal_espressif-latest/components/soc/esp32/include/soc/ |
D | spi_struct.h | 186 … uint32_t cs_keep_active: 1; /*spi cs line keep low when the bit is set.*/ member
|
/hal_espressif-latest/components/soc/esp32s2/include/soc/ |
D | spi_mem_struct.h | 170 … uint32_t cs_keep_active: 1; /*spi cs line keep low when the bit is set.*/ member
|
D | spi_struct.h | 175 …uint32_t cs_keep_active: 1; /*spi cs line keep low when the bit is set. Can be c… member
|
/hal_espressif-latest/components/hal/esp32s3/include/hal/ |
D | spi_ll.h | 649 hw->misc.cs_keep_active = (keep_active != 0) ? 1 : 0; in spi_ll_master_keep_cs()
|
/hal_espressif-latest/components/hal/esp32c6/include/hal/ |
D | spi_ll.h | 639 hw->misc.cs_keep_active = (keep_active != 0) ? 1 : 0; in spi_ll_master_keep_cs()
|
/hal_espressif-latest/components/hal/esp32c2/include/hal/ |
D | spi_ll.h | 635 hw->misc.cs_keep_active = (keep_active != 0) ? 1 : 0; in spi_ll_master_keep_cs()
|
/hal_espressif-latest/components/hal/esp32c3/include/hal/ |
D | spi_ll.h | 635 hw->misc.cs_keep_active = (keep_active != 0) ? 1 : 0; in spi_ll_master_keep_cs()
|
/hal_espressif-latest/components/hal/esp32h2/include/hal/ |
D | spi_ll.h | 641 hw->misc.cs_keep_active = (keep_active != 0) ? 1 : 0; in spi_ll_master_keep_cs()
|
/hal_espressif-latest/components/hal/esp32s2/include/hal/ |
D | spi_ll.h | 597 hw->misc.cs_keep_active = (keep_active != 0) ? 1 : 0; in spi_ll_master_keep_cs()
|
/hal_espressif-latest/components/driver/spi/gpspi/ |
D | spi_master.c | 607 hal_trans.cs_keep_active = (trans->flags & SPI_TRANS_CS_KEEP_ACTIVE) ? 1 : 0; in spi_new_trans()
|