Home
last modified time | relevance | path

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

/loramac-node-3.6.0-3.5.0/src/boards/mcu/saml21/saml21b/include/component/
Dsercom.h1094 #define SERCOM_SPI_SYNCBUSY_SWRST_Pos 0 /**< \brief (SERCOM_SPI_SYNCBUSY) Software Reset… macro
1095 #define SERCOM_SPI_SYNCBUSY_SWRST (_U(0x1) << SERCOM_SPI_SYNCBUSY_SWRST_Pos)
/loramac-node-3.6.0-3.5.0/src/boards/mcu/saml21/hri/
Dhri_sercom_l21.h1575 …rn (((Sercom *)hw)->SPI.SYNCBUSY.reg & SERCOM_SPI_SYNCBUSY_SWRST) >> SERCOM_SPI_SYNCBUSY_SWRST_Pos; in hri_sercomspi_get_SYNCBUSY_SWRST_bit()