Home
last modified time | relevance | path

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

/loramac-node-3.4.0/src/boards/mcu/saml21/saml21b/include/component/
Dsercom.h971 #define SERCOM_I2CS_STATUS_LOWTOUT_Pos 6 /**< \brief (SERCOM_I2CS_STATUS) SCL Low Timeou… macro
972 #define SERCOM_I2CS_STATUS_LOWTOUT (_U(0x1) << SERCOM_I2CS_STATUS_LOWTOUT_Pos)
/loramac-node-3.4.0/src/boards/mcu/saml21/hri/
Dhri_sercom_l21.h7116 …n (((Sercom *)hw)->I2CS.STATUS.reg & SERCOM_I2CS_STATUS_LOWTOUT) >> SERCOM_I2CS_STATUS_LOWTOUT_Pos; in hri_sercomi2cs_get_STATUS_LOWTOUT_bit()