Enum Dsisel
#[repr(u8)]pub enum Dsisel {
PLL3_P = 0,
DSI_PHY = 1,
}
Variants§
PLL3_P = 0
PLL3 “P” (pll3_p_ck) selected
DSI_PHY = 1
DSI PHY PLL output selected (formerly called DCLK, renamed to DSI_PHY to match other chip families)
Implementations§
Trait Implementations§
§impl Ord for Dsisel
impl Ord for Dsisel
§impl PartialOrd for Dsisel
impl PartialOrd for Dsisel
impl Copy for Dsisel
impl Eq for Dsisel
impl StructuralPartialEq for Dsisel
Auto Trait Implementations§
impl Freeze for Dsisel
impl RefUnwindSafe for Dsisel
impl Send for Dsisel
impl Sync for Dsisel
impl Unpin for Dsisel
impl UnwindSafe for Dsisel
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)