pub struct R(/* private fields */);
Expand description
Register ROUTE
reader
Implementations§
Source§impl R
impl R
Sourcepub fn swclkpen(&self) -> SWCLKPEN_R
pub fn swclkpen(&self) -> SWCLKPEN_R
Bit 0 - Serial Wire Clock Pin Enable
Sourcepub fn swdiopen(&self) -> SWDIOPEN_R
pub fn swdiopen(&self) -> SWDIOPEN_R
Bit 1 - Serial Wire Data Pin Enable
Sourcepub fn swlocation(&self) -> SWLOCATION_R
pub fn swlocation(&self) -> SWLOCATION_R
Bits 8:9 - I/O Location
Sourcepub fn etmlocation(&self) -> ETMLOCATION_R
pub fn etmlocation(&self) -> ETMLOCATION_R
Bits 24:25 - I/O Location
Methods from Deref<Target = R<ROUTE_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