Searched refs:parityVals (Results 1 – 1 of 1) sorted by relevance
93 static const uint16_t parityVals[] = {0x0000, 0x0400, 0x0600}; // indexed by UsartParityCfg in usartOpen() local114 block->CR1 = (block->CR1 &~ 0x1600) | wordLengthVals[data_bits] | parityVals[parity] | 0x800C; in usartOpen()