pub struct R(/* private fields */);
Expand description
Register IOPSMENR
reader
Implementations§
Source§impl R
impl R
Sourcepub fn iopasmen(&self) -> IOPASMEN_R
pub fn iopasmen(&self) -> IOPASMEN_R
Bit 0 - I/O port A clock enable during Sleep mode
Sourcepub fn iopbsmen(&self) -> IOPBSMEN_R
pub fn iopbsmen(&self) -> IOPBSMEN_R
Bit 1 - I/O port B clock enable during Sleep mode
Sourcepub fn iopcsmen(&self) -> IOPCSMEN_R
pub fn iopcsmen(&self) -> IOPCSMEN_R
Bit 2 - I/O port C clock enable during Sleep mode
Sourcepub fn iopdsmen(&self) -> IOPDSMEN_R
pub fn iopdsmen(&self) -> IOPDSMEN_R
Bit 3 - I/O port D clock enable during Sleep mode
Sourcepub fn iopfsmen(&self) -> IOPFSMEN_R
pub fn iopfsmen(&self) -> IOPFSMEN_R
Bit 5 - I/O port F clock enable during Sleep mode
Methods from Deref<Target = R<IOPSMENR_SPEC>>§
Sourcepub fn bits(&self) -> <REG as RegisterSpec>::Ux
pub fn bits(&self) -> <REG as RegisterSpec>::Ux
Reads raw bits from register.
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