Home
last modified time | relevance | path

Searched refs:f32Scnt (Results 1 – 2 of 2) sorted by relevance

/bsp/hc32l196/Libraries/HC32L196_StdPeriph_Driver/src/
A Dhc32l196_uart.c356 float32_t f32Scnt=0; in Uart_Init() local
373f32Scnt = (float32_t)(pstcCfg->stcBaud.u32Pclk)/(float32_t)(pstcCfg->stcBaud.u32Baud<<u16OverShift… in Uart_Init()
374 UARTx->SCNT = (uint16_t)(float32_t)(f32Scnt + 0.5f); in Uart_Init()
A Dhc32l196_lpuart.c381 float32_t f32Scnt=0; in LPUart_Init() local
399f32Scnt = (float32_t)(pstcCfg->stcBaud.u32Sclk)/(float32_t)(pstcCfg->stcBaud.u32Baud<<u16OverShift… in LPUart_Init()
400 LPUARTx->SCNT = (uint16_t)(float32_t)(f32Scnt + 0.5f); in LPUart_Init()

Completed in 8 milliseconds