Searched refs:WakeUpEvent (Results 1 – 4 of 4) sorted by relevance
317 assert_param(IS_UART_WAKEUP_SELECTION(WakeUpSelection.WakeUpEvent)); in HAL_UARTEx_StopModeWakeUpSourceConfig()328 MODIFY_REG(huart->Instance->CR3, USART_CR3_WUS, WakeUpSelection.WakeUpEvent); in HAL_UARTEx_StopModeWakeUpSourceConfig()330 if (WakeUpSelection.WakeUpEvent == UART_WAKEUP_ON_ADDRESS) in HAL_UARTEx_StopModeWakeUpSourceConfig()
467 assert_param(IS_UART_WAKEUP_SELECTION(WakeUpSelection.WakeUpEvent)); in HAL_UARTEx_StopModeWakeUpSourceConfig()478 MODIFY_REG(huart->Instance->CR3, USART_CR3_WUS, WakeUpSelection.WakeUpEvent); in HAL_UARTEx_StopModeWakeUpSourceConfig()480 if (WakeUpSelection.WakeUpEvent == UART_WAKEUP_ON_ADDRESS) in HAL_UARTEx_StopModeWakeUpSourceConfig()
65 …uint32_t WakeUpEvent; /*!< Specifies which event will activat the Wakeup from Stop mode fla… member