Home
last modified time | relevance | path

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

/loramac-node-latest/src/boards/mcu/saml21/saml21b/include/component/
Dsercom.h767 #define SERCOM_USART_INTENSET_RXS (_U(0x1) << SERCOM_USART_INTENSET_RXS_Pos) macro
/loramac-node-latest/src/boards/mcu/saml21/hri/
Dhri_sercom_l21.h4187 ((Sercom *)hw)->USART.INTENSET.reg = SERCOM_USART_INTENSET_RXS; in hri_sercomusart_set_INTEN_RXS_bit()
4192 …return (((Sercom *)hw)->USART.INTENSET.reg & SERCOM_USART_INTENSET_RXS) >> SERCOM_USART_INTENSET_R… in hri_sercomusart_get_INTEN_RXS_bit()
4198 ((Sercom *)hw)->USART.INTENCLR.reg = SERCOM_USART_INTENSET_RXS; in hri_sercomusart_write_INTEN_RXS_bit()
4200 ((Sercom *)hw)->USART.INTENSET.reg = SERCOM_USART_INTENSET_RXS; in hri_sercomusart_write_INTEN_RXS_bit()
4206 ((Sercom *)hw)->USART.INTENCLR.reg = SERCOM_USART_INTENSET_RXS; in hri_sercomusart_clear_INTEN_RXS_bit()