Searched refs:IS_UART_DRIVER_ENABLE_INSTANCE (Results 1 – 2 of 2) sorted by relevance
193 assert_param(IS_UART_DRIVER_ENABLE_INSTANCE(huart->Instance)); in HAL_RS485Ex_Init()
18386 #define IS_UART_DRIVER_ENABLE_INSTANCE(INSTANCE) (((INSTANCE) == USART1) || \ macro