Home
last modified time | relevance | path

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

/dports/audio/lenticular-lv2/lenticular_lv2-0.5.0-14-g14d8075/eurorack/stmlib/third_party/STM/STM32G4xx_HAL_Driver/inc/
H A Dstm32g4xx_hal_uart.h632 #define UART_WAKEUP_ON_ADDRESS 0x00000000U /*!< UART wake-up on address … macro
1459 #define IS_UART_WAKEUP_SELECTION(__WAKE__) (((__WAKE__) == UART_WAKEUP_ON_ADDRESS) || \
/dports/audio/lenticular-lv2/lenticular_lv2-0.5.0-14-g14d8075/eurorack/stmlib/third_party/STM/STM32H7xx_HAL_Driver/inc/
H A Dstm32h7xx_hal_uart.h635 #define UART_WAKEUP_ON_ADDRESS 0x00000000U /*!< UART wake-up on address … macro
1479 #define IS_UART_WAKEUP_SELECTION(__WAKE__) (((__WAKE__) == UART_WAKEUP_ON_ADDRESS) || \
/dports/audio/lenticular-lv2/lenticular_lv2-0.5.0-14-g14d8075/eurorack/stmlib/third_party/STM/STM32G4xx_HAL_Driver/src/
H A Dstm32g4xx_hal_uart_ex.c414 if (WakeUpSelection.WakeUpEvent == UART_WAKEUP_ON_ADDRESS) in HAL_UARTEx_StopModeWakeUpSourceConfig()
/dports/audio/lenticular-lv2/lenticular_lv2-0.5.0-14-g14d8075/eurorack/stmlib/third_party/STM/STM32H7xx_HAL_Driver/src/
H A Dstm32h7xx_hal_uart_ex.c411 if (WakeUpSelection.WakeUpEvent == UART_WAKEUP_ON_ADDRESS) in HAL_UARTEx_StopModeWakeUpSourceConfig()