diff options
author | Keith Packard <keithp@keithp.com> | 2009-04-25 14:43:23 -0700 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2009-04-25 14:43:23 -0700 |
commit | 7bc3d9962872850e7b420221cf689db16b4305cc (patch) | |
tree | 093d8daeca290f7bcd2c3aee374bb5df582b6048 /cc1111.h | |
parent | e45fce7f82d704d677f84c69b0e07588d109d780 (diff) |
Place CPU in P0 state while idle
Diffstat (limited to 'cc1111.h')
-rw-r--r-- | cc1111.h | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -96,6 +96,11 @@ sfr at 0x9A IEN2; /* Interrupt Enable 2 Register */ #define SLEEP_MODE_PM3 (3 << 0) #define SLEEP_MODE_MASK (3 << 0) +/* PCON 0x87 */ +sfr at 0x87 PCON; /* Power Mode Control Register */ + +#define PCON_IDLE (1 << 0) + /* * TCON */ |