Home
last modified time | relevance | path

Searched refs:SERCOM_I2CM_INTFLAG_MB (Results 1 – 16 of 16) sorted by relevance

/bsp/samd21/sam_d2x_asflib/sam0/drivers/sercom/i2c/i2c_samd20/
A Di2c_master_interrupt.c143 if (i2c_module->INTFLAG.reg & SERCOM_I2CM_INTFLAG_MB) in _i2c_master_async_address_response()
609 i2c_module->INTFLAG.reg = SERCOM_I2CM_INTFLAG_MB; in _i2c_master_interrupt_handler()
A Di2c_master.c350 while (!(i2c_module->INTFLAG.reg & SERCOM_I2CM_INTFLAG_MB) && in _i2c_master_wait_for_bus()
/bsp/samd21/sam_d2x_asflib/sam0/drivers/sercom/i2c/i2c_sam0/
A Di2c_master_interrupt.c160 if (i2c_module->INTFLAG.reg & SERCOM_I2CM_INTFLAG_MB) in _i2c_master_async_address_response()
695 i2c_module->INTFLAG.reg = SERCOM_I2CM_INTFLAG_MB; in _i2c_master_interrupt_handler()
A Di2c_master.c427 while (!(i2c_module->INTFLAG.reg & SERCOM_I2CM_INTFLAG_MB) && in _i2c_master_wait_for_bus()
/bsp/samd21/sam_d2x_asflib/sam0/utils/cmsis/samd20/include/component/
A Dsercom.h791 #define SERCOM_I2CM_INTFLAG_MB (0x1ul << SERCOM_I2CM_INTFLAG_MB_Pos) macro
/bsp/samd21/sam_d2x_asflib/sam0/utils/cmsis/samd21/include/component/
A Dsercom.h856 #define SERCOM_I2CM_INTFLAG_MB (0x1ul << SERCOM_I2CM_INTFLAG_MB_Pos) macro
/bsp/microchip/samc21/bsp/samc21/include/component/
A Dsercom.h827 #define SERCOM_I2CM_INTFLAG_MB (_U_(0x1) << SERCOM_I2CM_INTFLAG_MB_Pos) macro
/bsp/microchip/same54/bsp/include/component/
A Dsercom.h915 #define SERCOM_I2CM_INTFLAG_MB (_U_(0x1) << SERCOM_I2CM_INTFLAG_MB_Pos) macro
/bsp/microchip/samd51-adafruit-metro-m4/bsp/samd51a/include/component/
A Dsercom.h915 #define SERCOM_I2CM_INTFLAG_MB (_U_(0x1) << SERCOM_I2CM_INTFLAG_MB_Pos) macro
/bsp/microchip/samd51-seeed-wio-terminal/bsp/samd51a/include/component/
A Dsercom.h915 #define SERCOM_I2CM_INTFLAG_MB (_U_(0x1) << SERCOM_I2CM_INTFLAG_MB_Pos) macro
/bsp/microchip/saml10/bsp/include/component/
A Dsercom.h983 #define SERCOM_I2CM_INTFLAG_MB SERCOM_I2CM_INTFLAG_MB_Msk /**< \de… macro
/bsp/microchip/samc21/bsp/hri/
A Dhri_sercom_c21.h139 return (((Sercom *)hw)->I2CM.INTFLAG.reg & SERCOM_I2CM_INTFLAG_MB) >> SERCOM_I2CM_INTFLAG_MB_Pos; in hri_sercomi2cm_get_INTFLAG_MB_bit()
144 ((Sercom *)hw)->I2CM.INTFLAG.reg = SERCOM_I2CM_INTFLAG_MB; in hri_sercomi2cm_clear_INTFLAG_MB_bit()
169 return (((Sercom *)hw)->I2CM.INTFLAG.reg & SERCOM_I2CM_INTFLAG_MB) >> SERCOM_I2CM_INTFLAG_MB_Pos; in hri_sercomi2cm_get_interrupt_MB_bit()
174 ((Sercom *)hw)->I2CM.INTFLAG.reg = SERCOM_I2CM_INTFLAG_MB; in hri_sercomi2cm_clear_interrupt_MB_bit()
/bsp/microchip/saml10/bsp/hri/
A Dhri_sercom_l10.h140 return (((Sercom *)hw)->I2CM.INTFLAG.reg & SERCOM_I2CM_INTFLAG_MB) >> SERCOM_I2CM_INTFLAG_MB_Pos; in hri_sercomi2cm_get_INTFLAG_MB_bit()
145 ((Sercom *)hw)->I2CM.INTFLAG.reg = SERCOM_I2CM_INTFLAG_MB; in hri_sercomi2cm_clear_INTFLAG_MB_bit()
170 return (((Sercom *)hw)->I2CM.INTFLAG.reg & SERCOM_I2CM_INTFLAG_MB) >> SERCOM_I2CM_INTFLAG_MB_Pos; in hri_sercomi2cm_get_interrupt_MB_bit()
175 ((Sercom *)hw)->I2CM.INTFLAG.reg = SERCOM_I2CM_INTFLAG_MB; in hri_sercomi2cm_clear_interrupt_MB_bit()
/bsp/microchip/samd51-seeed-wio-terminal/bsp/hri/
A Dhri_sercom_d51.h146 return (((Sercom *)hw)->I2CM.INTFLAG.reg & SERCOM_I2CM_INTFLAG_MB) >> SERCOM_I2CM_INTFLAG_MB_Pos; in hri_sercomi2cm_get_INTFLAG_MB_bit()
151 ((Sercom *)hw)->I2CM.INTFLAG.reg = SERCOM_I2CM_INTFLAG_MB; in hri_sercomi2cm_clear_INTFLAG_MB_bit()
176 return (((Sercom *)hw)->I2CM.INTFLAG.reg & SERCOM_I2CM_INTFLAG_MB) >> SERCOM_I2CM_INTFLAG_MB_Pos; in hri_sercomi2cm_get_interrupt_MB_bit()
181 ((Sercom *)hw)->I2CM.INTFLAG.reg = SERCOM_I2CM_INTFLAG_MB; in hri_sercomi2cm_clear_interrupt_MB_bit()
/bsp/microchip/same54/bsp/hri/
A Dhri_sercom_e54.h146 return (((Sercom *)hw)->I2CM.INTFLAG.reg & SERCOM_I2CM_INTFLAG_MB) >> SERCOM_I2CM_INTFLAG_MB_Pos; in hri_sercomi2cm_get_INTFLAG_MB_bit()
151 ((Sercom *)hw)->I2CM.INTFLAG.reg = SERCOM_I2CM_INTFLAG_MB; in hri_sercomi2cm_clear_INTFLAG_MB_bit()
176 return (((Sercom *)hw)->I2CM.INTFLAG.reg & SERCOM_I2CM_INTFLAG_MB) >> SERCOM_I2CM_INTFLAG_MB_Pos; in hri_sercomi2cm_get_interrupt_MB_bit()
181 ((Sercom *)hw)->I2CM.INTFLAG.reg = SERCOM_I2CM_INTFLAG_MB; in hri_sercomi2cm_clear_interrupt_MB_bit()
/bsp/microchip/samd51-adafruit-metro-m4/bsp/hri/
A Dhri_sercom_d51.h146 return (((Sercom *)hw)->I2CM.INTFLAG.reg & SERCOM_I2CM_INTFLAG_MB) >> SERCOM_I2CM_INTFLAG_MB_Pos; in hri_sercomi2cm_get_INTFLAG_MB_bit()
151 ((Sercom *)hw)->I2CM.INTFLAG.reg = SERCOM_I2CM_INTFLAG_MB; in hri_sercomi2cm_clear_INTFLAG_MB_bit()
176 return (((Sercom *)hw)->I2CM.INTFLAG.reg & SERCOM_I2CM_INTFLAG_MB) >> SERCOM_I2CM_INTFLAG_MB_Pos; in hri_sercomi2cm_get_interrupt_MB_bit()
181 ((Sercom *)hw)->I2CM.INTFLAG.reg = SERCOM_I2CM_INTFLAG_MB; in hri_sercomi2cm_clear_interrupt_MB_bit()

Completed in 176 milliseconds