Searched refs:enStopBit (Results 1 – 10 of 10) sorted by relevance
98 stcCfg.enStopBit = UartMsk1bit; in _uart_init()101 stcCfg.enStopBit = UartMsk2bit; in _uart_init()104 stcCfg.enStopBit = UartMsk1bit; in _uart_init()
199 en_uart_stop_t enStopBit; ///<停止位长度 member
214 en_lpuart_stop_t enStopBit; ///<停止位长度 member
234 en_uart_stop_t enStopBit; ///<停止位长度 member
258 en_lpuart_stop_t enStopBit; ///<停止位长度 member
230 stcConfig.enStopBit = Uart1bit; in hc32_configure()233 stcConfig.enStopBit = Uart2bit; in hc32_configure()
365 UARTx->SCON = (uint32_t)pstcCfg->enStopBit | in Uart_Init()
390 LPUARTx->SCON = (uint32_t)pstcCfg->enStopBit | in LPUart_Init()
886 enRet = Uart_SetStopBit(u8Idx,pstcConfig->enStopBit); in Uart_Init()
942 enRet = LPUart_SetStopBit(u8Idx,pstcConfig->enStopBit); in LPUart_Init()
Completed in 21 milliseconds