pub enum CECSELR {
LSE,
HSI_DIV488,
}
Expand description
Possible values of the field CECSEL
Variants§
LSE
LSE clock is selected as HDMI-CEC clock
HSI_DIV488
HSI divided by 488 clock is selected as HDMI-CEC clock
Implementations§
Source§impl CECSELR
impl CECSELR
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_hsi_div488(&self) -> bool
pub fn is_hsi_div488(&self) -> bool
Checks if the value of the field is HSI_DIV488
Trait Implementations§
impl Copy for CECSELR
impl StructuralPartialEq for CECSELR
Auto Trait Implementations§
impl Freeze for CECSELR
impl RefUnwindSafe for CECSELR
impl Send for CECSELR
impl Sync for CECSELR
impl Unpin for CECSELR
impl UnwindSafe for CECSELR
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