Home
last modified time | relevance | path

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

/loramac-node-latest/src/boards/mcu/saml21/saml21b/include/component/
Dsercom.h96 #define SERCOM_I2CM_CTRLA_LOWTOUTEN_Pos 30 /**< \brief (SERCOM_I2CM_CTRLA) SCL Low Timeou… macro
97 #define SERCOM_I2CM_CTRLA_LOWTOUTEN (_U(0x1) << SERCOM_I2CM_CTRLA_LOWTOUTEN_Pos)
/loramac-node-latest/src/boards/mcu/saml21/hpl/sercom/
Dhpl_sercom.c841 …| (CONF_SERCOM_##n##_I2CM_LOWTOUT << SERCOM_I2CM_CTRLA_LOWTOUTEN_Pos) …
/loramac-node-latest/src/boards/mcu/saml21/hri/
Dhri_sercom_l21.h2497 tmp = (tmp & SERCOM_I2CM_CTRLA_LOWTOUTEN) >> SERCOM_I2CM_CTRLA_LOWTOUTEN_Pos; in hri_sercomi2cm_get_CTRLA_LOWTOUTEN_bit()
2508 tmp |= value << SERCOM_I2CM_CTRLA_LOWTOUTEN_Pos; in hri_sercomi2cm_write_CTRLA_LOWTOUTEN_bit()