pub struct R(_);
Expand description
Register CFG_DATA16
reader
Implementations
sourceimpl R
impl R
sourcepub fn user_id_fn2(&self) -> USER_ID_FN2_R
pub fn user_id_fn2(&self) -> USER_ID_FN2_R
Bits 0:15
sourcepub fn device_id_fn2(&self) -> DEVICE_ID_FN2_R
pub fn device_id_fn2(&self) -> DEVICE_ID_FN2_R
Bits 16:31
Methods from Deref<Target = R<CFG_DATA16_SPEC>>
Trait Implementations
sourceimpl From<R<CFG_DATA16_SPEC>> for R
impl From<R<CFG_DATA16_SPEC>> for R
sourcefn from(reader: R<CFG_DATA16_SPEC>) -> Self
fn from(reader: R<CFG_DATA16_SPEC>) -> Self
Converts to this type from the input type.
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