Enum stm32wlxx_hal::rcc::LscoSel
pub enum LscoSel {
Lsi = 0,
Lse = 1,
}
Expand description
Low speed clock output selection
Value on reset: 0
Variants§
Trait Implementations§
impl Copy for LSCOSEL_A
impl StructuralPartialEq for LSCOSEL_A
Auto Trait Implementations§
impl RefUnwindSafe for LSCOSEL_A
impl Send for LSCOSEL_A
impl Sync for LSCOSEL_A
impl Unpin for LSCOSEL_A
impl UnwindSafe for LSCOSEL_A
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