A31L12x F/W Packages  1.4.0
ABOV Cortex-M0+ Core based MCUs Integrated Driver
A31L12x_hal_pmu.h
Go to the documentation of this file.
1 /***************************************************************************//****************************************************************************/
34 
35 #ifndef _PMU_H_
36 #define _PMU_H_
37 
38 #include "A31L12x.h"
39 #include "A31L12x_hal_aa_types.h"
40 
41 #ifdef __cplusplus
42 extern "C" {
43 #endif
44 
45 //******************************************************************************
46 // Function
47 //******************************************************************************
48 
49 void HAL_PMU_Enable_AllPowerOff( void );
50 void HAL_PMU_Enable_FlashPowerOff( void );
54 
55 #ifdef __cplusplus
56 }
57 #endif
58 
59 #endif /* _PMU_H_ */
60 
void HAL_PMU_Enable_SRAMRetentionPower(void)
Enable the sram retention power function.
Contains the ABOV typedefs for C standard types. It is intended to be used in ISO C conforming develo...
void HAL_PMU_Disable_SRAMRetentionPower(void)
Disable the sram retention power function.
void HAL_PMU_Enable_FlashPowerOff(void)
Enable flash power off.
void HAL_PMU_Enable_AllPowerOff(void)
Enable all power off function.
void HAL_PMU_Disable_FlashPowerOff(void)
Disable flash power off.