You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

11 lines
281 B

  1. #pragma once
  2. //˯������
  3. #define FLASH_PowerDown 1
  4. //��������
  5. #define WKUP 1
  6. void Power_SleepMode(void);
  7. void Power_StopMode(void);
  8. void Power_StandByMode(void);