Home
last modified time | relevance | path

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

/bsp/samd21/sam_d2x_asflib/sam0/utils/cmsis/samd20/include/component/
A Dsercom.h772 #define SERCOM_USART_INTENSET_RXS (0x1ul << SERCOM_USART_INTENSET_RXS_Pos) macro
/bsp/samd21/sam_d2x_asflib/sam0/utils/cmsis/samd21/include/component/
A Dsercom.h830 #define SERCOM_USART_INTENSET_RXS (0x1ul << SERCOM_USART_INTENSET_RXS_Pos) macro
/bsp/microchip/samc21/bsp/samc21/include/component/
A Dsercom.h801 #define SERCOM_USART_INTENSET_RXS (_U_(0x1) << SERCOM_USART_INTENSET_RXS_Pos) macro
/bsp/microchip/same54/bsp/include/component/
A Dsercom.h889 #define SERCOM_USART_INTENSET_RXS (_U_(0x1) << SERCOM_USART_INTENSET_RXS_Pos) macro
/bsp/microchip/samd51-adafruit-metro-m4/bsp/samd51a/include/component/
A Dsercom.h889 #define SERCOM_USART_INTENSET_RXS (_U_(0x1) << SERCOM_USART_INTENSET_RXS_Pos) macro
/bsp/microchip/samd51-seeed-wio-terminal/bsp/samd51a/include/component/
A Dsercom.h889 #define SERCOM_USART_INTENSET_RXS (_U_(0x1) << SERCOM_USART_INTENSET_RXS_Pos) macro
/bsp/microchip/saml10/bsp/include/component/
A Dsercom.h951 #define SERCOM_USART_INTENSET_RXS SERCOM_USART_INTENSET_RXS_Msk /**< \de… macro
/bsp/microchip/samc21/bsp/hri/
A Dhri_sercom_c21.h1045 ((Sercom *)hw)->USART.INTENSET.reg = SERCOM_USART_INTENSET_RXS; in hri_sercomusart_set_INTEN_RXS_bit()
1050 …return (((Sercom *)hw)->USART.INTENSET.reg & SERCOM_USART_INTENSET_RXS) >> SERCOM_USART_INTENSET_R… in hri_sercomusart_get_INTEN_RXS_bit()
1056 ((Sercom *)hw)->USART.INTENCLR.reg = SERCOM_USART_INTENSET_RXS; in hri_sercomusart_write_INTEN_RXS_bit()
1058 ((Sercom *)hw)->USART.INTENSET.reg = SERCOM_USART_INTENSET_RXS; in hri_sercomusart_write_INTEN_RXS_bit()
1064 ((Sercom *)hw)->USART.INTENCLR.reg = SERCOM_USART_INTENSET_RXS; in hri_sercomusart_clear_INTEN_RXS_bit()
/bsp/microchip/saml10/bsp/hri/
A Dhri_sercom_l10.h1046 ((Sercom *)hw)->USART.INTENSET.reg = SERCOM_USART_INTENSET_RXS; in hri_sercomusart_set_INTEN_RXS_bit()
1051 …return (((Sercom *)hw)->USART.INTENSET.reg & SERCOM_USART_INTENSET_RXS) >> SERCOM_USART_INTENSET_R… in hri_sercomusart_get_INTEN_RXS_bit()
1057 ((Sercom *)hw)->USART.INTENCLR.reg = SERCOM_USART_INTENSET_RXS; in hri_sercomusart_write_INTEN_RXS_bit()
1059 ((Sercom *)hw)->USART.INTENSET.reg = SERCOM_USART_INTENSET_RXS; in hri_sercomusart_write_INTEN_RXS_bit()
1065 ((Sercom *)hw)->USART.INTENCLR.reg = SERCOM_USART_INTENSET_RXS; in hri_sercomusart_clear_INTEN_RXS_bit()
/bsp/microchip/samd51-seeed-wio-terminal/bsp/hri/
A Dhri_sercom_d51.h1052 ((Sercom *)hw)->USART.INTENSET.reg = SERCOM_USART_INTENSET_RXS; in hri_sercomusart_set_INTEN_RXS_bit()
1057 …return (((Sercom *)hw)->USART.INTENSET.reg & SERCOM_USART_INTENSET_RXS) >> SERCOM_USART_INTENSET_R… in hri_sercomusart_get_INTEN_RXS_bit()
1063 ((Sercom *)hw)->USART.INTENCLR.reg = SERCOM_USART_INTENSET_RXS; in hri_sercomusart_write_INTEN_RXS_bit()
1065 ((Sercom *)hw)->USART.INTENSET.reg = SERCOM_USART_INTENSET_RXS; in hri_sercomusart_write_INTEN_RXS_bit()
1071 ((Sercom *)hw)->USART.INTENCLR.reg = SERCOM_USART_INTENSET_RXS; in hri_sercomusart_clear_INTEN_RXS_bit()
/bsp/microchip/same54/bsp/hri/
A Dhri_sercom_e54.h1052 ((Sercom *)hw)->USART.INTENSET.reg = SERCOM_USART_INTENSET_RXS; in hri_sercomusart_set_INTEN_RXS_bit()
1057 …return (((Sercom *)hw)->USART.INTENSET.reg & SERCOM_USART_INTENSET_RXS) >> SERCOM_USART_INTENSET_R… in hri_sercomusart_get_INTEN_RXS_bit()
1063 ((Sercom *)hw)->USART.INTENCLR.reg = SERCOM_USART_INTENSET_RXS; in hri_sercomusart_write_INTEN_RXS_bit()
1065 ((Sercom *)hw)->USART.INTENSET.reg = SERCOM_USART_INTENSET_RXS; in hri_sercomusart_write_INTEN_RXS_bit()
1071 ((Sercom *)hw)->USART.INTENCLR.reg = SERCOM_USART_INTENSET_RXS; in hri_sercomusart_clear_INTEN_RXS_bit()
/bsp/microchip/samd51-adafruit-metro-m4/bsp/hri/
A Dhri_sercom_d51.h1052 ((Sercom *)hw)->USART.INTENSET.reg = SERCOM_USART_INTENSET_RXS; in hri_sercomusart_set_INTEN_RXS_bit()
1057 …return (((Sercom *)hw)->USART.INTENSET.reg & SERCOM_USART_INTENSET_RXS) >> SERCOM_USART_INTENSET_R… in hri_sercomusart_get_INTEN_RXS_bit()
1063 ((Sercom *)hw)->USART.INTENCLR.reg = SERCOM_USART_INTENSET_RXS; in hri_sercomusart_write_INTEN_RXS_bit()
1065 ((Sercom *)hw)->USART.INTENSET.reg = SERCOM_USART_INTENSET_RXS; in hri_sercomusart_write_INTEN_RXS_bit()
1071 ((Sercom *)hw)->USART.INTENCLR.reg = SERCOM_USART_INTENSET_RXS; in hri_sercomusart_clear_INTEN_RXS_bit()

Completed in 930 milliseconds