Searched refs:IS_UART_ONE_BIT_SAMPLE (Results 1 – 9 of 9) sorted by relevance
1314 #define IS_UART_ONE_BIT_SAMPLE(__ONEBIT__) (((__ONEBIT__) == UART_ONE_BIT_SAMPLE_DISABLE) || \ macro
1373 #define IS_UART_ONE_BIT_SAMPLE(__ONEBIT__) (((__ONEBIT__) == UART_ONE_BIT_SAMPLE_DISABLE) || \ macro
1325 #define IS_UART_ONE_BIT_SAMPLE(__ONEBIT__) (((__ONEBIT__) == UART_ONE_BIT_SAMPLE_DISABLE) || \ macro
3640 #define IS_UART_ONEBIT_SAMPLE IS_UART_ONE_BIT_SAMPLE3641 #define IS_UART_ONEBIT_SAMPLING IS_UART_ONE_BIT_SAMPLE
3543 #define IS_UART_ONEBIT_SAMPLE IS_UART_ONE_BIT_SAMPLE3544 #define IS_UART_ONEBIT_SAMPLING IS_UART_ONE_BIT_SAMPLE
3993 #define IS_UART_ONEBIT_SAMPLE IS_UART_ONE_BIT_SAMPLE3994 #define IS_UART_ONEBIT_SAMPLING IS_UART_ONE_BIT_SAMPLE
3044 assert_param(IS_UART_ONE_BIT_SAMPLE(huart->Init.OneBitSampling)); in UART_SetConfig()
3018 assert_param(IS_UART_ONE_BIT_SAMPLE(huart->Init.OneBitSampling)); in UART_SetConfig()
3104 assert_param(IS_UART_ONE_BIT_SAMPLE(huart->Init.OneBitSampling)); in UART_SetConfig()