#[repr(transparent)]pub struct Autowkup(pub u32);Expand description
Automatic wakeup from deepsleep / deep powerdown modes
Tuple Fields§
§0: u32Implementations§
Source§impl Autowkup
impl Autowkup
Sourcepub const fn autowktime(&self) -> u16
pub const fn autowktime(&self) -> u16
Auto wake up delay timer. Added delay after sequencer delay value: delay time = value/16MHz
Sourcepub const fn set_autowktime(&mut self, val: u16)
pub const fn set_autowktime(&mut self, val: u16)
Auto wake up delay timer. Added delay after sequencer delay value: delay time = value/16MHz
Trait Implementations§
impl Copy for Autowkup
impl Eq for Autowkup
impl StructuralPartialEq for Autowkup
Auto Trait Implementations§
impl Freeze for Autowkup
impl RefUnwindSafe for Autowkup
impl Send for Autowkup
impl Sync for Autowkup
impl Unpin for Autowkup
impl UnwindSafe for Autowkup
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