Home
last modified time | relevance | path

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

/bsp/samd21/sam_d2x_asflib/sam0/drivers/sercom/i2c/i2c_samd20/
A Di2c_master.c219 if (i2c_module->CTRLA.reg & SERCOM_I2CM_CTRLA_SWRST) { in i2c_master_init()
278 i2c_module->CTRLA.reg = SERCOM_I2CM_CTRLA_SWRST; in i2c_master_reset()
/bsp/samd21/sam_d2x_asflib/sam0/drivers/sercom/i2c/i2c_sam0/
A Di2c_master.c296 if (i2c_module->CTRLA.reg & SERCOM_I2CM_CTRLA_SWRST) { in i2c_master_init()
355 i2c_module->CTRLA.reg = SERCOM_I2CM_CTRLA_SWRST; in i2c_master_reset()
/bsp/samd21/sam_d2x_asflib/sam0/utils/cmsis/samd20/include/component/
A Dsercom.h85 #define SERCOM_I2CM_CTRLA_SWRST (0x1ul << SERCOM_I2CM_CTRLA_SWRST_Pos) macro
/bsp/samd21/sam_d2x_asflib/sam0/utils/cmsis/samd21/include/component/
A Dsercom.h86 #define SERCOM_I2CM_CTRLA_SWRST (0x1ul << SERCOM_I2CM_CTRLA_SWRST_Pos) macro
/bsp/microchip/samc21/bsp/samc21/include/component/
A Dsercom.h72 #define SERCOM_I2CM_CTRLA_SWRST (_U_(0x1) << SERCOM_I2CM_CTRLA_SWRST_Pos) macro
/bsp/microchip/same54/bsp/include/component/
A Dsercom.h72 #define SERCOM_I2CM_CTRLA_SWRST (_U_(0x1) << SERCOM_I2CM_CTRLA_SWRST_Pos) macro
/bsp/microchip/samd51-adafruit-metro-m4/bsp/samd51a/include/component/
A Dsercom.h72 #define SERCOM_I2CM_CTRLA_SWRST (_U_(0x1) << SERCOM_I2CM_CTRLA_SWRST_Pos) macro
/bsp/microchip/samd51-seeed-wio-terminal/bsp/samd51a/include/component/
A Dsercom.h72 #define SERCOM_I2CM_CTRLA_SWRST (_U_(0x1) << SERCOM_I2CM_CTRLA_SWRST_Pos) macro
/bsp/microchip/saml10/bsp/include/component/
A Dsercom.h76 #define SERCOM_I2CM_CTRLA_SWRST SERCOM_I2CM_CTRLA_SWRST_Msk /**< \de… macro
/bsp/microchip/samd51-adafruit-metro-m4/bsp/hpl/sercom/
A Dhpl_sercom.c1610 hri_sercomi2cm_write_CTRLA_reg(hw, SERCOM_I2CM_CTRLA_SWRST | mode); in _i2c_m_sync_init_impl()
/bsp/microchip/samc21/bsp/hpl/sercom/
A Dhpl_sercom.c1666 hri_sercomi2cm_write_CTRLA_reg(hw, SERCOM_I2CM_CTRLA_SWRST | mode); in _i2c_m_sync_init_impl()
/bsp/microchip/samd51-seeed-wio-terminal/bsp/hpl/sercom/
A Dhpl_sercom.c1610 hri_sercomi2cm_write_CTRLA_reg(hw, SERCOM_I2CM_CTRLA_SWRST | mode); in _i2c_m_sync_init_impl()
/bsp/microchip/saml10/bsp/hpl/sercom/
A Dhpl_sercom.c1610 hri_sercomi2cm_write_CTRLA_reg(hw, SERCOM_I2CM_CTRLA_SWRST | mode); in _i2c_m_sync_init_impl()
/bsp/microchip/same54/bsp/hpl/sercom/
A Dhpl_sercom.c1683 hri_sercomi2cm_write_CTRLA_reg(hw, SERCOM_I2CM_CTRLA_SWRST | mode); in _i2c_m_sync_init_impl()
/bsp/microchip/samc21/bsp/hri/
A Dhri_sercom_c21.h1283 ((Sercom *)hw)->I2CM.CTRLA.reg |= SERCOM_I2CM_CTRLA_SWRST; in hri_sercomi2cm_set_CTRLA_SWRST_bit()
1293 tmp = (tmp & SERCOM_I2CM_CTRLA_SWRST) >> SERCOM_I2CM_CTRLA_SWRST_Pos; in hri_sercomi2cm_get_CTRLA_SWRST_bit()
/bsp/microchip/saml10/bsp/hri/
A Dhri_sercom_l10.h1305 ((Sercom *)hw)->I2CM.CTRLA.reg |= SERCOM_I2CM_CTRLA_SWRST; in hri_sercomi2cm_set_CTRLA_SWRST_bit()
1315 tmp = (tmp & SERCOM_I2CM_CTRLA_SWRST) >> SERCOM_I2CM_CTRLA_SWRST_Pos; in hri_sercomi2cm_get_CTRLA_SWRST_bit()
/bsp/microchip/samd51-seeed-wio-terminal/bsp/hri/
A Dhri_sercom_d51.h1331 ((Sercom *)hw)->I2CM.CTRLA.reg |= SERCOM_I2CM_CTRLA_SWRST; in hri_sercomi2cm_set_CTRLA_SWRST_bit()
1341 tmp = (tmp & SERCOM_I2CM_CTRLA_SWRST) >> SERCOM_I2CM_CTRLA_SWRST_Pos; in hri_sercomi2cm_get_CTRLA_SWRST_bit()
/bsp/microchip/same54/bsp/hri/
A Dhri_sercom_e54.h1331 ((Sercom *)hw)->I2CM.CTRLA.reg |= SERCOM_I2CM_CTRLA_SWRST; in hri_sercomi2cm_set_CTRLA_SWRST_bit()
1341 tmp = (tmp & SERCOM_I2CM_CTRLA_SWRST) >> SERCOM_I2CM_CTRLA_SWRST_Pos; in hri_sercomi2cm_get_CTRLA_SWRST_bit()
/bsp/microchip/samd51-adafruit-metro-m4/bsp/hri/
A Dhri_sercom_d51.h1331 ((Sercom *)hw)->I2CM.CTRLA.reg |= SERCOM_I2CM_CTRLA_SWRST; in hri_sercomi2cm_set_CTRLA_SWRST_bit()
1341 tmp = (tmp & SERCOM_I2CM_CTRLA_SWRST) >> SERCOM_I2CM_CTRLA_SWRST_Pos; in hri_sercomi2cm_get_CTRLA_SWRST_bit()

Completed in 199 milliseconds