#[repr(u8)]pub enum ClkoDis {
TO_OTHER_PERIPHERALS = 0,
NOT_TO_OTHER_PERIPHERALS = 1,
}Variants§
TO_OTHER_PERIPHERALS = 0
The selected clock is output to other peripherals.
NOT_TO_OTHER_PERIPHERALS = 1
The selected clock is not output to other peripherals.
Implementations§
Trait Implementations§
Source§impl Ord for ClkoDis
impl Ord for ClkoDis
Source§impl PartialOrd for ClkoDis
impl PartialOrd for ClkoDis
impl Copy for ClkoDis
impl Eq for ClkoDis
impl StructuralPartialEq for ClkoDis
Auto Trait Implementations§
impl Freeze for ClkoDis
impl RefUnwindSafe for ClkoDis
impl Send for ClkoDis
impl Sync for ClkoDis
impl Unpin for ClkoDis
impl UnwindSafe for ClkoDis
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