Home
last modified time | relevance | path

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

/bsp/synwit/libraries/SWM320_CSL/SWM320_StdPeriph_Driver/
A DSWM320_uart.c373 void UART_ABRStart(UART_TypeDef * UARTx, uint32_t detectChar) in UART_ABRStart() argument
377 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()
A DSWM320_uart.h83 void UART_ABRStart(UART_TypeDef * UARTx, uint32_t detectChar);
/bsp/synwit/libraries/SWM341_CSL/SWM341_StdPeriph_Driver/
A DSWM341_uart.c371 void UART_ABRStart(UART_TypeDef * UARTx, uint32_t detectChar) in UART_ABRStart() argument
375 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()
A DSWM341_uart.h83 void UART_ABRStart(UART_TypeDef * UARTx, uint32_t detectChar);

Completed in 14 milliseconds