pub struct R(_);
Expand description
Register CID2
reader
Implementations
sourceimpl R
impl R
sourcepub fn preambleb2(&self) -> PREAMBLEB2_R
pub fn preambleb2(&self) -> PREAMBLEB2_R
Bits 0:7 - Preamble Byte 2
Methods from Deref<Target = R<CID2_SPEC>>
Trait Implementations
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