pub struct Spi1Wakeup;Expand description
Can be used to enable/disable interrupt wake-up behavior
See syscon::Handle::enable_interrupt_wakeup and
syscon::Handle::disable_interrupt_wakeup.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Spi1Wakeup
impl RefUnwindSafe for Spi1Wakeup
impl Send for Spi1Wakeup
impl Sync for Spi1Wakeup
impl Unpin for Spi1Wakeup
impl UnwindSafe for Spi1Wakeup
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