mirror of
https://github.com/DigitalDevices/dddvb.git
synced 2023-10-10 13:37:43 +02:00
add lock lost define
This commit is contained in:
parent
4a137b3d1a
commit
249b1e0b40
@ -345,6 +345,13 @@
|
|||||||
#define MAX2871_CONTROL_MUXOUT (0x00000004)
|
#define MAX2871_CONTROL_MUXOUT (0x00000004)
|
||||||
/* Lock from VCO */
|
/* Lock from VCO */
|
||||||
#define MAX2871_CONTROL_LOCK (0x00000008)
|
#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_BASE (0x200)
|
||||||
#define FSM_CONTROL (FSM_BASE + 0x00)
|
#define FSM_CONTROL (FSM_BASE + 0x00)
|
||||||
|
Loading…
Reference in New Issue
Block a user