Enum stm32_metapac::rcc::vals::Stopwuck
#[repr(u8)]pub enum Stopwuck {
HSI = 0,
CSI = 1,
}
Variants§
HSI = 0
HSI selected as wake up clock from system Stop
CSI = 1
CSI selected as wake up clock from system Stop
Implementations§
Trait Implementations§
§impl Ord for Stopwuck
impl Ord for Stopwuck
§impl PartialOrd for Stopwuck
impl PartialOrd for Stopwuck
§fn partial_cmp(&self, other: &Stopwuck) -> Option<Ordering>
fn partial_cmp(&self, other: &Stopwuck) -> Option<Ordering>
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self
and other
) and is used by the <=
operator. Read moreimpl Copy for Stopwuck
impl Eq for Stopwuck
impl StructuralEq for Stopwuck
impl StructuralPartialEq for Stopwuck
Auto Trait Implementations§
impl RefUnwindSafe for Stopwuck
impl Send for Stopwuck
impl Sync for Stopwuck
impl Unpin for Stopwuck
impl UnwindSafe for Stopwuck
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