Enum Xspiswp
#[repr(u8)]pub enum Xspiswp {
B0x0 = 0,
B0x1 = 1,
B0x2 = 2,
B0x3 = 3,
B0x4 = 4,
_RESERVED_5 = 5,
_RESERVED_6 = 6,
_RESERVED_7 = 7,
}Variants§
B0x0 = 0
The switch is in neutral mode and output clock is gated (default after reset).
B0x1 = 1
The switch is selecting hclk5.
B0x2 = 2
The switch is selecting pll2_s_ck.
B0x3 = 3
The switch is selecting pll2_t_ck.
B0x4 = 4
The switch is in recovery position (hclk5/4).
_RESERVED_5 = 5
_RESERVED_6 = 6
_RESERVED_7 = 7
Implementations§
Trait Implementations§
impl Copy for Xspiswp
impl Eq for Xspiswp
§impl Ord for Xspiswp
impl Ord for Xspiswp
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 Xspiswp
impl PartialOrd for Xspiswp
impl StructuralPartialEq for Xspiswp
Auto Trait Implementations§
impl Freeze for Xspiswp
impl RefUnwindSafe for Xspiswp
impl Send for Xspiswp
impl Sync for Xspiswp
impl Unpin for Xspiswp
impl UnsafeUnpin for Xspiswp
impl UnwindSafe for Xspiswp
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