pub enum CECSELW {
LSE,
HSI_DIV488,
}
Expand description
Values that can be written to 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
Auto Trait Implementations§
impl Freeze for CECSELW
impl RefUnwindSafe for CECSELW
impl Send for CECSELW
impl Sync for CECSELW
impl Unpin for CECSELW
impl UnwindSafe for CECSELW
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