From 738d2c6bcbe628f55d08acad3d1d597aaaf93df5 Mon Sep 17 00:00:00 2001 From: Sebastien Bourdeauducq Date: Sat, 11 Aug 2018 12:07:17 +0800 Subject: [PATCH] =?UTF-8?q?hmc7043:=20REFSYNCIN=20=E2=86=92=20RFSYNCIN?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- artiq/firmware/libboard_artiq/hmc830_7043.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/artiq/firmware/libboard_artiq/hmc830_7043.rs b/artiq/firmware/libboard_artiq/hmc830_7043.rs index f0a67e86d..6d2787ad7 100644 --- a/artiq/firmware/libboard_artiq/hmc830_7043.rs +++ b/artiq/firmware/libboard_artiq/hmc830_7043.rs @@ -280,8 +280,8 @@ pub mod hmc7043 { spi_setup(); info!("loading configuration..."); - write(0x3, 0x14); // Disable the REFSYNCIN reseeder - write(0xA, 0x06); // Disable the REFSYNCIN input buffer + write(0x3, 0x14); // Disable the RFSYNCIN reseeder + write(0xA, 0x06); // Disable the RFSYNCIN input buffer write(0xB, 0x07); // Enable the CLKIN input as LVPECL write(0x9F, 0x4d); // Unexplained high-performance mode write(0xA0, 0xdf); // Unexplained high-performance mode