Home
last modified time | relevance | path

Searched refs:HAL_UARTEx_WakeupCallback (Results 1 – 9 of 9) sorted by relevance

/loramac-node-latest/src/boards/mcu/stm32/STM32L0xx_HAL_Driver/Src/
Dstm32l0xx_hal_uart_ex.c458 __weak void HAL_UARTEx_WakeupCallback(UART_HandleTypeDef *huart) in HAL_UARTEx_WakeupCallback() function
Dstm32l0xx_hal_uart.c1751 HAL_UARTEx_WakeupCallback(huart); in HAL_UART_IRQHandler()
/loramac-node-latest/src/boards/mcu/stm32/STM32L0xx_HAL_Driver/Inc/
Dstm32l0xx_hal_uart_ex.h138 void HAL_UARTEx_WakeupCallback(UART_HandleTypeDef *huart);
/loramac-node-latest/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Src/
Dstm32l4xx_hal_uart_ex.c289 __weak void HAL_UARTEx_WakeupCallback(UART_HandleTypeDef *huart) in HAL_UARTEx_WakeupCallback() function
Dstm32l4xx_hal_uart.c929 …huart->WakeupCallback = HAL_UARTEx_WakeupCallback; /* Legacy weak WakeupCallba… in HAL_UART_UnRegisterCallback()
2362 HAL_UARTEx_WakeupCallback(huart); in HAL_UART_IRQHandler()
2772 …huart->WakeupCallback = HAL_UARTEx_WakeupCallback; /* Legacy weak WakeupCallba… in UART_InitCallbacksToDefault()
/loramac-node-latest/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Inc/
Dstm32l4xx_hal_uart_ex.h169 void HAL_UARTEx_WakeupCallback(UART_HandleTypeDef *huart);
/loramac-node-latest/src/boards/mcu/stm32/STM32L1xx_HAL_Driver/Inc/Legacy/
Dstm32_hal_legacy.h1251 #define HAL_UART_WakeupCallback HAL_UARTEx_WakeupCallback
/loramac-node-latest/src/boards/mcu/stm32/STM32L0xx_HAL_Driver/Inc/Legacy/
Dstm32_hal_legacy.h1251 #define HAL_UART_WakeupCallback HAL_UARTEx_WakeupCallback
/loramac-node-latest/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Inc/Legacy/
Dstm32_hal_legacy.h1348 #define HAL_UART_WakeupCallback HAL_UARTEx_WakeupCallback