Searched refs:SERCOM_I2CM_STATUS_ARBLOST_Pos (Results 1 – 2 of 2) sorted by relevance
918 #define SERCOM_I2CM_STATUS_ARBLOST_Pos 1 /**< \brief (SERCOM_I2CM_STATUS) Arbitration Lo… macro919 #define SERCOM_I2CM_STATUS_ARBLOST (_U(0x1) << SERCOM_I2CM_STATUS_ARBLOST_Pos)
1862 …n (((Sercom *)hw)->I2CM.STATUS.reg & SERCOM_I2CM_STATUS_ARBLOST) >> SERCOM_I2CM_STATUS_ARBLOST_Pos; in hri_sercomi2cm_get_STATUS_ARBLOST_bit()1871 tmp |= value << SERCOM_I2CM_STATUS_ARBLOST_Pos; in hri_sercomi2cm_write_STATUS_ARBLOST_bit()