Home
last modified time | relevance | path

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

/loramac-node-2.7.6/src/boards/mcu/saml21/saml21b/include/component/
Dsercom.h920 #define SERCOM_I2CM_STATUS_RXNACK_Pos 2 /**< \brief (SERCOM_I2CM_STATUS) Received Not Ac… macro
921 #define SERCOM_I2CM_STATUS_RXNACK (_U(0x1) << SERCOM_I2CM_STATUS_RXNACK_Pos)
/loramac-node-2.7.6/src/boards/mcu/saml21/hri/
Dhri_sercom_l21.h1899 …urn (((Sercom *)hw)->I2CM.STATUS.reg & SERCOM_I2CM_STATUS_RXNACK) >> SERCOM_I2CM_STATUS_RXNACK_Pos; in hri_sercomi2cm_get_STATUS_RXNACK_bit()
1908 tmp |= value << SERCOM_I2CM_STATUS_RXNACK_Pos; in hri_sercomi2cm_write_STATUS_RXNACK_bit()