Searched refs:USART5_RT (Results 1 – 2 of 2) sorted by relevance
421 USART5_RT(usart_periph) &= ~(USART5_RT_RT); in usart_receiver_timeout_threshold_config()423 USART5_RT(usart_periph) |= (USART5_RT_RT & rtimeout); in usart_receiver_timeout_threshold_config()845 USART5_RT(usart_periph) &= ~(USART5_RT_BL); in usart_block_length_config()847 USART5_RT(usart_periph) |= (USART5_RT_BL & ((bl) << 24)); in usart_block_length_config()
71 #define USART5_RT(usartx) REG32((usartx) + 0x000000014U) /*!< USART5 receiver ti… macro