Enum Dsisel
#[repr(u8)]pub enum Dsisel {
DSI_PHY = 0,
PLLSAI2_Q = 1,
}
Variants§
DSI_PHY = 0
DSI-PHY is selected as DSI byte lane clock source (usual case)
PLLSAI2_Q = 1
PLLDSICLK is selected as DSI byte lane clock source, used in case DSI PLL and DSIPHY are off (low-power mode)
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