pub enum DSISELR {
DSI_PHY,
PLLR,
}
Expand description
Possible values of 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)
Implementations§
Source§impl DSISELR
impl DSISELR
Sourcepub fn bit_is_clear(&self) -> bool
pub fn bit_is_clear(&self) -> bool
Returns true
if the bit is clear (0)
Sourcepub fn bit_is_set(&self) -> bool
pub fn bit_is_set(&self) -> bool
Returns true
if the bit is set (1)
Sourcepub fn is_dsi_phy(&self) -> bool
pub fn is_dsi_phy(&self) -> bool
Checks if the value of the field is DSI_PHY
Trait Implementations§
impl Copy for DSISELR
impl StructuralPartialEq for DSISELR
Auto Trait Implementations§
impl Freeze for DSISELR
impl RefUnwindSafe for DSISELR
impl Send for DSISELR
impl Sync for DSISELR
impl Unpin for DSISELR
impl UnwindSafe for DSISELR
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