Searched refs:USART_CTL3_SCRTNUM (Results 1 – 8 of 8) sorted by relevance
607 USART_CTL3(usart_periph) &= ~(USART_CTL3_SCRTNUM); in usart_smartcard_autoretry_config()608 USART_CTL3(usart_periph) |= (USART_CTL3_SCRTNUM & ((scrtnum)<<CTL3_SCRTNUM_OFFSET)); in usart_smartcard_autoretry_config()
614 USART_CTL3(usart_periph) &= ~(USART_CTL3_SCRTNUM); in usart_smartcard_autoretry_config()615 USART_CTL3(usart_periph) |= (USART_CTL3_SCRTNUM & ((scrtnum)<<CTL3_SCRTNUM_OFFSET)); in usart_smartcard_autoretry_config()
659 USART_CTL3(usart_periph) &= ~(USART_CTL3_SCRTNUM); in usart_smartcard_autoretry_config()660 USART_CTL3(usart_periph) |= (USART_CTL3_SCRTNUM & ((scrtnum) << CTL3_SCRTNUM_OFFSET)); in usart_smartcard_autoretry_config()
829 USART_CTL3(usart_periph) &= ~(USART_CTL3_SCRTNUM); in usart_smartcard_autoretry_config()831 USART_CTL3(usart_periph) |= (USART_CTL3_SCRTNUM & ((scrtnum)<<1)); in usart_smartcard_autoretry_config()
127 #define USART_CTL3_SCRTNUM BITS(1,3) /*!< smartcard auto-retry number */ macro
129 #define USART_CTL3_SCRTNUM BITS(1,3) /*!< smartcard auto-retry number */ macro
134 #define USART_CTL3_SCRTNUM BITS(1,3) /*!< smartcard auto-retry number */ macro
149 #define USART_CTL3_SCRTNUM BITS(1,3) /*!< smartcard auto-retry number */ macro