rtio_clocking: added explicit bypass aliases
This commit is contained in:
parent
90b6dd3e85
commit
0de56e92bd
|
@ -30,6 +30,8 @@ fn get_rtio_clock_cfg(cfg: &Config) -> RtioClock {
|
|||
"int_100" => RtioClock::Int_100,
|
||||
"int_150" => RtioClock::Int_150,
|
||||
"ext0_bypass" => RtioClock::Ext0_Bypass,
|
||||
"ext0_bypass_125" => RtioClock::Ext0_Bypass,
|
||||
"ext0_bypass_100" => RtioClock::Ext0_Bypass,
|
||||
"ext0_synth0_10to125" => RtioClock::Ext0_Synth0_10to125,
|
||||
"ext0_synth0_100to125" => RtioClock::Ext0_Synth0_100to125,
|
||||
"ext0_synth0_125to125" => RtioClock::Ext0_Synth0_125to125,
|
||||
|
|
Loading…
Reference in New Issue