Searched refs:UART_CTRL_PARITY_Pos (Results 1 – 4 of 4) sorted by relevance
62 (initStruct->Parity << UART_CTRL_PARITY_Pos) | in UART_Init()
1330 #define UART_CTRL_PARITY_Pos 19 //000 无校验 001 奇校验 011 偶校验 101 固定为1 111 固定为0 macro1331 #define UART_CTRL_PARITY_Msk (0x07 << UART_CTRL_PARITY_Pos)
936 #define UART_CTRL_PARITY_Pos 19 //000 无校验 001 奇校验 011 偶校验 101 固定为1 111 固定为0 macro937 #define UART_CTRL_PARITY_Msk (0x07 << UART_CTRL_PARITY_Pos)
Completed in 43 milliseconds