Home
last modified time | relevance | path

Searched refs:rxbuf (Results 1 – 4 of 4) sorted by relevance

/loramac-node-latest/src/boards/mcu/saml21/hal/src/
Dhal_spi_m_sync.c150 xfer.rxbuf = buf; in _spi_m_sync_io_read()
178 xfer.rxbuf = 0; in _spi_m_sync_io_write()
192 msg.rxbuf = p_xfer->rxbuf; in spi_m_sync_transfer()
/loramac-node-latest/src/boards/mcu/saml21/hal/include/
Dhpl_spi.h73 uint8_t *rxbuf; member
144 uint8_t *rxbuf; member
Dhpl_spi_m_dma.h179 int32_t _spi_m_dma_transfer(struct _spi_m_dma_dev *dev, uint8_t const *txbuf, uint8_t *const rxbuf,
/loramac-node-latest/src/boards/mcu/saml21/hpl/sercom/
Dhpl_sercom.c2598 uint8_t *rxbuf; member
2618 if (ctrl->rxbuf) { in _spi_rx_check_and_receive()
2619 *ctrl->rxbuf++ = (uint8_t)data; in _spi_rx_check_and_receive()
2622 *ctrl->rxbuf++ = (uint8_t)(data >> 8); in _spi_rx_check_and_receive()
2672 struct _spi_trans_ctrl ctrl = {msg->txbuf, msg->rxbuf, 0, 0, dev->char_size}; in _spi_m_sync_trans()