Searched refs:FCR_TL_Mask (Results 1 – 2 of 2) sorted by relevance
61 #define FCR_TL_Mask ((u32)0x00000030) macro547 USARTx->FCR = (USARTx->FCR & ~(FCR_TL_Mask << (TxRx * 2))) | (USART_tl << (TxRx * 2)); in USART_TXRXTLConfig()
80 #define FCR_TL_Mask ((u32)0x00000030) macro651 USARTx->FCR = (USARTx->FCR & ~(FCR_TL_Mask << (TxRx * 2))) | (USART_tl << (TxRx * 2)); in USART_TXRXTLConfig()
Completed in 7 milliseconds