Home
last modified time | relevance | path

Searched refs:RT_BL_OFFSET (Results 1 – 5 of 5) sorted by relevance

/hal_gigadevice-latest/gd32f403/standard_peripheral/source/
Dgd32f403_usart.c42 #define RT_BL_OFFSET ((uint32_t)24U) /* bit offset of BL in USART_RT */ macro
621 USART_RT(usart_periph) |= (USART_RT_BL & ((bl)<<RT_BL_OFFSET)); in usart_block_length_config()
/hal_gigadevice-latest/gd32e10x/standard_peripheral/source/
Dgd32e10x_usart.c43 #define RT_BL_OFFSET ((uint32_t)24U) /* bit offset of BL in USART_RT */ macro
628 USART_RT(usart_periph) |= (USART_RT_BL & ((bl)<<RT_BL_OFFSET)); in usart_block_length_config()
/hal_gigadevice-latest/gd32f4xx/standard_peripheral/source/
Dgd32f4xx_usart.c43 #define RT_BL_OFFSET ((uint32_t)24U) /* bit offset of BL in USART_RT */ macro
673 USART_RT(usart_periph) |= (USART_RT_BL & ((bl) << RT_BL_OFFSET)); in usart_block_length_config()
/hal_gigadevice-latest/gd32f3x0/standard_peripheral/source/
Dgd32f3x0_usart.c43 #define RT_BL_OFFSET ((uint32_t)24U) /* bit offset of BL in USART_RT */ macro
783 USART_RT(usart_periph) |= (USART_RT_BL & ((bl) << RT_BL_OFFSET)); in usart_block_length_config()
/hal_gigadevice-latest/gd32e50x/standard_peripheral/source/
Dgd32e50x_usart.c43 #define RT_BL_OFFSET ((uint32_t)24U) /* bit offset of BL in USART_RT */ macro