#[repr(u8)]pub enum StopWuck {
Hsi = 0,
Csi = 1,
}
Expand description
Select the system clock used when exiting Stop mode. Sets RCC_CFGR register, STOPWUCK field.
Variants§
Trait Implementations§
impl Copy 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