Home
last modified time | relevance | path

Searched refs:SPI_LL_TRANS_LEN_COND_WRDMA (Results 1 – 7 of 7) sorted by relevance

/hal_espressif-latest/components/hal/esp32s3/include/hal/
Dspi_ll.h74 SPI_LL_TRANS_LEN_COND_WRDMA = BIT(2), ///< WRDMA length will be recorded enumerator
1120 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-latest/components/hal/esp32c6/include/hal/
Dspi_ll.h73 SPI_LL_TRANS_LEN_COND_WRDMA = BIT(2), ///< WRDMA length will be recorded enumerator
1109 hw->slave.slv_wrdma_bitlen_en = (cond_mask & SPI_LL_TRANS_LEN_COND_WRDMA) ? 1 : 0; in spi_ll_slave_hd_set_len_cond()
/hal_espressif-latest/components/hal/esp32c2/include/hal/
Dspi_ll.h72 SPI_LL_TRANS_LEN_COND_WRDMA = BIT(2), ///< WRDMA length will be recorded enumerator
1105 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-latest/components/hal/esp32c3/include/hal/
Dspi_ll.h72 SPI_LL_TRANS_LEN_COND_WRDMA = BIT(2), ///< WRDMA length will be recorded enumerator
1105 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-latest/components/hal/esp32h2/include/hal/
Dspi_ll.h75 SPI_LL_TRANS_LEN_COND_WRDMA = BIT(2), ///< WRDMA length will be recorded enumerator
1111 hw->slave.slv_wrdma_bitlen_en = (cond_mask & SPI_LL_TRANS_LEN_COND_WRDMA) ? 1 : 0; in spi_ll_slave_hd_set_len_cond()
/hal_espressif-latest/components/hal/esp32s2/include/hal/
Dspi_ll.h82 SPI_LL_TRANS_LEN_COND_WRDMA = BIT(2), ///< WRDMA length will be recorded enumerator
1100 hw->slv_rd_byte.wrdma_bytelen_en = (cond_mask & SPI_LL_TRANS_LEN_COND_WRDMA) ? 1 : 0; in spi_ll_slave_hd_set_len_cond()
/hal_espressif-latest/components/hal/
Dspi_slave_hd_hal.c115 SPI_LL_TRANS_LEN_COND_WRDMA | in spi_slave_hd_hal_init()