Home
last modified time | relevance | path

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

/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/soc/realtek/amebad/fwlib/ram_hp/
A Drtl8721dhp_usi_uart.c209 u32 TempAdj = 0; in USI_UARTBaudParaGetFull() local
220 TempAdj = TempAdj << 1; in USI_UARTBaudParaGetFull()
222 TempAdj |= ((TempMultly / baudrate - (TempMultly - Remainder) / baudrate) ? 1 : 0); in USI_UARTBaudParaGetFull()
226 *ovsr_adj = TempAdj; in USI_UARTBaudParaGetFull()

Completed in 4 milliseconds