Home
last modified time | relevance | path

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

/loramac-node-latest/src/boards/mcu/saml21/saml21b/include/component/
Dsercom.h704 #define SERCOM_I2CS_INTENSET_DRDY_Pos 2 /**< \brief (SERCOM_I2CS_INTENSET) Data Interrup… macro
705 #define SERCOM_I2CS_INTENSET_DRDY (_U(0x1) << SERCOM_I2CS_INTENSET_DRDY_Pos)
/loramac-node-latest/src/boards/mcu/saml21/hri/
Dhri_sercom_l21.h5845 …n (((Sercom *)hw)->I2CS.INTENSET.reg & SERCOM_I2CS_INTENSET_DRDY) >> SERCOM_I2CS_INTENSET_DRDY_Pos; in hri_sercomi2cs_get_INTEN_DRDY_bit()