Home
last modified time | relevance | path

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

/loramac-node-3.4.0/src/boards/mcu/saml21/saml21b/include/component/
Dsercom.h925 #define SERCOM_I2CM_STATUS_LOWTOUT_Pos 6 /**< \brief (SERCOM_I2CM_STATUS) SCL Low Timeou… macro
926 #define SERCOM_I2CM_STATUS_LOWTOUT (_U(0x1) << SERCOM_I2CM_STATUS_LOWTOUT_Pos)
/loramac-node-3.4.0/src/boards/mcu/saml21/hri/
Dhri_sercom_l21.h1936 …n (((Sercom *)hw)->I2CM.STATUS.reg & SERCOM_I2CM_STATUS_LOWTOUT) >> SERCOM_I2CM_STATUS_LOWTOUT_Pos; in hri_sercomi2cm_get_STATUS_LOWTOUT_bit()
1945 tmp |= value << SERCOM_I2CM_STATUS_LOWTOUT_Pos; in hri_sercomi2cm_write_STATUS_LOWTOUT_bit()