Home
last modified time | relevance | path

Searched refs:SERCOM_I2CM_CTRLA_SEXTTOEN_Pos (Results 1 – 3 of 3) sorted by relevance

/loramac-node-3.4.0/src/boards/mcu/saml21/saml21b/include/component/
Dsercom.h86 #define SERCOM_I2CM_CTRLA_SEXTTOEN_Pos 23 /**< \brief (SERCOM_I2CM_CTRLA) Slave SCL Low E… macro
87 #define SERCOM_I2CM_CTRLA_SEXTTOEN (_U(0x1) << SERCOM_I2CM_CTRLA_SEXTTOEN_Pos)
/loramac-node-3.4.0/src/boards/mcu/saml21/hpl/sercom/
Dhpl_sercom.c839 …| (CONF_SERCOM_##n##_I2CM_SEXTTOEN << SERCOM_I2CM_CTRLA_SEXTTOEN_Pos) …
/loramac-node-3.4.0/src/boards/mcu/saml21/hri/
Dhri_sercom_l21.h2409 tmp = (tmp & SERCOM_I2CM_CTRLA_SEXTTOEN) >> SERCOM_I2CM_CTRLA_SEXTTOEN_Pos; in hri_sercomi2cm_get_CTRLA_SEXTTOEN_bit()
2420 tmp |= value << SERCOM_I2CM_CTRLA_SEXTTOEN_Pos; in hri_sercomi2cm_write_CTRLA_SEXTTOEN_bit()