Home
last modified time | relevance | path

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

/loramac-node-3.4.0/src/boards/mcu/saml21/hpl/sercom/
Dhpl_sercom.c2115 if (hri_sercomspi_is_syncing(hw, SERCOM_SPI_SYNCBUSY_SWRST)) { in _spi_sync_enable()
2147 if (hri_sercomspi_is_syncing(hw, SERCOM_SPI_SYNCBUSY_SWRST)) { in _spi_sync_disable()
2182 if (hri_sercomspi_is_syncing(hw, SERCOM_SPI_SYNCBUSY_SWRST | SERCOM_SPI_SYNCBUSY_ENABLE)) { in _spi_set_mode()
2203 if (hri_sercomspi_is_syncing(hw, SERCOM_SPI_SYNCBUSY_SWRST)) { in _spi_set_baudrate()
2227 if (hri_sercomspi_is_syncing(hw, SERCOM_SPI_SYNCBUSY_SWRST | SERCOM_SPI_SYNCBUSY_CTRLB)) { in _spi_set_char_size()
2248 if (hri_sercomspi_is_syncing(hw, SERCOM_SPI_SYNCBUSY_SWRST)) { in _spi_set_data_order()
2300 while (hri_sercomspi_is_syncing(hw, 0xFFFFFFFF)) in _spi_load_regs_slave()
2677 if (hri_sercomspi_is_syncing( in _spi_m_sync_trans()
/loramac-node-3.4.0/src/boards/mcu/saml21/hri/
Dhri_sercom_l21.h129 static inline bool hri_sercomspi_is_syncing(const void *const hw, hri_sercomspi_syncbusy_reg_t reg) in hri_sercomspi_is_syncing() function