Home
last modified time | relevance | path

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

/hal_espressif-latest/components/driver/spi/gpspi/
Dspi_master.c137 uint32_t *buffer_to_rcv; // similar to buffer_to_send member
603 hal_trans.rcv_buffer = (uint8_t*)host->cur_trans_buf.buffer_to_rcv; in spi_new_trans()
746 … if (bus_attr->dma_enabled && (cur_trans_buf->buffer_to_rcv || cur_trans_buf->buffer_to_send)) { in spi_intr()
827 if (trans_buf->buffer_to_rcv && in uninstall_priv_desc()
828 (void *)trans_buf->buffer_to_rcv != &trans_desc->rx_data[0] && in uninstall_priv_desc()
829 trans_buf->buffer_to_rcv != trans_desc->rx_buffer) { // NOLINT(clang-analyzer-unix.Malloc) in uninstall_priv_desc()
831 …memcpy((uint8_t *) & trans_desc->rx_data[0], trans_buf->buffer_to_rcv, (trans_desc->rxlength + 7) … in uninstall_priv_desc()
833 memcpy(trans_desc->rx_buffer, trans_buf->buffer_to_rcv, (trans_desc->rxlength + 7) / 8); in uninstall_priv_desc()
835 free(trans_buf->buffer_to_rcv); in uninstall_priv_desc()
857 new_desc->buffer_to_rcv = rcv_ptr; in setup_priv_desc()
/hal_espressif-latest/components/hal/esp32/include/hal/
Dspi_ll.h288 static inline void spi_ll_read_buffer(spi_dev_t *hw, uint8_t *buffer_to_rcv, size_t bitlen) in spi_ll_read_buffer() argument
297 memcpy(&buffer_to_rcv[x / 8], &word, (len + 7) / 8); in spi_ll_read_buffer()
/hal_espressif-latest/components/hal/esp32s3/include/hal/
Dspi_ll.h423 static inline void spi_ll_read_buffer(spi_dev_t *hw, uint8_t *buffer_to_rcv, size_t bitlen) in spi_ll_read_buffer() argument
432 memcpy(&buffer_to_rcv[x / 8], &word, (len + 7) / 8); in spi_ll_read_buffer()
/hal_espressif-latest/components/hal/esp32c6/include/hal/
Dspi_ll.h425 static inline void spi_ll_read_buffer(spi_dev_t *hw, uint8_t *buffer_to_rcv, size_t bitlen) in spi_ll_read_buffer() argument
434 memcpy(&buffer_to_rcv[x / 8], &word, (len + 7) / 8); in spi_ll_read_buffer()
/hal_espressif-latest/components/hal/esp32c2/include/hal/
Dspi_ll.h421 static inline void spi_ll_read_buffer(spi_dev_t *hw, uint8_t *buffer_to_rcv, size_t bitlen) in spi_ll_read_buffer() argument
430 memcpy(&buffer_to_rcv[x / 8], &word, (len + 7) / 8); in spi_ll_read_buffer()
/hal_espressif-latest/components/hal/esp32c3/include/hal/
Dspi_ll.h421 static inline void spi_ll_read_buffer(spi_dev_t *hw, uint8_t *buffer_to_rcv, size_t bitlen) in spi_ll_read_buffer() argument
430 memcpy(&buffer_to_rcv[x / 8], &word, (len + 7) / 8); in spi_ll_read_buffer()
/hal_espressif-latest/components/hal/esp32h2/include/hal/
Dspi_ll.h427 static inline void spi_ll_read_buffer(spi_dev_t *hw, uint8_t *buffer_to_rcv, size_t bitlen) in spi_ll_read_buffer() argument
436 memcpy(&buffer_to_rcv[x / 8], &word, (len + 7) / 8); in spi_ll_read_buffer()
/hal_espressif-latest/components/hal/esp32s2/include/hal/
Dspi_ll.h364 static inline void spi_ll_read_buffer(spi_dev_t *hw, uint8_t *buffer_to_rcv, size_t bitlen) in spi_ll_read_buffer() argument
373 memcpy(&buffer_to_rcv[x / 8], &word, (len + 7) / 8); in spi_ll_read_buffer()