Searched refs:IS_UART_WAKEUP_FROMSTOP_INSTANCE (Results 1 – 25 of 221) sorted by relevance
123456789
378 assert_param(IS_UART_WAKEUP_FROMSTOP_INSTANCE(huart->Instance)); in HAL_UARTEx_StopModeWakeUpSourceConfig()
394 assert_param(IS_UART_WAKEUP_FROMSTOP_INSTANCE(huart->Instance)); in HAL_UARTEx_StopModeWakeUpSourceConfig()
396 assert_param(IS_UART_WAKEUP_FROMSTOP_INSTANCE(huart->Instance)); in HAL_UARTEx_StopModeWakeUpSourceConfig()
391 assert_param(IS_UART_WAKEUP_FROMSTOP_INSTANCE(huart->Instance)); in HAL_UARTEx_StopModeWakeUpSourceConfig()
420 assert_param(IS_UART_WAKEUP_FROMSTOP_INSTANCE(huart->Instance)); in HAL_UARTEx_StopModeWakeUpSourceConfig()
433 assert_param(IS_UART_WAKEUP_FROMSTOP_INSTANCE(huart->Instance)); in HAL_UARTEx_StopModeWakeUpSourceConfig()
431 assert_param(IS_UART_WAKEUP_FROMSTOP_INSTANCE(huart->Instance)); in HAL_UARTEx_StopModeWakeUpSourceConfig()
446 assert_param(IS_UART_WAKEUP_FROMSTOP_INSTANCE(huart->Instance)); in HAL_UARTEx_StopModeWakeUpSourceConfig()
485 assert_param(IS_UART_WAKEUP_FROMSTOP_INSTANCE(huart->Instance)); in HAL_UARTEx_StopModeWakeUpSourceConfig()
414 assert_param(IS_UART_WAKEUP_FROMSTOP_INSTANCE(huart->Instance)); in HAL_UARTEx_StopModeWakeUpSourceConfig()
5633 #define IS_UART_WAKEUP_FROMSTOP_INSTANCE(INSTANCE) ((INSTANCE) == USART1) macro5635 #define IS_UART_WAKEUP_INSTANCE IS_UART_WAKEUP_FROMSTOP_INSTANCE
5602 #define IS_UART_WAKEUP_FROMSTOP_INSTANCE(INSTANCE) ((INSTANCE) == USART1) macro5604 #define IS_UART_WAKEUP_INSTANCE IS_UART_WAKEUP_FROMSTOP_INSTANCE
6684 #define IS_UART_WAKEUP_FROMSTOP_INSTANCE(INSTANCE) ((INSTANCE) == USART1) macro6686 #define IS_UART_WAKEUP_INSTANCE IS_UART_WAKEUP_FROMSTOP_INSTANCE
6715 #define IS_UART_WAKEUP_FROMSTOP_INSTANCE(INSTANCE) ((INSTANCE) == USART1) macro6717 #define IS_UART_WAKEUP_INSTANCE IS_UART_WAKEUP_FROMSTOP_INSTANCE
7306 #define IS_UART_WAKEUP_FROMSTOP_INSTANCE(INSTANCE) (((INSTANCE) == USART1) || \ macro7309 #define IS_UART_WAKEUP_INSTANCE IS_UART_WAKEUP_FROMSTOP_INSTANCE