Searched refs:SERCOM_I2CM_STATUS_LOWTOUT (Results 1 – 2 of 2) sorted by relevance
926 #define SERCOM_I2CM_STATUS_LOWTOUT (_U(0x1) << SERCOM_I2CM_STATUS_LOWTOUT_Pos) macro
1930 ((Sercom *)hw)->I2CM.STATUS.reg |= SERCOM_I2CM_STATUS_LOWTOUT; in hri_sercomi2cm_set_STATUS_LOWTOUT_bit()1936 …return (((Sercom *)hw)->I2CM.STATUS.reg & SERCOM_I2CM_STATUS_LOWTOUT) >> SERCOM_I2CM_STATUS_LOWTOU… in hri_sercomi2cm_get_STATUS_LOWTOUT_bit()1944 tmp &= ~SERCOM_I2CM_STATUS_LOWTOUT; in hri_sercomi2cm_write_STATUS_LOWTOUT_bit()1953 ((Sercom *)hw)->I2CM.STATUS.reg = SERCOM_I2CM_STATUS_LOWTOUT; in hri_sercomi2cm_clear_STATUS_LOWTOUT_bit()1960 ((Sercom *)hw)->I2CM.STATUS.reg ^= SERCOM_I2CM_STATUS_LOWTOUT; in hri_sercomi2cm_toggle_STATUS_LOWTOUT_bit()