power.h

来自「Analog 公司 ADE7169 SOC 电表方案DEMO程序」· C头文件 代码 · 共 14 行

H
14
字号
/*
-02/22/2006: Petre M.
  -this file contains declarations used in power.c

*/

  void Setup_Power(void);
  void Backup_State(void);
  void Battery_Alarm(void);
  void Prepare_for_Sleep(void);
  void Init_variables_PSM1(void);


⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?