Home
last modified time | relevance | path

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

/loramac-node-3.4.0/src/boards/mcu/saml21/saml21b/include/component/
Dsercom.h1178 #define SERCOM_I2CS_ADDR_GENCEN_Pos 0 /**< \brief (SERCOM_I2CS_ADDR) General Call Addres… macro
1179 #define SERCOM_I2CS_ADDR_GENCEN (_U(0x1) << SERCOM_I2CS_ADDR_GENCEN_Pos)
/loramac-node-3.4.0/src/boards/mcu/saml21/hpl/sercom/
Dhpl_sercom.c1621 …(CONF_SERCOM_##n##_I2CS_GENCEN << SERCOM_I2CS_ADDR_GENCEN_Pos) …
/loramac-node-3.4.0/src/boards/mcu/saml21/hri/
Dhri_sercom_l21.h6809 tmp = (tmp & SERCOM_I2CS_ADDR_GENCEN) >> SERCOM_I2CS_ADDR_GENCEN_Pos; in hri_sercomi2cs_get_ADDR_GENCEN_bit()
6819 tmp |= value << SERCOM_I2CS_ADDR_GENCEN_Pos; in hri_sercomi2cs_write_ADDR_GENCEN_bit()