Home
last modified time | relevance | path

Searched refs:USART_CTL2_SCRTNUM (Results 1 – 6 of 6) sorted by relevance

/hal_gigadevice-latest/gd32l23x/standard_peripheral/source/
Dgd32l23x_usart.c795 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()
/hal_gigadevice-latest/gd32f3x0/standard_peripheral/source/
Dgd32f3x0_usart.c769 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()
/hal_gigadevice-latest/gd32a50x/standard_peripheral/source/
Dgd32a50x_usart.c748 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()
/hal_gigadevice-latest/gd32f3x0/standard_peripheral/include/
Dgd32f3x0_usart.h120 #define USART_CTL2_SCRTNUM BITS(17,19) /*!< smartcard auto-retry numb… macro
/hal_gigadevice-latest/gd32a50x/standard_peripheral/include/
Dgd32a50x_usart.h118 #define USART_CTL2_SCRTNUM BITS(17,19) /*!< smartcard auto-retr… macro
/hal_gigadevice-latest/gd32l23x/standard_peripheral/include/
Dgd32l23x_usart.h121 #define USART_CTL2_SCRTNUM BITS(17,19) /*!< smartcard auto-retr… macro