pub struct Frac(pub u16);Expand description
The 12 FRAC bits (Bits[DB14:DB3]) set the numerator of the fraction that is input to the Σ-Δ modulator. This fraction, along with the INT value, specifies the new frequency channel that the synthesizer locks to, as shown in the RF Synthesizer—A Worked Example section. FRAC values from 0 to (MOD − 1) cover channels over a frequency range equal to the PFD refer- ence frequency.
Tuple Fields§
§0: u16Trait Implementations§
impl Copy for Frac
Auto Trait Implementations§
impl Freeze for Frac
impl RefUnwindSafe for Frac
impl Send for Frac
impl Sync for Frac
impl Unpin for Frac
impl UnsafeUnpin for Frac
impl UnwindSafe for Frac
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more