Searched refs:f32Scnt (Results 1 – 2 of 2) sorted by relevance
356 float32_t f32Scnt=0; in Uart_Init() local373 …f32Scnt = (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()
381 float32_t f32Scnt=0; in LPUart_Init() local399 …f32Scnt = (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