Home
last modified time | relevance | path

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

/bsp/samd21/sam_d2x_asflib/sam0/drivers/sercom/i2c/i2c_samd20/
A Di2c_slave.c162 if (i2c_hw->CTRLA.reg & SERCOM_I2CS_CTRLA_SWRST) { in i2c_slave_init()
244 i2c_hw->CTRLA.reg = SERCOM_I2CS_CTRLA_SWRST; in i2c_slave_reset()
/bsp/samd21/sam_d2x_asflib/sam0/drivers/sercom/i2c/i2c_sam0/
A Di2c_slave.c171 if (i2c_hw->CTRLA.reg & SERCOM_I2CS_CTRLA_SWRST) { in i2c_slave_init()
277 i2c_hw->CTRLA.reg = SERCOM_I2CS_CTRLA_SWRST; in i2c_slave_reset()
/bsp/samd21/sam_d2x_asflib/sam0/utils/cmsis/samd20/include/component/
A Dsercom.h142 #define SERCOM_I2CS_CTRLA_SWRST (0x1ul << SERCOM_I2CS_CTRLA_SWRST_Pos) macro
/bsp/microchip/samd51-adafruit-metro-m4/bsp/hpl/sercom/
A Dhpl_sercom.c1983 if (!hri_sercomi2cs_is_syncing(hw, SERCOM_I2CS_CTRLA_SWRST)) { in _i2c_s_init()
1989 hri_sercomi2cs_write_CTRLA_reg(hw, SERCOM_I2CS_CTRLA_SWRST | mode); in _i2c_s_init()
/bsp/microchip/samc21/bsp/hpl/sercom/
A Dhpl_sercom.c2036 if (!hri_sercomi2cs_is_syncing(hw, SERCOM_I2CS_CTRLA_SWRST)) { in _i2c_s_init()
2042 hri_sercomi2cs_write_CTRLA_reg(hw, SERCOM_I2CS_CTRLA_SWRST | mode); in _i2c_s_init()
/bsp/microchip/samd51-seeed-wio-terminal/bsp/hpl/sercom/
A Dhpl_sercom.c1983 if (!hri_sercomi2cs_is_syncing(hw, SERCOM_I2CS_CTRLA_SWRST)) { in _i2c_s_init()
1989 hri_sercomi2cs_write_CTRLA_reg(hw, SERCOM_I2CS_CTRLA_SWRST | mode); in _i2c_s_init()
/bsp/microchip/saml10/bsp/hpl/sercom/
A Dhpl_sercom.c1983 if (!hri_sercomi2cs_is_syncing(hw, SERCOM_I2CS_CTRLA_SWRST)) { in _i2c_s_init()
1989 hri_sercomi2cs_write_CTRLA_reg(hw, SERCOM_I2CS_CTRLA_SWRST | mode); in _i2c_s_init()
/bsp/microchip/same54/bsp/hpl/sercom/
A Dhpl_sercom.c2056 if (!hri_sercomi2cs_is_syncing(hw, SERCOM_I2CS_CTRLA_SWRST)) { in _i2c_s_init()
2062 hri_sercomi2cs_write_CTRLA_reg(hw, SERCOM_I2CS_CTRLA_SWRST | mode); in _i2c_s_init()
/bsp/samd21/sam_d2x_asflib/sam0/utils/cmsis/samd21/include/component/
A Dsercom.h157 #define SERCOM_I2CS_CTRLA_SWRST (0x1ul << SERCOM_I2CS_CTRLA_SWRST_Pos) macro
/bsp/microchip/samc21/bsp/samc21/include/component/
A Dsercom.h131 #define SERCOM_I2CS_CTRLA_SWRST (_U_(0x1) << SERCOM_I2CS_CTRLA_SWRST_Pos) macro
/bsp/microchip/same54/bsp/include/component/
A Dsercom.h131 #define SERCOM_I2CS_CTRLA_SWRST (_U_(0x1) << SERCOM_I2CS_CTRLA_SWRST_Pos) macro
/bsp/microchip/samd51-adafruit-metro-m4/bsp/samd51a/include/component/
A Dsercom.h131 #define SERCOM_I2CS_CTRLA_SWRST (_U_(0x1) << SERCOM_I2CS_CTRLA_SWRST_Pos) macro
/bsp/microchip/samd51-seeed-wio-terminal/bsp/samd51a/include/component/
A Dsercom.h131 #define SERCOM_I2CS_CTRLA_SWRST (_U_(0x1) << SERCOM_I2CS_CTRLA_SWRST_Pos) macro
/bsp/microchip/saml10/bsp/include/component/
A Dsercom.h145 #define SERCOM_I2CS_CTRLA_SWRST SERCOM_I2CS_CTRLA_SWRST_Msk /**< \de… macro
/bsp/microchip/samc21/bsp/hri/
A Dhri_sercom_c21.h1869 ((Sercom *)hw)->I2CS.CTRLA.reg |= SERCOM_I2CS_CTRLA_SWRST; in hri_sercomi2cs_set_CTRLA_SWRST_bit()
1879 tmp = (tmp & SERCOM_I2CS_CTRLA_SWRST) >> SERCOM_I2CS_CTRLA_SWRST_Pos; in hri_sercomi2cs_get_CTRLA_SWRST_bit()
/bsp/microchip/saml10/bsp/hri/
A Dhri_sercom_l10.h1891 ((Sercom *)hw)->I2CS.CTRLA.reg |= SERCOM_I2CS_CTRLA_SWRST; in hri_sercomi2cs_set_CTRLA_SWRST_bit()
1901 tmp = (tmp & SERCOM_I2CS_CTRLA_SWRST) >> SERCOM_I2CS_CTRLA_SWRST_Pos; in hri_sercomi2cs_get_CTRLA_SWRST_bit()
/bsp/microchip/samd51-seeed-wio-terminal/bsp/hri/
A Dhri_sercom_d51.h1917 ((Sercom *)hw)->I2CS.CTRLA.reg |= SERCOM_I2CS_CTRLA_SWRST; in hri_sercomi2cs_set_CTRLA_SWRST_bit()
1927 tmp = (tmp & SERCOM_I2CS_CTRLA_SWRST) >> SERCOM_I2CS_CTRLA_SWRST_Pos; in hri_sercomi2cs_get_CTRLA_SWRST_bit()
/bsp/microchip/same54/bsp/hri/
A Dhri_sercom_e54.h1917 ((Sercom *)hw)->I2CS.CTRLA.reg |= SERCOM_I2CS_CTRLA_SWRST; in hri_sercomi2cs_set_CTRLA_SWRST_bit()
1927 tmp = (tmp & SERCOM_I2CS_CTRLA_SWRST) >> SERCOM_I2CS_CTRLA_SWRST_Pos; in hri_sercomi2cs_get_CTRLA_SWRST_bit()
/bsp/microchip/samd51-adafruit-metro-m4/bsp/hri/
A Dhri_sercom_d51.h1917 ((Sercom *)hw)->I2CS.CTRLA.reg |= SERCOM_I2CS_CTRLA_SWRST; in hri_sercomi2cs_set_CTRLA_SWRST_bit()
1927 tmp = (tmp & SERCOM_I2CS_CTRLA_SWRST) >> SERCOM_I2CS_CTRLA_SWRST_Pos; in hri_sercomi2cs_get_CTRLA_SWRST_bit()

Completed in 203 milliseconds