HAL + 0/24 examples
CodeScope will show references to HAL_PWR_DisableWakeUpPin() from the following samples and libraries:
Examples
STM32446E-Nucleo
Examples
PWR
STM32446E_EVAL
Examples
PWR
STM32469I-Discovery
Examples
PWR
STM32469I_EVAL
Examples
PWR
STM324x9I_EVAL
Examples
PWR
STM324xG_EVAL
Examples
PWR
STM32F4-Discovery
Examples
PWR
STM32F401-Discovery
Examples
PWR
STM32F401RE-Nucleo
Examples
PWR
STM32F410xx-Nucleo
Examples
PWR
STM32F411E-Discovery
Examples
PWR
STM32F411RE-Nucleo
Examples
PWR
STM32F412G-Discovery
Examples
PWR
STM32F412ZG-Nucleo
Examples
PWR
STM32F413ZH-Nucleo
Examples
PWR
STM32F429I-Discovery
Examples
PWR
STM32F429ZI-Nucleo
Examples
PWR
STM32F446ZE-Nucleo
Examples
PWR
 
Symbols
loading...
Files
loading...
CodeScopeSTM32 Libraries and SamplesHALHAL_PWR_DisableWakeUpPin()

HAL_PWR_DisableWakeUpPin() function

Disables the Wake-up PINx functionality.

Syntax

void HAL_PWR_DisableWakeUpPin(uint32_t WakeUpPinx);
Implemented in stm32f4xx_hal_pwr.c:359

Arguments

WakeUpPinx

Specifies the Power Wake-Up pin to disable. This parameter can be one of the following values: @arg PWR_WAKEUP_PIN1 @arg PWR_WAKEUP_PIN2 available only on STM32F410xx/STM32F446xx/STM32F412xx/STM32F413xx/STM32F423xx devices @arg PWR_WAKEUP_PIN3 available only on STM32F410xx/STM32F412xx/STM32F413xx/STM32F423xx devices

Return value

None

Examples

HAL_PWR_DisableWakeUpPin() is referenced by 24 libraries and example projects.

References

LocationText
stm32f4xx_hal_pwr.c:359
void HAL_PWR_DisableWakeUpPin(uint32_t WakeUpPinx)
stm32f4xx_hal_pwr.h:304
void HAL_PWR_DisableWakeUpPin(uint32_t WakeUpPinx);

Call Tree

Functions called by HAL_PWR_DisableWakeUpPin()
HAL_PWR_DisableWakeUpPin()
assert_failed()
all items filtered out
Data read by HAL_PWR_DisableWakeUpPin()
HAL_PWR_DisableWakeUpPin()