Home
last modified time | relevance | path

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

/device/google/contexthub/firmware/os/platform/stm32/
Dusart.c96 uint32_t baseClk, div, intPart, fraPart; in usartOpen() local
120 intPart = div / 100; in usartOpen()
124 intPart = intPart << 4; in usartOpen()
126 block->BRR = intPart | fraPart; in usartOpen()