| /bsp/samd21/sam_d2x_asflib/sam0/drivers/sercom/i2c/i2c_samd20/ |
| A D | i2c_slave.c | 162 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 D | i2c_slave.c | 171 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 D | sercom.h | 142 #define SERCOM_I2CS_CTRLA_SWRST (0x1ul << SERCOM_I2CS_CTRLA_SWRST_Pos) macro
|
| /bsp/microchip/samd51-adafruit-metro-m4/bsp/hpl/sercom/ |
| A D | hpl_sercom.c | 1983 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 D | hpl_sercom.c | 2036 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 D | hpl_sercom.c | 1983 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 D | hpl_sercom.c | 1983 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 D | hpl_sercom.c | 2056 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 D | sercom.h | 157 #define SERCOM_I2CS_CTRLA_SWRST (0x1ul << SERCOM_I2CS_CTRLA_SWRST_Pos) macro
|
| /bsp/microchip/samc21/bsp/samc21/include/component/ |
| A D | sercom.h | 131 #define SERCOM_I2CS_CTRLA_SWRST (_U_(0x1) << SERCOM_I2CS_CTRLA_SWRST_Pos) macro
|
| /bsp/microchip/same54/bsp/include/component/ |
| A D | sercom.h | 131 #define SERCOM_I2CS_CTRLA_SWRST (_U_(0x1) << SERCOM_I2CS_CTRLA_SWRST_Pos) macro
|
| /bsp/microchip/samd51-adafruit-metro-m4/bsp/samd51a/include/component/ |
| A D | sercom.h | 131 #define SERCOM_I2CS_CTRLA_SWRST (_U_(0x1) << SERCOM_I2CS_CTRLA_SWRST_Pos) macro
|
| /bsp/microchip/samd51-seeed-wio-terminal/bsp/samd51a/include/component/ |
| A D | sercom.h | 131 #define SERCOM_I2CS_CTRLA_SWRST (_U_(0x1) << SERCOM_I2CS_CTRLA_SWRST_Pos) macro
|
| /bsp/microchip/saml10/bsp/include/component/ |
| A D | sercom.h | 145 #define SERCOM_I2CS_CTRLA_SWRST SERCOM_I2CS_CTRLA_SWRST_Msk /**< \de… macro
|
| /bsp/microchip/samc21/bsp/hri/ |
| A D | hri_sercom_c21.h | 1869 ((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 D | hri_sercom_l10.h | 1891 ((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 D | hri_sercom_d51.h | 1917 ((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 D | hri_sercom_e54.h | 1917 ((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 D | hri_sercom_d51.h | 1917 ((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()
|