pub struct I2c0Wakeup;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 I2c0Wakeup
impl RefUnwindSafe for I2c0Wakeup
impl Send for I2c0Wakeup
impl Sync for I2c0Wakeup
impl Unpin for I2c0Wakeup
impl UnwindSafe for I2c0Wakeup
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