Home
last modified time | relevance | path

Searched refs:enStopBit (Results 1 – 10 of 10) sorted by relevance

/bsp/hc32l196/drivers/
A Ddrv_usart.c98 stcCfg.enStopBit = UartMsk1bit; in _uart_init()
101 stcCfg.enStopBit = UartMsk2bit; in _uart_init()
104 stcCfg.enStopBit = UartMsk1bit; in _uart_init()
/bsp/hc32l196/Libraries/HC32L196_StdPeriph_Driver/inc/
A Dhc32l196_uart.h199 en_uart_stop_t enStopBit; ///<停止位长度 member
A Dhc32l196_lpuart.h214 en_lpuart_stop_t enStopBit; ///<停止位长度 member
/bsp/hc32l136/Libraries/HC32L136_StdPeriph_Driver/inc/
A Duart.h234 en_uart_stop_t enStopBit; ///<停止位长度 member
A Dlpuart.h258 en_lpuart_stop_t enStopBit; ///<停止位长度 member
/bsp/hc32l136/drivers/
A Ddrv_usart.c230 stcConfig.enStopBit = Uart1bit; in hc32_configure()
233 stcConfig.enStopBit = Uart2bit; in hc32_configure()
/bsp/hc32l196/Libraries/HC32L196_StdPeriph_Driver/src/
A Dhc32l196_uart.c365 UARTx->SCON = (uint32_t)pstcCfg->enStopBit | in Uart_Init()
A Dhc32l196_lpuart.c390 LPUARTx->SCON = (uint32_t)pstcCfg->enStopBit | in LPUart_Init()
/bsp/hc32l136/Libraries/HC32L136_StdPeriph_Driver/src/
A Duart.c886 enRet = Uart_SetStopBit(u8Idx,pstcConfig->enStopBit); in Uart_Init()
A Dlpuart.c942 enRet = LPUart_SetStopBit(u8Idx,pstcConfig->enStopBit); in LPUart_Init()

Completed in 21 milliseconds