Home
last modified time | relevance | path

Searched refs:USART_GP_GUAT (Results 1 – 16 of 16) sorted by relevance

/hal_gigadevice-3.7.0-3.6.0-3.5.0-3.4.0/gd32vf103/standard_peripheral/source/
Dgd32vf103_usart.c448 USART_GP(usart_periph) &= ~(USART_GP_GUAT); in usart_guard_time_config()
449 USART_GP(usart_periph) |= (USART_GP_GUAT & ((gaut)<<8)); in usart_guard_time_config()
/hal_gigadevice-3.7.0-3.6.0-3.5.0-3.4.0/gd32f403/standard_peripheral/source/
Dgd32f403_usart.c550 USART_GP(usart_periph) &= ~(USART_GP_GUAT); in usart_guard_time_config()
551 USART_GP(usart_periph) |= (USART_GP_GUAT & ((guat)<<GP_GUAT_OFFSET)); in usart_guard_time_config()
/hal_gigadevice-3.7.0-3.6.0-3.5.0-3.4.0/gd32e10x/standard_peripheral/source/
Dgd32e10x_usart.c557 USART_GP(usart_periph) &= ~(USART_GP_GUAT); in usart_guard_time_config()
558 USART_GP(usart_periph) |= (USART_GP_GUAT & ((guat)<<GP_GUAT_OFFSET)); in usart_guard_time_config()
/hal_gigadevice-3.7.0-3.6.0-3.5.0-3.4.0/gd32f4xx/standard_peripheral/source/
Dgd32f4xx_usart.c602 USART_GP(usart_periph) &= ~(USART_GP_GUAT); in usart_guard_time_config()
603 USART_GP(usart_periph) |= (USART_GP_GUAT & ((guat) << GP_GUAT_OFFSET)); in usart_guard_time_config()
/hal_gigadevice-3.7.0-3.6.0-3.5.0-3.4.0/gd32a50x/standard_peripheral/source/
Dgd32a50x_usart.c655 USART_GP(usart_periph) &= ~(USART_GP_GUAT); in usart_guard_time_config()
656 USART_GP(usart_periph) |= (USART_GP_GUAT & ((guat) << 8)); in usart_guard_time_config()
/hal_gigadevice-3.7.0-3.6.0-3.5.0-3.4.0/gd32l23x/standard_peripheral/source/
Dgd32l23x_usart.c702 USART_GP(usart_periph) &= ~(USART_GP_GUAT); in usart_guard_time_config()
703 USART_GP(usart_periph) |= (USART_GP_GUAT & ((guat) << 8U)); in usart_guard_time_config()
/hal_gigadevice-3.7.0-3.6.0-3.5.0-3.4.0/gd32f3x0/standard_peripheral/source/
Dgd32f3x0_usart.c676 USART_GP(usart_periph) &= ~(USART_GP_GUAT); in usart_guard_time_config()
677 USART_GP(usart_periph) |= (USART_GP_GUAT & ((guat) << GP_GUAT_OFFSET)); in usart_guard_time_config()
/hal_gigadevice-3.7.0-3.6.0-3.5.0-3.4.0/gd32e50x/standard_peripheral/source/
Dgd32e50x_usart.c729 USART_GP(usart_periph) &= ~(USART_GP_GUAT); in usart_guard_time_config()
731 USART_GP(usart_periph) |= (USART_GP_GUAT & ((guat)<<GP_GUAT_OFFSET)); in usart_guard_time_config()
/hal_gigadevice-3.7.0-3.6.0-3.5.0-3.4.0/gd32vf103/standard_peripheral/include/
Dgd32vf103_usart.h120 #define USART_GP_GUAT BITS(8,15) /*!< guard time value in sm… macro
/hal_gigadevice-3.7.0-3.6.0-3.5.0-3.4.0/gd32f403/standard_peripheral/include/
Dgd32f403_usart.h123 #define USART_GP_GUAT BITS(8,15) /*!< guard time value in smartcard mode */ macro
/hal_gigadevice-3.7.0-3.6.0-3.5.0-3.4.0/gd32e10x/standard_peripheral/include/
Dgd32e10x_usart.h125 #define USART_GP_GUAT BITS(8,15) /*!< guard time value in smartcard mode */ macro
/hal_gigadevice-3.7.0-3.6.0-3.5.0-3.4.0/gd32f4xx/standard_peripheral/include/
Dgd32f4xx_usart.h130 #define USART_GP_GUAT BITS(8,15) /*!< guard time value in smartcard mode */ macro
/hal_gigadevice-3.7.0-3.6.0-3.5.0-3.4.0/gd32a50x/standard_peripheral/include/
Dgd32a50x_usart.h128 #define USART_GP_GUAT BITS(8,15) /*!< guard time value in… macro
/hal_gigadevice-3.7.0-3.6.0-3.5.0-3.4.0/gd32f3x0/standard_peripheral/include/
Dgd32f3x0_usart.h130 #define USART_GP_GUAT BITS(8,15) /*!< guard time value in smart… macro
/hal_gigadevice-3.7.0-3.6.0-3.5.0-3.4.0/gd32l23x/standard_peripheral/include/
Dgd32l23x_usart.h131 #define USART_GP_GUAT BITS(8,15) /*!< guard time value in… macro
/hal_gigadevice-3.7.0-3.6.0-3.5.0-3.4.0/gd32e50x/standard_peripheral/include/
Dgd32e50x_usart.h145 #define USART_GP_GUAT BITS(8,15) /*!< guard time value in smartcard mode */ macro