Searched refs:UART_SENDBREAK_REQUEST (Results 1 – 4 of 4) sorted by relevance
427 #define UART_SENDBREAK_REQUEST ((uint32_t)USART_RQR_SBKRQ) /*!< Send Break Requ… macro1226 ((__PARAM__) == UART_SENDBREAK_REQUEST) || \
529 #define UART_SENDBREAK_REQUEST USART_RQR_SBKRQ /*!< Send Break Request … macro1419 ((__PARAM__) == UART_SENDBREAK_REQUEST) || \
2034 huart->Instance->RQR |= UART_SENDBREAK_REQUEST; in HAL_LIN_SendBreak()
2688 SET_BIT(huart->Instance->RQR, UART_SENDBREAK_REQUEST); in HAL_LIN_SendBreak()