Home
last modified time | relevance | path

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

/loramac-node-3.4.0/src/boards/mcu/saml21/hpl/sercom/
Dhpl_sercom.c2182 if (hri_sercomspi_is_syncing(hw, SERCOM_SPI_SYNCBUSY_SWRST | SERCOM_SPI_SYNCBUSY_ENABLE)) { in _spi_set_mode()
2678 … hw, (SERCOM_SPI_SYNCBUSY_SWRST | SERCOM_SPI_SYNCBUSY_ENABLE | SERCOM_SPI_SYNCBUSY_CTRLB))) { in _spi_m_sync_trans()
/loramac-node-3.4.0/src/boards/mcu/saml21/hri/
Dhri_sercom_l21.h434 hri_sercomspi_wait_for_sync(hw, SERCOM_SPI_SYNCBUSY_SWRST | SERCOM_SPI_SYNCBUSY_ENABLE); in hri_sercomspi_set_CTRLA_ENABLE_bit()
442 hri_sercomspi_wait_for_sync(hw, SERCOM_SPI_SYNCBUSY_SWRST | SERCOM_SPI_SYNCBUSY_ENABLE); in hri_sercomspi_get_CTRLA_ENABLE_bit()
452 hri_sercomspi_wait_for_sync(hw, SERCOM_SPI_SYNCBUSY_SWRST | SERCOM_SPI_SYNCBUSY_ENABLE); in hri_sercomspi_write_CTRLA_ENABLE_bit()
463 hri_sercomspi_wait_for_sync(hw, SERCOM_SPI_SYNCBUSY_SWRST | SERCOM_SPI_SYNCBUSY_ENABLE); in hri_sercomspi_clear_CTRLA_ENABLE_bit()
471 hri_sercomspi_wait_for_sync(hw, SERCOM_SPI_SYNCBUSY_SWRST | SERCOM_SPI_SYNCBUSY_ENABLE); in hri_sercomspi_toggle_CTRLA_ENABLE_bit()
1580 …return (((Sercom *)hw)->SPI.SYNCBUSY.reg & SERCOM_SPI_SYNCBUSY_ENABLE) >> SERCOM_SPI_SYNCBUSY_ENAB… in hri_sercomspi_get_SYNCBUSY_ENABLE_bit()
/loramac-node-3.4.0/src/boards/mcu/saml21/saml21b/include/component/
Dsercom.h1097 #define SERCOM_SPI_SYNCBUSY_ENABLE (_U(0x1) << SERCOM_SPI_SYNCBUSY_ENABLE_Pos) macro