Added more flags for the status register.
This commit is contained in:
parent
585f00a804
commit
a604013a88
|
@ -69,8 +69,12 @@
|
||||||
#define SEQ_CAL_2 (1<<3)
|
#define SEQ_CAL_2 (1<<3)
|
||||||
|
|
||||||
// For CC1020_STATUS
|
// For CC1020_STATUS
|
||||||
|
#define CARRIER_SENSE 0x08
|
||||||
#define LOCK_CONTINUOUS 0x10
|
#define LOCK_CONTINUOUS 0x10
|
||||||
|
#define LOCK_INSTANT 0x20
|
||||||
|
#define SEQ_ERROR 0x40
|
||||||
#define CAL_COMPLETE 0x80
|
#define CAL_COMPLETE 0x80
|
||||||
|
|
||||||
#define PA_POWER 0x0F // initial default for output power
|
#define PA_POWER 0x0F // initial default for output power
|
||||||
#define LOCK_NOK 0x00
|
#define LOCK_NOK 0x00
|
||||||
#define LOCK_OK 0x01
|
#define LOCK_OK 0x01
|
||||||
|
|
Loading…
Reference in a new issue