Home
last modified time | relevance | path

Searched refs:I2CS (Results 1 – 2 of 2) sorted by relevance

/loramac-node-3.6.0-3.5.0/src/boards/mcu/saml21/hri/
Dhri_sercom_l21.h114 while (((Sercom *)hw)->I2CS.SYNCBUSY.reg & reg) { in hri_sercomi2cs_wait_for_sync()
120 return ((Sercom *)hw)->I2CS.SYNCBUSY.reg & reg; in hri_sercomi2cs_is_syncing()
5792 ((Sercom *)hw)->I2CS.INTENSET.reg = SERCOM_I2CS_INTENSET_PREC; in hri_sercomi2cs_set_INTEN_PREC_bit()
5797 …return (((Sercom *)hw)->I2CS.INTENSET.reg & SERCOM_I2CS_INTENSET_PREC) >> SERCOM_I2CS_INTENSET_PRE… in hri_sercomi2cs_get_INTEN_PREC_bit()
5803 ((Sercom *)hw)->I2CS.INTENCLR.reg = SERCOM_I2CS_INTENSET_PREC; in hri_sercomi2cs_write_INTEN_PREC_bit()
5805 ((Sercom *)hw)->I2CS.INTENSET.reg = SERCOM_I2CS_INTENSET_PREC; in hri_sercomi2cs_write_INTEN_PREC_bit()
5811 ((Sercom *)hw)->I2CS.INTENCLR.reg = SERCOM_I2CS_INTENSET_PREC; in hri_sercomi2cs_clear_INTEN_PREC_bit()
5816 ((Sercom *)hw)->I2CS.INTENSET.reg = SERCOM_I2CS_INTENSET_AMATCH; in hri_sercomi2cs_set_INTEN_AMATCH_bit()
5821 …return (((Sercom *)hw)->I2CS.INTENSET.reg & SERCOM_I2CS_INTENSET_AMATCH) >> SERCOM_I2CS_INTENSET_A… in hri_sercomi2cs_get_INTEN_AMATCH_bit()
5827 ((Sercom *)hw)->I2CS.INTENCLR.reg = SERCOM_I2CS_INTENSET_AMATCH; in hri_sercomi2cs_write_INTEN_AMATCH_bit()
[all …]
/loramac-node-3.6.0-3.5.0/src/boards/mcu/saml21/saml21b/include/component/
Dsercom.h1437 SercomI2cs I2CS; /**< \brief Offset: 0x00 I2C Slave Mode */ member