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