Searched refs:USART_CTL2_SCRTNUM (Results 1 – 6 of 6) sorted by relevance
795 USART_CTL2(usart_periph) &= ~(USART_CTL2_SCRTNUM); in usart_smartcard_autoretry_config()796 USART_CTL2(usart_periph) |= (USART_CTL2_SCRTNUM & (scrtnum << 17U)); in usart_smartcard_autoretry_config()
769 USART_CTL2(usart_periph) &= ~(USART_CTL2_SCRTNUM); in usart_smartcard_autoretry_config()770 USART_CTL2(usart_periph) |= (USART_CTL2_SCRTNUM & (scrtnum << CTL2_SCRTNUM_OFFSET)); in usart_smartcard_autoretry_config()
748 USART_CTL2(usart_periph) &= ~(USART_CTL2_SCRTNUM); in usart_smartcard_autoretry_config()749 USART_CTL2(usart_periph) |= (USART_CTL2_SCRTNUM & (scrtnum << 17)); in usart_smartcard_autoretry_config()
120 #define USART_CTL2_SCRTNUM BITS(17,19) /*!< smartcard auto-retry numb… macro
118 #define USART_CTL2_SCRTNUM BITS(17,19) /*!< smartcard auto-retr… macro
121 #define USART_CTL2_SCRTNUM BITS(17,19) /*!< smartcard auto-retr… macro