pub enum DSISELW {
DSI_PHY,
PLLR,
}
Expand description
Values that can be written to the field DSISEL
Variants§
DSI_PHY
DSI-PHY used as DSI byte lane clock source (usual case)
PLLR
PLLR used as DSI byte lane clock source, used in case DSI PLL and DSI-PHY are off (low power mode)
Auto Trait Implementations§
impl Freeze for DSISELW
impl RefUnwindSafe for DSISELW
impl Send for DSISELW
impl Sync for DSISELW
impl Unpin for DSISELW
impl UnwindSafe for DSISELW
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