Searched refs:BitNumThres (Results 1 – 2 of 2) sorted by relevance
316 void UART_MonitorParaConfig(UART_TypeDef* UARTx, u32 BitNumThres, u32 OscPerbitUpdCtrl) in UART_MonitorParaConfig() argument321 assert_param((BitNumThres>0) && (BitNumThres<128)); in UART_MonitorParaConfig()330 RegValue |= ((BitNumThres << 1) & RUART_LP_RX_BIT_NUM_THRES); in UART_MonitorParaConfig()
552 _LONG_CALL_ void UART_MonitorParaConfig(UART_TypeDef* UARTx, u32 BitNumThres, u32 OscPerbitUpdCtrl);
Completed in 5 milliseconds