Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32wb0x/drivers/src/
Dstm32wb0x_hal_pwr.c228 void HAL_PWR_EnableWakeUpPin(uint32_t WakeUpPin, uint32_t WakeUpPolarity) in HAL_PWR_EnableWakeUpPin() argument
231 assert_param(IS_PWR_WAKEUP_PIN_POLARITY(WakeUpPolarity)); in HAL_PWR_EnableWakeUpPin()
234 if (WakeUpPolarity == PWR_WUP_FALLEDG) in HAL_PWR_EnableWakeUpPin()
/hal_stm32-latest/stm32cube/stm32wb0x/drivers/include/
Dstm32wb0x_hal_pwr.h569 void HAL_PWR_EnableWakeUpPin(uint32_t WakeUpPin, uint32_t WakeUpPolarity);