add lock lost define

This commit is contained in:
Ralph Metzler 2017-10-12 14:20:14 +02:00
parent 4a137b3d1a
commit 249b1e0b40
1 changed files with 7 additions and 0 deletions

View File

@ -345,6 +345,13 @@
#define MAX2871_CONTROL_MUXOUT (0x00000004)
/* Lock from VCO */
#define MAX2871_CONTROL_LOCK (0x00000008)
/* Signal the loss of lock event (currently only an interrupt) */
#define MAX2871_CONTROL_ENABLE_LOSTLOCK_EVENT (0x00000010)
/* Loss of Lock, needs to be cleared by writing a 1
* during initial setup this bit can be set.
*/
#define MAX2871_CONTROL_LOSTLOCK (0x00008000)
#define FSM_BASE (0x200)
#define FSM_CONTROL (FSM_BASE + 0x00)