Home
last modified time | relevance | path

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

/loramac-node-3.4.0/src/boards/mcu/saml21/hal/src/
Dhal_spi_m_sync.c151 xfer.txbuf = 0; in _spi_m_sync_io_read()
179 xfer.txbuf = (uint8_t *)buf; in _spi_m_sync_io_write()
191 msg.txbuf = p_xfer->txbuf; in spi_m_sync_transfer()
/loramac-node-3.4.0/src/boards/mcu/saml21/hal/include/
Dhpl_spi.h71 uint8_t *txbuf; member
142 uint8_t *txbuf; 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-3.4.0/src/boards/mcu/saml21/hpl/sercom/
Dhpl_sercom.c2596 uint8_t *txbuf; member
2641 if (ctrl->txbuf) { in _spi_tx_check_and_send()
2642 data = *ctrl->txbuf++; in _spi_tx_check_and_send()
2645 data |= (*ctrl->txbuf) << 8; in _spi_tx_check_and_send()
2646 ctrl->txbuf++; in _spi_tx_check_and_send()
2672 struct _spi_trans_ctrl ctrl = {msg->txbuf, msg->rxbuf, 0, 0, dev->char_size}; in _spi_m_sync_trans()