pub struct R(_);
Expand description
Register CIS_CONF4
reader
Implementations§
source§impl R
impl R
sourcepub fn cis_conf_w4(&self) -> CIS_CONF_W4_R
pub fn cis_conf_w4(&self) -> CIS_CONF_W4_R
Bits 0:31
Methods from Deref<Target = R<CIS_CONF4_SPEC>>§
Trait Implementations§
Auto Trait Implementations§
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