Home
last modified time | relevance | path

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

/loramac-node-2.7.6/src/boards/mcu/saml21/saml21b/include/component/
Dsercom.h1179 #define SERCOM_I2CS_ADDR_GENCEN (_U(0x1) << SERCOM_I2CS_ADDR_GENCEN_Pos) macro
/loramac-node-2.7.6/src/boards/mcu/saml21/hri/
Dhri_sercom_l21.h6801 ((Sercom *)hw)->I2CS.ADDR.reg |= SERCOM_I2CS_ADDR_GENCEN; in hri_sercomi2cs_set_ADDR_GENCEN_bit()
6809 tmp = (tmp & SERCOM_I2CS_ADDR_GENCEN) >> SERCOM_I2CS_ADDR_GENCEN_Pos; in hri_sercomi2cs_get_ADDR_GENCEN_bit()
6818 tmp &= ~SERCOM_I2CS_ADDR_GENCEN; in hri_sercomi2cs_write_ADDR_GENCEN_bit()
6827 ((Sercom *)hw)->I2CS.ADDR.reg &= ~SERCOM_I2CS_ADDR_GENCEN; in hri_sercomi2cs_clear_ADDR_GENCEN_bit()
6834 ((Sercom *)hw)->I2CS.ADDR.reg ^= SERCOM_I2CS_ADDR_GENCEN; in hri_sercomi2cs_toggle_ADDR_GENCEN_bit()