Home
last modified time | relevance | path

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

/loramac-node-3.4.0/src/boards/mcu/saml21/hal/include/
Dhpl_spi_m_sync.h74 int32_t _spi_m_sync_init(struct _spi_m_sync_dev *dev, void *const hw);
/loramac-node-3.4.0/src/boards/mcu/saml21/hal/src/
Dhal_spi_m_sync.c70 rc = _spi_m_sync_init(&spi->dev, hw); in spi_m_sync_init()
/loramac-node-3.4.0/src/boards/mcu/saml21/hpl/sercom/
Dhpl_sercom.c2322 int32_t _spi_m_sync_init(struct _spi_m_sync_dev *dev, void *const hw) in _spi_m_sync_init() function
2356 return _spi_m_sync_init(dev, hw); in _spi_s_sync_init()
2363 int32_t rc = _spi_m_sync_init((struct _spi_m_sync_dev *)dev, hw); in _spi_m_async_init()