Home
last modified time | relevance | path

Searched refs:SPI_LL_CPU_MAX_BIT_LEN (Results 1 – 8 of 8) sorted by relevance

/hal_espressif-latest/components/driver/spi/gpspi/
Dspi_master.c812 …SPI_CHECK(trans_desc->length <= SPI_LL_CPU_MAX_BIT_LEN, "txdata transfer > hardware max supported … in check_trans_valid()
813 …SPI_CHECK(trans_desc->rxlength <= SPI_LL_CPU_MAX_BIT_LEN, "rxdata transfer > hardware max supporte… in check_trans_valid()
1127 *max_bytes = MIN(host->bus_attr->max_transfer_sz, (SPI_LL_CPU_MAX_BIT_LEN / 8)); in spi_bus_get_max_transaction_len()
/hal_espressif-latest/components/hal/esp32/include/hal/
Dspi_ll.h43 #define SPI_LL_CPU_MAX_BIT_LEN (16 * 32) //Fifo len: 16 words macro
/hal_espressif-latest/components/hal/esp32s3/include/hal/
Dspi_ll.h44 #define SPI_LL_CPU_MAX_BIT_LEN (16 * 32) //Fifo len: 16 words macro
/hal_espressif-latest/components/hal/esp32c6/include/hal/
Dspi_ll.h43 #define SPI_LL_CPU_MAX_BIT_LEN (16 * 32) //Fifo len: 16 words macro
/hal_espressif-latest/components/hal/esp32c2/include/hal/
Dspi_ll.h42 #define SPI_LL_CPU_MAX_BIT_LEN (16 * 32) //Fifo len: 16 words macro
/hal_espressif-latest/components/hal/esp32c3/include/hal/
Dspi_ll.h42 #define SPI_LL_CPU_MAX_BIT_LEN (16 * 32) //Fifo len: 16 words macro
/hal_espressif-latest/components/hal/esp32h2/include/hal/
Dspi_ll.h45 #define SPI_LL_CPU_MAX_BIT_LEN (16 * 32) //Fifo len: 16 words macro
/hal_espressif-latest/components/hal/esp32s2/include/hal/
Dspi_ll.h45 #define SPI_LL_CPU_MAX_BIT_LEN (18 * 32) //Fifo len: 18 words macro