From 8e0229d2651633fc6cd449b55a559742c56add18 Mon Sep 17 00:00:00 2001 From: David Nadlinger Date: Sat, 17 Dec 2022 01:33:50 +0000 Subject: [PATCH] si5324: crystal_{ref -> as_ckin2} [nfc] This makes it clear that by itself, the flag does not cause the input mux to be changed. --- src/libboard_artiq/src/si5324.rs | 6 +++--- src/runtime/src/rtio_clocking.rs | 14 +++++++------- src/satman/src/main.rs | 4 ++-- 3 files changed, 12 insertions(+), 12 deletions(-) diff --git a/src/libboard_artiq/src/si5324.rs b/src/libboard_artiq/src/si5324.rs index 574fec0b..cd318740 100644 --- a/src/libboard_artiq/src/si5324.rs +++ b/src/libboard_artiq/src/si5324.rs @@ -29,7 +29,7 @@ pub struct FrequencySettings { pub n31: u32, pub n32: u32, pub bwsel: u8, - pub crystal_ref: bool + pub crystal_as_ckin2: bool } pub enum Input { @@ -84,7 +84,7 @@ fn map_frequency_settings(settings: &FrequencySettings) -> Result