Home
last modified time | relevance | path

Searched refs:SERCOM_I2CS_INTFLAG_AMATCH (Results 1 – 18 of 18) sorted by relevance

/bsp/samd21/sam_d2x_asflib/sam0/drivers/sercom/i2c/i2c_samd20/
A Di2c_slave.c270 (!(i2c_module->INTFLAG.reg & SERCOM_I2CS_INTFLAG_AMATCH))) { in _i2c_slave_wait_for_bus()
322 (i2c_hw->INTENSET.reg & SERCOM_I2CS_INTFLAG_AMATCH)) { in i2c_slave_write_packet_wait()
335 if (!(i2c_hw->INTFLAG.reg & SERCOM_I2CS_INTFLAG_AMATCH)) { in i2c_slave_write_packet_wait()
440 (i2c_hw->INTENSET.reg & SERCOM_I2CS_INTFLAG_AMATCH)) { in i2c_slave_read_packet_wait()
454 if (!(i2c_hw->INTFLAG.reg & SERCOM_I2CS_INTFLAG_AMATCH)) { in i2c_slave_read_packet_wait()
487 i2c_hw->INTFLAG.reg & SERCOM_I2CS_INTFLAG_AMATCH) { in i2c_slave_read_packet_wait()
551 if (!(i2c_hw->INTFLAG.reg & SERCOM_I2CS_INTFLAG_AMATCH)) { in i2c_slave_get_direction_wait()
609 if (intflags & SERCOM_I2CS_INTFLAG_AMATCH) { in i2c_slave_get_status()
671 i2c_hw->INTFLAG.reg = SERCOM_I2CS_INTFLAG_AMATCH; in i2c_slave_clear_status()
A Di2c_slave_interrupt.c210 i2c_hw->INTENSET.reg = SERCOM_I2CS_INTFLAG_AMATCH | in i2c_slave_read_packet_job()
255 i2c_hw->INTENSET.reg = SERCOM_I2CS_INTFLAG_AMATCH | in i2c_slave_write_packet_job()
282 if (i2c_hw->INTFLAG.reg & SERCOM_I2CS_INTFLAG_AMATCH) { in _i2c_slave_interrupt_handler()
370 i2c_hw->INTENCLR.reg = SERCOM_I2CS_INTFLAG_AMATCH; in _i2c_slave_interrupt_handler()
/bsp/samd21/sam_d2x_asflib/sam0/drivers/sercom/i2c/i2c_sam0/
A Di2c_slave.c303 (!(i2c_module->INTFLAG.reg & SERCOM_I2CS_INTFLAG_AMATCH))) { in _i2c_slave_wait_for_bus()
355 (i2c_hw->INTENSET.reg & SERCOM_I2CS_INTFLAG_AMATCH)) { in i2c_slave_write_packet_wait()
368 if (!(i2c_hw->INTFLAG.reg & SERCOM_I2CS_INTFLAG_AMATCH)) { in i2c_slave_write_packet_wait()
386 if (!(i2c_hw->INTFLAG.reg & SERCOM_I2CS_INTFLAG_AMATCH)) { in i2c_slave_write_packet_wait()
491 (i2c_hw->INTENSET.reg & SERCOM_I2CS_INTFLAG_AMATCH)) { in i2c_slave_read_packet_wait()
505 if (!(i2c_hw->INTFLAG.reg & SERCOM_I2CS_INTFLAG_AMATCH)) { in i2c_slave_read_packet_wait()
538 i2c_hw->INTFLAG.reg & SERCOM_I2CS_INTFLAG_AMATCH) { in i2c_slave_read_packet_wait()
603 if (!(i2c_hw->INTFLAG.reg & SERCOM_I2CS_INTFLAG_AMATCH)) { in i2c_slave_get_direction_wait()
661 if (intflags & SERCOM_I2CS_INTFLAG_AMATCH) { in i2c_slave_get_status()
723 i2c_hw->INTFLAG.reg = SERCOM_I2CS_INTFLAG_AMATCH; in i2c_slave_clear_status()
A Di2c_slave_interrupt.c210 i2c_hw->INTENSET.reg = SERCOM_I2CS_INTFLAG_AMATCH | in i2c_slave_read_packet_job()
255 i2c_hw->INTENSET.reg = SERCOM_I2CS_INTFLAG_AMATCH | in i2c_slave_write_packet_job()
282 if (i2c_hw->INTFLAG.reg & SERCOM_I2CS_INTFLAG_AMATCH) { in _i2c_slave_interrupt_handler()
370 i2c_hw->INTENCLR.reg = SERCOM_I2CS_INTFLAG_AMATCH; in _i2c_slave_interrupt_handler()
/bsp/samd21/sam_d2x_asflib/sam0/drivers/sercom/i2c/
A Di2c_slave_interrupt.h114 i2c_hw->INTENSET.reg = SERCOM_I2CS_INTFLAG_AMATCH; in i2c_slave_enable_callback()
140 i2c_hw->INTENCLR.reg = SERCOM_I2CS_INTFLAG_AMATCH; in i2c_slave_disable_callback()
A Di2c_slave.h539 i2c_hw->INTFLAG.reg = SERCOM_I2CS_INTFLAG_AMATCH; in _i2c_slave_set_ctrlb_cmd3()
664 i2c_hw->INTFLAG.reg = SERCOM_I2CS_INTFLAG_PREC | SERCOM_I2CS_INTFLAG_AMATCH | in i2c_slave_disable()
/bsp/samd21/sam_d2x_asflib/sam0/utils/cmsis/samd20/include/component/
A Dsercom.h815 #define SERCOM_I2CS_INTFLAG_AMATCH (0x1ul << SERCOM_I2CS_INTFLAG_AMATCH_Pos) macro
/bsp/samd21/sam_d2x_asflib/sam0/utils/cmsis/samd21/include/component/
A Dsercom.h883 #define SERCOM_I2CS_INTFLAG_AMATCH (0x1ul << SERCOM_I2CS_INTFLAG_AMATCH_Pos) macro
/bsp/microchip/samc21/bsp/samc21/include/component/
A Dsercom.h854 #define SERCOM_I2CS_INTFLAG_AMATCH (_U_(0x1) << SERCOM_I2CS_INTFLAG_AMATCH_Pos) macro
/bsp/microchip/same54/bsp/include/component/
A Dsercom.h942 #define SERCOM_I2CS_INTFLAG_AMATCH (_U_(0x1) << SERCOM_I2CS_INTFLAG_AMATCH_Pos) macro
/bsp/microchip/samd51-adafruit-metro-m4/bsp/samd51a/include/component/
A Dsercom.h942 #define SERCOM_I2CS_INTFLAG_AMATCH (_U_(0x1) << SERCOM_I2CS_INTFLAG_AMATCH_Pos) macro
/bsp/microchip/samd51-seeed-wio-terminal/bsp/samd51a/include/component/
A Dsercom.h942 #define SERCOM_I2CS_INTFLAG_AMATCH (_U_(0x1) << SERCOM_I2CS_INTFLAG_AMATCH_Pos) macro
/bsp/microchip/saml10/bsp/include/component/
A Dsercom.h1016 #define SERCOM_I2CS_INTFLAG_AMATCH SERCOM_I2CS_INTFLAG_AMATCH_Msk /**< \de… macro
/bsp/microchip/samc21/bsp/hri/
A Dhri_sercom_c21.h228 …return (((Sercom *)hw)->I2CS.INTFLAG.reg & SERCOM_I2CS_INTFLAG_AMATCH) >> SERCOM_I2CS_INTFLAG_AMAT… in hri_sercomi2cs_get_INTFLAG_AMATCH_bit()
233 ((Sercom *)hw)->I2CS.INTFLAG.reg = SERCOM_I2CS_INTFLAG_AMATCH; in hri_sercomi2cs_clear_INTFLAG_AMATCH_bit()
268 …return (((Sercom *)hw)->I2CS.INTFLAG.reg & SERCOM_I2CS_INTFLAG_AMATCH) >> SERCOM_I2CS_INTFLAG_AMAT… in hri_sercomi2cs_get_interrupt_AMATCH_bit()
273 ((Sercom *)hw)->I2CS.INTFLAG.reg = SERCOM_I2CS_INTFLAG_AMATCH; in hri_sercomi2cs_clear_interrupt_AMATCH_bit()
/bsp/microchip/saml10/bsp/hri/
A Dhri_sercom_l10.h229 …return (((Sercom *)hw)->I2CS.INTFLAG.reg & SERCOM_I2CS_INTFLAG_AMATCH) >> SERCOM_I2CS_INTFLAG_AMAT… in hri_sercomi2cs_get_INTFLAG_AMATCH_bit()
234 ((Sercom *)hw)->I2CS.INTFLAG.reg = SERCOM_I2CS_INTFLAG_AMATCH; in hri_sercomi2cs_clear_INTFLAG_AMATCH_bit()
269 …return (((Sercom *)hw)->I2CS.INTFLAG.reg & SERCOM_I2CS_INTFLAG_AMATCH) >> SERCOM_I2CS_INTFLAG_AMAT… in hri_sercomi2cs_get_interrupt_AMATCH_bit()
274 ((Sercom *)hw)->I2CS.INTFLAG.reg = SERCOM_I2CS_INTFLAG_AMATCH; in hri_sercomi2cs_clear_interrupt_AMATCH_bit()
/bsp/microchip/samd51-seeed-wio-terminal/bsp/hri/
A Dhri_sercom_d51.h235 …return (((Sercom *)hw)->I2CS.INTFLAG.reg & SERCOM_I2CS_INTFLAG_AMATCH) >> SERCOM_I2CS_INTFLAG_AMAT… in hri_sercomi2cs_get_INTFLAG_AMATCH_bit()
240 ((Sercom *)hw)->I2CS.INTFLAG.reg = SERCOM_I2CS_INTFLAG_AMATCH; in hri_sercomi2cs_clear_INTFLAG_AMATCH_bit()
275 …return (((Sercom *)hw)->I2CS.INTFLAG.reg & SERCOM_I2CS_INTFLAG_AMATCH) >> SERCOM_I2CS_INTFLAG_AMAT… in hri_sercomi2cs_get_interrupt_AMATCH_bit()
280 ((Sercom *)hw)->I2CS.INTFLAG.reg = SERCOM_I2CS_INTFLAG_AMATCH; in hri_sercomi2cs_clear_interrupt_AMATCH_bit()
/bsp/microchip/same54/bsp/hri/
A Dhri_sercom_e54.h235 …return (((Sercom *)hw)->I2CS.INTFLAG.reg & SERCOM_I2CS_INTFLAG_AMATCH) >> SERCOM_I2CS_INTFLAG_AMAT… in hri_sercomi2cs_get_INTFLAG_AMATCH_bit()
240 ((Sercom *)hw)->I2CS.INTFLAG.reg = SERCOM_I2CS_INTFLAG_AMATCH; in hri_sercomi2cs_clear_INTFLAG_AMATCH_bit()
275 …return (((Sercom *)hw)->I2CS.INTFLAG.reg & SERCOM_I2CS_INTFLAG_AMATCH) >> SERCOM_I2CS_INTFLAG_AMAT… in hri_sercomi2cs_get_interrupt_AMATCH_bit()
280 ((Sercom *)hw)->I2CS.INTFLAG.reg = SERCOM_I2CS_INTFLAG_AMATCH; in hri_sercomi2cs_clear_interrupt_AMATCH_bit()
/bsp/microchip/samd51-adafruit-metro-m4/bsp/hri/
A Dhri_sercom_d51.h235 …return (((Sercom *)hw)->I2CS.INTFLAG.reg & SERCOM_I2CS_INTFLAG_AMATCH) >> SERCOM_I2CS_INTFLAG_AMAT… in hri_sercomi2cs_get_INTFLAG_AMATCH_bit()
240 ((Sercom *)hw)->I2CS.INTFLAG.reg = SERCOM_I2CS_INTFLAG_AMATCH; in hri_sercomi2cs_clear_INTFLAG_AMATCH_bit()
275 …return (((Sercom *)hw)->I2CS.INTFLAG.reg & SERCOM_I2CS_INTFLAG_AMATCH) >> SERCOM_I2CS_INTFLAG_AMAT… in hri_sercomi2cs_get_interrupt_AMATCH_bit()
280 ((Sercom *)hw)->I2CS.INTFLAG.reg = SERCOM_I2CS_INTFLAG_AMATCH; in hri_sercomi2cs_clear_interrupt_AMATCH_bit()

Completed in 171 milliseconds