Home
last modified time | relevance | path

Searched refs:wrdma_bitlen_en (Results 1 – 6 of 6) sorted by relevance

/hal_espressif-3.5.0/components/soc/esp32c3/include/soc/
Dspi_struct.h334 …uint32_t wrdma_bitlen_en : 1; /*1: SPI_SLV_DATA_BITLEN stores data bit length of… member
/hal_espressif-3.5.0/components/soc/esp32h2/include/soc/
Dspi_struct.h363 …uint32_t wrdma_bitlen_en : 1; /*1: SPI_SLV_DATA_BITLEN stores data bit length of… member
/hal_espressif-3.5.0/components/soc/esp32s3/include/soc/
Dspi_struct.h382 …uint32_t wrdma_bitlen_en : 1; /*1: SPI_SLV_DATA_BITLEN stores data bit length of… member
/hal_espressif-3.5.0/components/hal/esp32c3/include/hal/
Dspi_ll.h1065 hw->slave.wrdma_bitlen_en = (cond_mask & SPI_LL_TRANS_LEN_COND_WRDMA) ? 1 : 0; in spi_ll_slave_hd_set_len_cond()
/hal_espressif-3.5.0/components/hal/esp32h2/include/hal/
Dspi_ll.h1068 hw->slave.wrdma_bitlen_en = (cond_mask & SPI_LL_TRANS_LEN_COND_WRDMA) ? 1 : 0; in spi_ll_slave_hd_set_len_cond()
/hal_espressif-3.5.0/components/hal/esp32s3/include/hal/
Dspi_ll.h1076 hw->slave.wrdma_bitlen_en = (cond_mask & SPI_LL_TRANS_LEN_COND_WRDMA) ? 1 : 0; in spi_ll_slave_hd_set_len_cond()