pub struct R(/* private fields */);Expand description
Register ROUTELOC2 reader
Implementations§
Source§impl R
impl R
Sourcepub fn cdti0loc(&self) -> CDTI0LOC_R
pub fn cdti0loc(&self) -> CDTI0LOC_R
Bits 0:5 - I/O Location
Sourcepub fn cdti1loc(&self) -> CDTI1LOC_R
pub fn cdti1loc(&self) -> CDTI1LOC_R
Bits 8:13 - I/O Location
Sourcepub fn cdti2loc(&self) -> CDTI2LOC_R
pub fn cdti2loc(&self) -> CDTI2LOC_R
Bits 16:21 - I/O Location
Methods from Deref<Target = R<ROUTELOC2_SPEC>>§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for R
impl RefUnwindSafe for R
impl Send for R
impl Sync for R
impl Unpin for R
impl UnwindSafe for R
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