Home
last modified time | relevance | path

Searched refs:SERCOM_I2CS_STATUS_COLL_Pos (Results 1 – 12 of 12) sorted by relevance

/bsp/samd21/sam_d2x_asflib/sam0/utils/cmsis/samd20/include/component/
A Dsercom.h933 #define SERCOM_I2CS_STATUS_COLL_Pos 1 /**< \brief (SERCOM_I2CS_STATUS) Transmit Collisio… macro
934 #define SERCOM_I2CS_STATUS_COLL (0x1ul << SERCOM_I2CS_STATUS_COLL_Pos)
/bsp/samd21/sam_d2x_asflib/sam0/utils/cmsis/samd21/include/component/
A Dsercom.h1026 #define SERCOM_I2CS_STATUS_COLL_Pos 1 /**< \brief (SERCOM_I2CS_STATUS) Transmit Collisio… macro
1027 #define SERCOM_I2CS_STATUS_COLL (0x1ul << SERCOM_I2CS_STATUS_COLL_Pos)
/bsp/microchip/samc21/bsp/samc21/include/component/
A Dsercom.h997 #define SERCOM_I2CS_STATUS_COLL_Pos 1 /**< \brief (SERCOM_I2CS_STATUS) Transmit Collisio… macro
998 #define SERCOM_I2CS_STATUS_COLL (_U_(0x1) << SERCOM_I2CS_STATUS_COLL_Pos)
/bsp/microchip/same54/bsp/include/component/
A Dsercom.h1086 #define SERCOM_I2CS_STATUS_COLL_Pos 1 /**< \brief (SERCOM_I2CS_STATUS) Transmit Collisio… macro
1087 #define SERCOM_I2CS_STATUS_COLL (_U_(0x1) << SERCOM_I2CS_STATUS_COLL_Pos)
/bsp/microchip/samd51-adafruit-metro-m4/bsp/samd51a/include/component/
A Dsercom.h1086 #define SERCOM_I2CS_STATUS_COLL_Pos 1 /**< \brief (SERCOM_I2CS_STATUS) Transmit Collisio… macro
1087 #define SERCOM_I2CS_STATUS_COLL (_U_(0x1) << SERCOM_I2CS_STATUS_COLL_Pos)
/bsp/microchip/samd51-seeed-wio-terminal/bsp/samd51a/include/component/
A Dsercom.h1086 #define SERCOM_I2CS_STATUS_COLL_Pos 1 /**< \brief (SERCOM_I2CS_STATUS) Transmit Collisio… macro
1087 #define SERCOM_I2CS_STATUS_COLL (_U_(0x1) << SERCOM_I2CS_STATUS_COLL_Pos)
/bsp/microchip/saml10/bsp/include/component/
A Dsercom.h1190 #define SERCOM_I2CS_STATUS_COLL_Pos 1 /**< (SE… macro
1191 #define SERCOM_I2CS_STATUS_COLL_Msk (_U_(0x1) << SERCOM_I2CS_STATUS_COLL_Pos) /**< (SE…
/bsp/microchip/samc21/bsp/hri/
A Dhri_sercom_c21.h7092 return (((Sercom *)hw)->I2CS.STATUS.reg & SERCOM_I2CS_STATUS_COLL) >> SERCOM_I2CS_STATUS_COLL_Pos; in hri_sercomi2cs_get_STATUS_COLL_bit()
/bsp/microchip/saml10/bsp/hri/
A Dhri_sercom_l10.h7331 return (((Sercom *)hw)->I2CS.STATUS.reg & SERCOM_I2CS_STATUS_COLL) >> SERCOM_I2CS_STATUS_COLL_Pos; in hri_sercomi2cs_get_STATUS_COLL_bit()
/bsp/microchip/samd51-seeed-wio-terminal/bsp/hri/
A Dhri_sercom_d51.h8194 return (((Sercom *)hw)->I2CS.STATUS.reg & SERCOM_I2CS_STATUS_COLL) >> SERCOM_I2CS_STATUS_COLL_Pos; in hri_sercomi2cs_get_STATUS_COLL_bit()
/bsp/microchip/same54/bsp/hri/
A Dhri_sercom_e54.h8194 return (((Sercom *)hw)->I2CS.STATUS.reg & SERCOM_I2CS_STATUS_COLL) >> SERCOM_I2CS_STATUS_COLL_Pos; in hri_sercomi2cs_get_STATUS_COLL_bit()
/bsp/microchip/samd51-adafruit-metro-m4/bsp/hri/
A Dhri_sercom_d51.h8194 return (((Sercom *)hw)->I2CS.STATUS.reg & SERCOM_I2CS_STATUS_COLL) >> SERCOM_I2CS_STATUS_COLL_Pos; in hri_sercomi2cs_get_STATUS_COLL_bit()

Completed in 184 milliseconds