cancel
Showing results for 
Search instead for 
Did you mean: 

HAL_PWREx_EnableWakeUpPin for STM32H743

chrisPyres66
Associate III

Dear all,

In hal driver datasheet, the funcion HAL_PWREx_EnableWakeUpPin is defined like this :

void HAL_PWREx_EnableWakeUpPin (PWREx_WakeupPinTypeDef * sPinParams)

In stm32h7xx_hal_pwr.c from STM32Cube FW_H7 V1.5.0 library is defined like this :

void HAL_PWR_EnableWakeUpPin(uint32_t WakeUpPinPolarity)

Is there a mistake ?

Thanks,

1 ACCEPTED SOLUTION

Accepted Solutions
chrisPyres66
Associate III

Well, my mistake was not to see the difference between library HAL_PWR_ and extended library HAL_PWREx_

View solution in original post

1 REPLY 1
chrisPyres66
Associate III

Well, my mistake was not to see the difference between library HAL_PWR_ and extended library HAL_PWREx_