Enum Pcvalue
#[repr(u8)]pub enum Pcvalue {
Low = 0,
High = 1,
}Variants§
Low = 0
If the LSE is disabled and PCxMODE = 1, set PCxVALUE to logic low
High = 1
If the LSE is disabled and PCxMODE = 1, set PCxVALUE to logic high
Implementations§
Trait Implementations§
impl Copy for Pcvalue
impl Eq for Pcvalue
§impl Ord for Pcvalue
impl Ord for Pcvalue
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
§impl PartialOrd for Pcvalue
impl PartialOrd for Pcvalue
impl StructuralPartialEq for Pcvalue
Auto Trait Implementations§
impl Freeze for Pcvalue
impl RefUnwindSafe for Pcvalue
impl Send for Pcvalue
impl Sync for Pcvalue
impl Unpin for Pcvalue
impl UnsafeUnpin for Pcvalue
impl UnwindSafe for Pcvalue
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