Searched refs:stopBitsVals (Results 1 – 1 of 1) sorted by relevance
91 …static const uint16_t stopBitsVals[] = {0x1000, 0x0000, 0x3000, 0x2000}; // indexed by UsatStopBit… in usartOpen() local113 block->CR2 = (block->CR2 &~ 0x3000) | stopBitsVals[stop_bits]; in usartOpen()