Searched refs:spi_ll_read_buffer (Results 1 – 9 of 9) sorted by relevance
/hal_espressif-latest/components/hal/ |
D | spi_slave_hal_iram.c | 92 …spi_ll_read_buffer(hal->hw, hal->rx_buffer, (hal->rcv_bitlen > hal->bitlen) ? hal->bitlen : hal->r… in spi_slave_hal_store_result()
|
D | spi_hal_iram.c | 204 spi_ll_read_buffer(hal->hw, trans->rcv_buffer, trans->rx_bitlen); in spi_hal_fetch_result()
|
/hal_espressif-latest/components/hal/esp32/include/hal/ |
D | spi_ll.h | 288 static inline void spi_ll_read_buffer(spi_dev_t *hw, uint8_t *buffer_to_rcv, size_t bitlen) in spi_ll_read_buffer() function
|
/hal_espressif-latest/components/hal/esp32s3/include/hal/ |
D | spi_ll.h | 423 static inline void spi_ll_read_buffer(spi_dev_t *hw, uint8_t *buffer_to_rcv, size_t bitlen) in spi_ll_read_buffer() function
|
/hal_espressif-latest/components/hal/esp32c6/include/hal/ |
D | spi_ll.h | 425 static inline void spi_ll_read_buffer(spi_dev_t *hw, uint8_t *buffer_to_rcv, size_t bitlen) in spi_ll_read_buffer() function
|
/hal_espressif-latest/components/hal/esp32c2/include/hal/ |
D | spi_ll.h | 421 static inline void spi_ll_read_buffer(spi_dev_t *hw, uint8_t *buffer_to_rcv, size_t bitlen) in spi_ll_read_buffer() function
|
/hal_espressif-latest/components/hal/esp32c3/include/hal/ |
D | spi_ll.h | 421 static inline void spi_ll_read_buffer(spi_dev_t *hw, uint8_t *buffer_to_rcv, size_t bitlen) in spi_ll_read_buffer() function
|
/hal_espressif-latest/components/hal/esp32h2/include/hal/ |
D | spi_ll.h | 427 static inline void spi_ll_read_buffer(spi_dev_t *hw, uint8_t *buffer_to_rcv, size_t bitlen) in spi_ll_read_buffer() function
|
/hal_espressif-latest/components/hal/esp32s2/include/hal/ |
D | spi_ll.h | 364 static inline void spi_ll_read_buffer(spi_dev_t *hw, uint8_t *buffer_to_rcv, size_t bitlen) in spi_ll_read_buffer() function
|