pub struct R(_);
Expand description
Register TOKEN_LAT
reader
Implementations
sourceimpl R
impl R
sourcepub fn slc0_token(&self) -> SLC0_TOKEN_R
pub fn slc0_token(&self) -> SLC0_TOKEN_R
Bits 0:11
sourcepub fn slc1_token(&self) -> SLC1_TOKEN_R
pub fn slc1_token(&self) -> SLC1_TOKEN_R
Bits 16:27
Methods from Deref<Target = R<TOKEN_LAT_SPEC>>
Trait Implementations
sourceimpl From<R<TOKEN_LAT_SPEC>> for R
impl From<R<TOKEN_LAT_SPEC>> for R
sourcefn from(reader: R<TOKEN_LAT_SPEC>) -> Self
fn from(reader: R<TOKEN_LAT_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