Home
last modified time | relevance | path

Searched refs:WakeUpPinPolarity (Results 1 – 2 of 2) sorted by relevance

/loramac-node-latest/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Src/
Dstm32l4xx_hal_pwr.c408 void HAL_PWR_EnableWakeUpPin(uint32_t WakeUpPinPolarity) in HAL_PWR_EnableWakeUpPin() argument
410 assert_param(IS_PWR_WAKEUP_PIN(WakeUpPinPolarity)); in HAL_PWR_EnableWakeUpPin()
414 …MODIFY_REG(PWR->CR4, (PWR_CR3_EWUP & WakeUpPinPolarity), (WakeUpPinPolarity >> PWR_WUP_POLARITY_SH… in HAL_PWR_EnableWakeUpPin()
417 SET_BIT(PWR->CR3, (PWR_CR3_EWUP & WakeUpPinPolarity)); in HAL_PWR_EnableWakeUpPin()
/loramac-node-latest/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Inc/
Dstm32l4xx_hal_pwr.h391 void HAL_PWR_EnableWakeUpPin(uint32_t WakeUpPinPolarity);