Home
last modified time | relevance | path

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

/loramac-node-3.4.0/src/boards/mcu/saml21/saml21b/include/component/
Dsercom.h934 #define SERCOM_I2CM_STATUS_LENERR (_U(0x1) << SERCOM_I2CM_STATUS_LENERR_Pos) macro
/loramac-node-3.4.0/src/boards/mcu/saml21/hri/
Dhri_sercom_l21.h2078 ((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()