pub struct R(_);Expand description
Register CSR reader
Implementations
sourceimpl R
 
impl R
sourcepub fn envr(&self) -> ENVR_R
 
pub fn envr(&self) -> ENVR_R
Bit 0 - Voltage reference buffer mode enable This bit is used to enable the voltage reference buffer mode.
sourcepub fn hiz(&self) -> HIZ_R
 
pub fn hiz(&self) -> HIZ_R
Bit 1 - High impedance mode This bit controls the analog switch to connect or not the VREF+ pin. Refer to for the mode descriptions depending on ENVR bit configuration.
Methods from Deref<Target = R<CSR_SPEC>>
Trait Implementations
Auto Trait Implementations
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
    T: ?Sized, 
 
impl<T> BorrowMut<T> for T where
    T: ?Sized, 
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
 
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more