A31G11x F/W Packages  2.5.0
ABOV Cortex-M0+ Core based MCUs Integrated Driver
A31G11x_hal_pwr.h
Go to the documentation of this file.
1 /***************************************************************************//****************************************************************************/
34 
35 #ifndef _PWR_H_
36 #define _PWR_H_
37 
38 #include "A31G11x.h"
39 #include "A31G11x_hal_aa_types.h"
40 
41 #ifdef __cplusplus
42 extern "C" {
43 #endif
44 
45 //******************************************************************************
46 // Function
47 //******************************************************************************
48 
49 void HAL_PWR_EnterSleepMode( void );
50 void HAL_PWR_EnterPowerDownMode( void );
51 
52 #ifdef __cplusplus
53 }
54 #endif
55 
56 #endif /*_PWR_H_ */
57 
Contains the ABOV typedefs for C standard types. It is intended to be used in ISO C conforming develo...
void HAL_PWR_EnterSleepMode(void)
Enter Sleep mode with co-operated instruction by the Cortex-M0+.
void HAL_PWR_EnterPowerDownMode(void)
Enter Deep Sleep mode with co-operated instruction by the Cortex-M0+.