Home
last modified time | relevance | path

Searched refs:SERCOM_I2CM_CTRLB_ACKACT_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.h299 #define SERCOM_I2CM_CTRLB_ACKACT_Pos 18 /**< \brief (SERCOM_I2CM_CTRLB) Acknowledge Actio… macro
300 #define SERCOM_I2CM_CTRLB_ACKACT (_U(0x1) << SERCOM_I2CM_CTRLB_ACKACT_Pos)
/loramac-node-3.6.0-3.5.0/src/boards/mcu/saml21/hri/
Dhri_sercom_l21.h2883 tmp = (tmp & SERCOM_I2CM_CTRLB_ACKACT) >> SERCOM_I2CM_CTRLB_ACKACT_Pos; in hri_sercomi2cm_get_CTRLB_ACKACT_bit()
2894 tmp |= value << SERCOM_I2CM_CTRLB_ACKACT_Pos; in hri_sercomi2cm_write_CTRLB_ACKACT_bit()