Home
last modified time | relevance | path

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

/loramac-node-latest/src/boards/mcu/saml21/saml21b/include/component/
Dsercom.h773 #define SERCOM_USART_INTENSET_ERROR (_U(0x1) << SERCOM_USART_INTENSET_ERROR_Pos) macro
/loramac-node-latest/src/boards/mcu/saml21/hri/
Dhri_sercom_l21.h4259 ((Sercom *)hw)->USART.INTENSET.reg = SERCOM_USART_INTENSET_ERROR; in hri_sercomusart_set_INTEN_ERROR_bit()
4264 …return (((Sercom *)hw)->USART.INTENSET.reg & SERCOM_USART_INTENSET_ERROR) >> SERCOM_USART_INTENSET… in hri_sercomusart_get_INTEN_ERROR_bit()
4270 ((Sercom *)hw)->USART.INTENCLR.reg = SERCOM_USART_INTENSET_ERROR; in hri_sercomusart_write_INTEN_ERROR_bit()
4272 ((Sercom *)hw)->USART.INTENSET.reg = SERCOM_USART_INTENSET_ERROR; in hri_sercomusart_write_INTEN_ERROR_bit()
4278 ((Sercom *)hw)->USART.INTENCLR.reg = SERCOM_USART_INTENSET_ERROR; in hri_sercomusart_clear_INTEN_ERROR_bit()