Home
last modified time | relevance | path

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

/loramac-node-3.4.0/src/boards/mcu/saml21/hal/src/
Dhal_spi_m_sync.c60 static int32_t _spi_m_sync_io_read(struct io_descriptor *const io, uint8_t *const buf, const uint16…
76 spi->io.read = _spi_m_sync_io_read; in spi_m_sync_init()
143 static int32_t _spi_m_sync_io_read(struct io_descriptor *io, uint8_t *buf, const uint16_t length) in _spi_m_sync_io_read() function