Home
last modified time | relevance | path

Searched refs:SERCOM_I2CM_STATUS_BUSERR_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.h916 #define SERCOM_I2CM_STATUS_BUSERR_Pos 0 /**< \brief (SERCOM_I2CM_STATUS) Bus Error */ macro
917 #define SERCOM_I2CM_STATUS_BUSERR (_U(0x1) << SERCOM_I2CM_STATUS_BUSERR_Pos)
/loramac-node-3.6.0-3.5.0/src/boards/mcu/saml21/hri/
Dhri_sercom_l21.h1825 …urn (((Sercom *)hw)->I2CM.STATUS.reg & SERCOM_I2CM_STATUS_BUSERR) >> SERCOM_I2CM_STATUS_BUSERR_Pos; in hri_sercomi2cm_get_STATUS_BUSERR_bit()
1834 tmp |= value << SERCOM_I2CM_STATUS_BUSERR_Pos; in hri_sercomi2cm_write_STATUS_BUSERR_bit()