Searched refs:SERCOM_I2CM_STATUS_LENERR (Results 1 – 2 of 2) sorted by relevance
934 #define SERCOM_I2CM_STATUS_LENERR (_U(0x1) << SERCOM_I2CM_STATUS_LENERR_Pos) macro
2078 ((Sercom *)hw)->I2CM.STATUS.reg |= SERCOM_I2CM_STATUS_LENERR; in hri_sercomi2cm_set_STATUS_LENERR_bit()2084 …return (((Sercom *)hw)->I2CM.STATUS.reg & SERCOM_I2CM_STATUS_LENERR) >> SERCOM_I2CM_STATUS_LENERR_… in hri_sercomi2cm_get_STATUS_LENERR_bit()2092 tmp &= ~SERCOM_I2CM_STATUS_LENERR; in hri_sercomi2cm_write_STATUS_LENERR_bit()2101 ((Sercom *)hw)->I2CM.STATUS.reg = SERCOM_I2CM_STATUS_LENERR; in hri_sercomi2cm_clear_STATUS_LENERR_bit()2108 ((Sercom *)hw)->I2CM.STATUS.reg ^= SERCOM_I2CM_STATUS_LENERR; in hri_sercomi2cm_toggle_STATUS_LENERR_bit()