aboutsummaryrefslogtreecommitdiff
path: root/sdk-modifications/include/tcm.h
blob: 4de3333965fcce7c7ffff88e4903b6822a4672a3 (plain)
1
2
3
4
5
6
7
8
9
10
#ifndef __TCM_H
#define __TCM_H

/*
*	Function: makes cpu to idle state. It will be waken up by RTC in the next second.
*   Of course, it can be waken up by keys at any time.
*/
int enable_enter_idle(void);

#endif