pub struct R(_);
Expand description
Register CIS_CONF7
reader
Implementations
sourceimpl R
impl R
sourcepub fn cis_conf_w7(&self) -> CIS_CONF_W7_R
pub fn cis_conf_w7(&self) -> CIS_CONF_W7_R
Bits 0:31
Methods from Deref<Target = R<CIS_CONF7_SPEC>>
Trait Implementations
sourceimpl From<R<CIS_CONF7_SPEC>> for R
impl From<R<CIS_CONF7_SPEC>> for R
sourcefn from(reader: R<CIS_CONF7_SPEC>) -> Self
fn from(reader: R<CIS_CONF7_SPEC>) -> Self
Converts to this type from the input type.
Auto Trait Implementations
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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