Searched refs:IS_UART_ONE_BIT_SAMPLE (Results 1 – 7 of 7) sorted by relevance
1151 #define IS_UART_ONE_BIT_SAMPLE(__ONEBIT__) (((__ONEBIT__) == UART_ONE_BIT_SAMPLE_DISABLE) || \ macro
1344 #define IS_UART_ONE_BIT_SAMPLE(__ONEBIT__) (((__ONEBIT__) == UART_ONE_BIT_SAMPLE_DISABLE) || \ macro
3216 #define IS_UART_ONEBIT_SAMPLE IS_UART_ONE_BIT_SAMPLE3217 #define IS_UART_ONEBIT_SAMPLING IS_UART_ONE_BIT_SAMPLE
3101 #define IS_UART_ONEBIT_SAMPLE IS_UART_ONE_BIT_SAMPLE 3102 #define IS_UART_ONEBIT_SAMPLING IS_UART_ONE_BIT_SAMPLE
3048 #define IS_UART_ONEBIT_SAMPLE IS_UART_ONE_BIT_SAMPLE 3049 #define IS_UART_ONEBIT_SAMPLING IS_UART_ONE_BIT_SAMPLE
2125 assert_param(IS_UART_ONE_BIT_SAMPLE(huart->Init.OneBitSampling)); in UART_SetConfig()
2805 assert_param(IS_UART_ONE_BIT_SAMPLE(huart->Init.OneBitSampling)); in UART_SetConfig()