pub struct IM32_R(/* private fields */);
Expand description
Field IM32
reader - CPU wakeup with interrupt mask on event input
Implementations§
Methods from Deref<Target = FieldReader<bool, IM32_A>>§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for IM32_R
impl RefUnwindSafe for IM32_R
impl Send for IM32_R
impl Sync for IM32_R
impl Unpin for IM32_R
impl UnwindSafe for IM32_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