Enum stm32_metapac::rcc::vals::Stopwuck
#[repr(u8)]pub enum Stopwuck {
MSI = 0,
HSI = 1,
}
Variants§
MSI = 0
Internal 64 KHz to 4 MHz (MSI) oscillator selected as wake-up from Stop clock
HSI = 1
Internal 16 MHz (HSI) oscillator selected as wake-up from Stop clock (or HSI/4 if HSIDIVEN=1)
Implementations§
Trait Implementations§
§impl Ord for Stopwuck
impl Ord for Stopwuck
§impl PartialOrd for Stopwuck
impl PartialOrd for Stopwuck
impl Copy for Stopwuck
impl Eq for Stopwuck
impl StructuralPartialEq for Stopwuck
Auto Trait Implementations§
impl Freeze for Stopwuck
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)