Enum Ospisel
#[repr(u8)]pub enum Ospisel {
SYS = 0,
MSI = 1,
PLL1_Q = 2,
_RESERVED_3 = 3,
}
Variants§
SYS = 0
System clock selected as OctoSPI kernel clock
MSI = 1
MSI clock selected as OctoSPI kernel clock
PLL1_Q = 2
PLL48M1CLK clock selected as OctoSPI kernel clock
_RESERVED_3 = 3
Implementations§
Trait Implementations§
§impl Ord for Ospisel
impl Ord for Ospisel
§impl PartialOrd for Ospisel
impl PartialOrd for Ospisel
impl Copy for Ospisel
impl Eq for Ospisel
impl StructuralPartialEq for Ospisel
Auto Trait Implementations§
impl Freeze for Ospisel
impl RefUnwindSafe for Ospisel
impl Send for Ospisel
impl Sync for Ospisel
impl Unpin for Ospisel
impl UnwindSafe for Ospisel
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