Enum stm32_metapac::rcc::vals::Cecsel
#[repr(u8)]pub enum Cecsel {
LSE = 0,
LSI = 1,
CSI = 2,
_RESERVED_3 = 3,
}
Variants§
LSE = 0
LSE selected as peripheral clock
LSI = 1
LSI selected as peripheral clock
CSI = 2
csi_ker selected as peripheral clock
_RESERVED_3 = 3
Implementations§
Trait Implementations§
§impl Ord for Cecsel
impl Ord for Cecsel
§impl PartialOrd for Cecsel
impl PartialOrd for Cecsel
§fn partial_cmp(&self, other: &Cecsel) -> Option<Ordering>
fn partial_cmp(&self, other: &Cecsel) -> 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 Cecsel
impl Eq for Cecsel
impl StructuralEq for Cecsel
impl StructuralPartialEq for Cecsel
Auto Trait Implementations§
impl RefUnwindSafe for Cecsel
impl Send for Cecsel
impl Sync for Cecsel
impl Unpin for Cecsel
impl UnwindSafe for Cecsel
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