Home
last modified time | relevance | path

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

/device/google/contexthub/firmware/os/platform/stm32/
Dusart.c94 …static const uint16_t flowCtrlVals[] = {0x0000, 0x0100, 0x0200, 0x0300}; // indexed by UsartFlowCo… in usartOpen() local
115 block->CR3 = (block->CR3 &~ 0x0300) | flowCtrlVals[flow_control]; in usartOpen()