Enum Xspicap
#[repr(u8)]pub enum Xspicap {
Disabled = 0,
OneThird = 1,
TwoThirds = 2,
Full = 3,
}Variants§
Disabled = 0
XSPI Capacitor OFF (default) note: to confirm with analog design.
OneThird = 1
XSPI Capacitor set to 1/3.
TwoThirds = 2
XSPI Capacitor set to 2/3.
Full = 3
XSPI Capacitor set to full capacitance.
Implementations§
Trait Implementations§
impl Copy for Xspicap
impl Eq for Xspicap
§impl Ord for Xspicap
impl Ord for Xspicap
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 Xspicap
impl PartialOrd for Xspicap
impl StructuralPartialEq for Xspicap
Auto Trait Implementations§
impl Freeze for Xspicap
impl RefUnwindSafe for Xspicap
impl Send for Xspicap
impl Sync for Xspicap
impl Unpin for Xspicap
impl UnsafeUnpin for Xspicap
impl UnwindSafe for Xspicap
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