From a604013a88cb9486286d568eced8926994207f9f Mon Sep 17 00:00:00 2001 From: nvt-se Date: Wed, 7 Nov 2007 15:23:35 +0000 Subject: [PATCH] Added more flags for the status register. --- platform/msb430/dev/cc1020-internal.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/platform/msb430/dev/cc1020-internal.h b/platform/msb430/dev/cc1020-internal.h index d4a0fe49d..40a99288d 100644 --- a/platform/msb430/dev/cc1020-internal.h +++ b/platform/msb430/dev/cc1020-internal.h @@ -69,8 +69,12 @@ #define SEQ_CAL_2 (1<<3) // For CC1020_STATUS +#define CARRIER_SENSE 0x08 #define LOCK_CONTINUOUS 0x10 +#define LOCK_INSTANT 0x20 +#define SEQ_ERROR 0x40 #define CAL_COMPLETE 0x80 + #define PA_POWER 0x0F // initial default for output power #define LOCK_NOK 0x00 #define LOCK_OK 0x01