Home
last modified time | relevance | path

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

/device/google/contexthub/firmware/os/platform/stm32/
Dusart.c91 …static const uint16_t stopBitsVals[] = {0x1000, 0x0000, 0x3000, 0x2000}; // indexed by UsatStopBit… in usartOpen() local
113 block->CR2 = (block->CR2 &~ 0x3000) | stopBitsVals[stop_bits]; in usartOpen()