This commit is contained in:
moyuhai
2026-06-12 09:12:35 +08:00
commit 02f1638ef2
91 changed files with 38366 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
//PCON¶¨Òå
#define STOP (1<<1)
#define IDLE (1<<0)
void StopEnter(void);
unsigned char CheckStopCondition(void);
void IdleEnter(void);
unsigned char CheckIdleCondition(void);