Home
last modified time | relevance | path

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

/hal_gigadevice-latest/gd32e50x/standard_peripheral/source/
Dgd32e50x_usart.c825 USART5_CTL2(usart_periph) &= ~(USART5_CTL2_SCRTNUM); in usart_smartcard_autoretry_config()
827 USART5_CTL2(usart_periph) |= (USART5_CTL2_SCRTNUM & (scrtnum << 17)); in usart_smartcard_autoretry_config()
/hal_gigadevice-latest/gd32e50x/standard_peripheral/include/
Dgd32e50x_usart.h224 #define USART5_CTL2_SCRTNUM BITS(17,19) /*!< smartcard auto-retry number */ macro