Searched refs:detectChar (Results 1 – 4 of 4) sorted by relevance
373 void UART_ABRStart(UART_TypeDef * UARTx, uint32_t detectChar) in UART_ABRStart() argument377 if((detectChar == 0xFF) || (detectChar == 0x1FF)) bits = 0; in UART_ABRStart()378 else if((detectChar == 0xFE) || (detectChar == 0x1FE)) bits = 1; in UART_ABRStart()379 else if((detectChar == 0xF8) || (detectChar == 0x1F8)) bits = 2; in UART_ABRStart()380 else if((detectChar == 0x80) || (detectChar == 0x180)) bits = 3; in UART_ABRStart()
83 void UART_ABRStart(UART_TypeDef * UARTx, uint32_t detectChar);
371 void UART_ABRStart(UART_TypeDef * UARTx, uint32_t detectChar) in UART_ABRStart() argument375 if((detectChar == 0xFF) || (detectChar == 0x1FF)) bits = 0; in UART_ABRStart()376 else if((detectChar == 0xFE) || (detectChar == 0x1FE)) bits = 1; in UART_ABRStart()377 else if((detectChar == 0xF8) || (detectChar == 0x1F8)) bits = 2; in UART_ABRStart()378 else if((detectChar == 0x80) || (detectChar == 0x180)) bits = 3; in UART_ABRStart()
Completed in 14 milliseconds