Home
last modified time | relevance | path

Searched refs:SERCOM_I2CM_STATUS_LENERR_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.h933 #define SERCOM_I2CM_STATUS_LENERR_Pos 10 /**< \brief (SERCOM_I2CM_STATUS) Length Error */ macro
934 #define SERCOM_I2CM_STATUS_LENERR (_U(0x1) << SERCOM_I2CM_STATUS_LENERR_Pos)
/loramac-node-3.6.0-3.5.0/src/boards/mcu/saml21/hri/
Dhri_sercom_l21.h2084 …urn (((Sercom *)hw)->I2CM.STATUS.reg & SERCOM_I2CM_STATUS_LENERR) >> SERCOM_I2CM_STATUS_LENERR_Pos; in hri_sercomi2cm_get_STATUS_LENERR_bit()
2093 tmp |= value << SERCOM_I2CM_STATUS_LENERR_Pos; in hri_sercomi2cm_write_STATUS_LENERR_bit()