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