Home
last modified time | relevance | path

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

/loramac-node-3.6.0-3.5.0/src/boards/mcu/saml21/hpl/sercom/
Dhpl_sercom.c1907 hri_sercomi2cs_wait_for_sync(hw, SERCOM_I2CS_CTRLA_SWRST); in _i2c_s_init()
1912 hri_sercomi2cs_wait_for_sync(hw, SERCOM_I2CS_CTRLA_SWRST); in _i2c_s_init()
/loramac-node-3.6.0-3.5.0/src/boards/mcu/saml21/saml21b/include/component/
Dsercom.h130 #define SERCOM_I2CS_CTRLA_SWRST (_U(0x1) << SERCOM_I2CS_CTRLA_SWRST_Pos) macro
/loramac-node-3.6.0-3.5.0/src/boards/mcu/saml21/hri/
Dhri_sercom_l21.h6019 ((Sercom *)hw)->I2CS.CTRLA.reg |= SERCOM_I2CS_CTRLA_SWRST; in hri_sercomi2cs_set_CTRLA_SWRST_bit()
6028 tmp = (tmp & SERCOM_I2CS_CTRLA_SWRST) >> SERCOM_I2CS_CTRLA_SWRST_Pos; in hri_sercomi2cs_get_CTRLA_SWRST_bit()