Searched refs:bTB8Value (Results 1 – 4 of 4) sorted by relevance
165 void Uart_SetTb8(M0P_UART_TypeDef* UARTx, boolean_t bTB8Value) in Uart_SetTb8() argument167 UARTx->SCON_f.B8CONT = bTB8Value; in Uart_SetTb8()
185 void LPUart_SetTb8(M0P_LPUART_TypeDef* LPUARTx, boolean_t bTB8Value) in LPUart_SetTb8() argument187 LPUARTx->SCON_f.B8CONT = bTB8Value; in LPUart_SetTb8()
214 void Uart_SetTb8(M0P_UART_TypeDef* UARTx, boolean_t bTB8Value);
227 void LPUart_SetTb8(M0P_LPUART_TypeDef* LPUARTx, boolean_t bTB8Value);
Completed in 9 milliseconds