Struct Ewup
#[repr(transparent)]pub struct Ewup(pub u8);
Tuple Fields§
§0: u8
Implementations§
§impl Ewup
impl Ewup
pub const DISABLED: Self
pub const DISABLED: Self
WKUP pin 3 is used for general purpose I/Os. An event on the WKUP pin 3 does not wakeup the device from Standby mode
pub const ENABLED: Self
pub const ENABLED: Self
WKUP pin 3 is used for wakeup from Standby mode and forced in input pull down configuration (rising edge on WKUP pin 3wakes-up the system from Standby mode)
Trait Implementations§
§impl Ord for Ewup
impl Ord for Ewup
§impl PartialOrd for Ewup
impl PartialOrd for Ewup
impl Copy for Ewup
impl Eq for Ewup
impl StructuralPartialEq for Ewup
Auto Trait Implementations§
impl Freeze for Ewup
impl RefUnwindSafe for Ewup
impl Send for Ewup
impl Sync for Ewup
impl Unpin for Ewup
impl UnwindSafe for Ewup
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