pub struct W(/* private fields */);
Expand description
Register IOPSMENR
writer
Implementations§
Source§impl W
impl W
Sourcepub fn iopasmen(&mut self) -> IOPASMEN_W<'_>
pub fn iopasmen(&mut self) -> IOPASMEN_W<'_>
Bit 0 - I/O port A clock enable during Sleep mode
Sourcepub fn iopbsmen(&mut self) -> IOPBSMEN_W<'_>
pub fn iopbsmen(&mut self) -> IOPBSMEN_W<'_>
Bit 1 - I/O port B clock enable during Sleep mode
Sourcepub fn iopcsmen(&mut self) -> IOPCSMEN_W<'_>
pub fn iopcsmen(&mut self) -> IOPCSMEN_W<'_>
Bit 2 - I/O port C clock enable during Sleep mode
Sourcepub fn iopdsmen(&mut self) -> IOPDSMEN_W<'_>
pub fn iopdsmen(&mut self) -> IOPDSMEN_W<'_>
Bit 3 - I/O port D clock enable during Sleep mode
Sourcepub fn iopfsmen(&mut self) -> IOPFSMEN_W<'_>
pub fn iopfsmen(&mut self) -> IOPFSMEN_W<'_>
Bit 5 - I/O port F clock enable during Sleep mode
Methods from Deref<Target = W<IOPSMENR_SPEC>>§
Sourcepub unsafe fn bits(&mut self, bits: <REG as RegisterSpec>::Ux) -> &mut W<REG>
pub unsafe fn bits(&mut self, bits: <REG as RegisterSpec>::Ux) -> &mut W<REG>
Writes raw bits to the register.
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