Home
last modified time | relevance | path

Searched refs:WakeUpEvent (Results 1 – 4 of 4) sorted by relevance

/loramac-node-latest/src/boards/mcu/stm32/STM32L0xx_HAL_Driver/Src/
Dstm32l0xx_hal_uart_ex.c317 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()
/loramac-node-latest/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Src/
Dstm32l4xx_hal_uart_ex.c467 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()
/loramac-node-latest/src/boards/mcu/stm32/STM32L0xx_HAL_Driver/Inc/
Dstm32l0xx_hal_uart_ex.h65 …uint32_t WakeUpEvent; /*!< Specifies which event will activat the Wakeup from Stop mode fla… member
/loramac-node-latest/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Inc/
Dstm32l4xx_hal_uart_ex.h65 …uint32_t WakeUpEvent; /*!< Specifies which event will activat the Wakeup from Stop mode fla… member