Home
last modified time | relevance | path

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

/loramac-node-2.7.6/src/boards/mcu/saml21/saml21b/include/component/
Dsercom.h760 #define SERCOM_USART_INTENSET_DRE_Pos 0 /**< \brief (SERCOM_USART_INTENSET) Data Registe… macro
761 #define SERCOM_USART_INTENSET_DRE (_U(0x1) << SERCOM_USART_INTENSET_DRE_Pos)
/loramac-node-2.7.6/src/boards/mcu/saml21/hri/
Dhri_sercom_l21.h4120 … (((Sercom *)hw)->USART.INTENSET.reg & SERCOM_USART_INTENSET_DRE) >> SERCOM_USART_INTENSET_DRE_Pos; in hri_sercomusart_get_INTEN_DRE_bit()