pub struct FREQRANGE_R(/* private fields */);Expand description
Field FREQRANGE reader - oscillator low / high transconductance selection input (Active High) 1-20MHz ‘0’ : 15-50MHz ‘1’
Methods from Deref<Target = FieldReader<bool, bool>>§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for FREQRANGE_R
impl RefUnwindSafe for FREQRANGE_R
impl Send for FREQRANGE_R
impl Sync for FREQRANGE_R
impl Unpin for FREQRANGE_R
impl UnwindSafe for FREQRANGE_R
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