Searched refs:IS_UART_ONE_BIT_SAMPLE (Results 1 – 14 of 14) sorted by relevance
1174 #define IS_UART_ONE_BIT_SAMPLE(__ONEBIT__) (((__ONEBIT__) == UART_ONE_BIT_SAMPLE_DISABLE) || \ macro
1348 #define IS_UART_ONE_BIT_SAMPLE(__ONEBIT__) (((__ONEBIT__) == UART_ONE_BIT_SAMPLE_DISABLE) || \ macro
1297 #define IS_UART_ONE_BIT_SAMPLE(__ONEBIT__) (((__ONEBIT__) == UART_ONE_BIT_SAMPLE_DISABLE) || \ macro
2888 assert_param(IS_UART_ONE_BIT_SAMPLE(huart->Init.OneBitSampling)); in UART_SetConfig()2892 assert_param(IS_UART_ONE_BIT_SAMPLE(huart->Init.OneBitSampling)); in UART_SetConfig()
3231 #define IS_UART_ONEBIT_SAMPLE IS_UART_ONE_BIT_SAMPLE3232 #define IS_UART_ONEBIT_SAMPLING IS_UART_ONE_BIT_SAMPLE
3257 #define IS_UART_ONEBIT_SAMPLE IS_UART_ONE_BIT_SAMPLE3258 #define IS_UART_ONEBIT_SAMPLING IS_UART_ONE_BIT_SAMPLE
3477 #define IS_UART_ONEBIT_SAMPLE IS_UART_ONE_BIT_SAMPLE3478 #define IS_UART_ONEBIT_SAMPLING IS_UART_ONE_BIT_SAMPLE
3572 #define IS_UART_ONEBIT_SAMPLE IS_UART_ONE_BIT_SAMPLE3573 #define IS_UART_ONEBIT_SAMPLING IS_UART_ONE_BIT_SAMPLE
3580 #define IS_UART_ONEBIT_SAMPLE IS_UART_ONE_BIT_SAMPLE3581 #define IS_UART_ONEBIT_SAMPLING IS_UART_ONE_BIT_SAMPLE
2769 assert_param(IS_UART_ONE_BIT_SAMPLE(huart->Init.OneBitSampling)); in UART_SetConfig()
2996 assert_param(IS_UART_ONE_BIT_SAMPLE(huart->Init.OneBitSampling)); in UART_SetConfig()
3002 assert_param(IS_UART_ONE_BIT_SAMPLE(huart->Init.OneBitSampling)); in UART_SetConfig()