extern
porcupine
demo
mcu
stm32f407
stm32f407g-disc1
Drivers
STM32F4xx_HAL_Driver
Src
stm32f4xx_ll_pwr.c
Go to the documentation of this file.
1
19
#if defined(USE_FULL_LL_DRIVER)
20
21
/* Includes ------------------------------------------------------------------*/
22
#include "stm32f4xx_ll_pwr.h"
23
#include "stm32f4xx_ll_bus.h"
24
29
#if defined(PWR)
30
35
/* Private types -------------------------------------------------------------*/
36
/* Private variables ---------------------------------------------------------*/
37
/* Private constants ---------------------------------------------------------*/
38
/* Private macros ------------------------------------------------------------*/
39
/* Private function prototypes -----------------------------------------------*/
40
41
/* Exported functions --------------------------------------------------------*/
56
ErrorStatus
LL_PWR_DeInit(
void
)
57
{
58
/* Force reset of PWR clock */
59
LL_APB1_GRP1_ForceReset(LL_APB1_GRP1_PERIPH_PWR);
60
61
/* Release reset of PWR clock */
62
LL_APB1_GRP1_ReleaseReset(LL_APB1_GRP1_PERIPH_PWR);
63
64
return
SUCCESS
;
65
}
66
78
#endif
/* defined(PWR) */
79
83
#endif
/* USE_FULL_LL_DRIVER */
84
85
/************************ (C) COPYRIGHT STMicroelectronics *****END OF FILE****/
SUCCESS
@ SUCCESS
Definition:
stm32f407/stm32f407g-disc1/Drivers/CMSIS/Device/ST/STM32F4xx/Include/stm32f4xx.h:200
ErrorStatus
ErrorStatus
Definition:
stm32f407/stm32f407g-disc1/Drivers/CMSIS/Device/ST/STM32F4xx/Include/stm32f4xx.h:198
picovoice_driver
Author(s):
autogenerated on Fri Apr 1 2022 02:14:53