pub struct W(/* private fields */);
Expand description
Register ROUTE
writer
Implementations§
Source§impl W
impl W
Sourcepub fn swclkpen(&mut self) -> SWCLKPEN_W<'_>
pub fn swclkpen(&mut self) -> SWCLKPEN_W<'_>
Bit 0 - Serial Wire Clock Pin Enable
Sourcepub fn swdiopen(&mut self) -> SWDIOPEN_W<'_>
pub fn swdiopen(&mut self) -> SWDIOPEN_W<'_>
Bit 1 - Serial Wire Data Pin Enable
Sourcepub fn swlocation(&mut self) -> SWLOCATION_W<'_>
pub fn swlocation(&mut self) -> SWLOCATION_W<'_>
Bits 8:9 - I/O Location
Methods from Deref<Target = W<ROUTE_SPEC>>§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for W
impl RefUnwindSafe for W
impl Send for W
impl Sync for W
impl Unpin for W
impl UnwindSafe for W
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