Commit 006f6988 authored by Tristan Gingold's avatar Tristan Gingold

ltc6950_config.h: add comments

parent bbde2128
......@@ -18,6 +18,8 @@
// FILTV, FILTR ?
// See register map p42
// REG, VAL
//{0x00, 0x00}, // RO (status)
{0x01, 0x33}, // STAT1 config: set on any error (no_vco, no_ref, thi, tlo)
......@@ -30,7 +32,7 @@
{0x08, 0x01}, // R[7:0] = 1
{0x09, 0x00}, // Reset_N + N[10:8]
{0x0a, 0x0a}, // N[7:0] = 10
{0x0b, 0xc4}, // disable FILTR for 100 MHz, LVCMS=1
{0x0b, 0xc4}, // disable FILTR for 100 MHz, LVCMS=1, SYNCMD=standalone
{0x0c, 0x80}, // DEL0 = 0, No sync, No filter
{0x0d, 0x84}, // M0 = 4
{0x0e, 0x80}, // DEL1
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment