Struct Cecsw
#[repr(transparent)]pub struct Cecsw(pub u8);
Tuple Fields§
§0: u8
Implementations§
§impl Cecsw
impl Cecsw
pub const HSI_DIV244: Self
pub const HSI_DIV244: Self
HSI clock divided by 244 selected as CEC clock source
pub const LSE: Self
pub const LSE: Self
LSE clock selected as CEC clock source
Trait Implementations§
§impl Ord for Cecsw
impl Ord for Cecsw
§impl PartialOrd for Cecsw
impl PartialOrd for Cecsw
impl Copy for Cecsw
impl Eq for Cecsw
impl StructuralPartialEq for Cecsw
Auto Trait Implementations§
impl Freeze for Cecsw
impl RefUnwindSafe for Cecsw
impl Send for Cecsw
impl Sync for Cecsw
impl Unpin for Cecsw
impl UnwindSafe for Cecsw
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