参考代码
This commit is contained in:
19
components/system/include/drivers/chip/lpm.h
Executable file
19
components/system/include/drivers/chip/lpm.h
Executable file
@@ -0,0 +1,19 @@
|
||||
#ifndef __LPM_H__
|
||||
#define __LPM_H__
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C"
|
||||
{
|
||||
#endif
|
||||
|
||||
void drv_lpm_wkup_enable(unsigned id);
|
||||
void drv_lpm_wkup_disable(unsigned id);
|
||||
|
||||
void drv_lpm_sleep(void);
|
||||
void drv_lpm_deep_sleep(void);
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user