#[repr(u8)]pub enum RrClkSel {
RR0 = 0,
RR1 = 1,
RR2 = 2,
RR3 = 3,
}Variants§
RR0 = 0
Select Round Robin clock Source 0
RR1 = 1
Select Round Robin clock Source 1
RR2 = 2
Select Round Robin clock Source 2
RR3 = 3
Select Round Robin clock Source 3
Implementations§
Trait Implementations§
Source§impl Ord for RrClkSel
impl Ord for RrClkSel
Source§impl PartialOrd for RrClkSel
impl PartialOrd for RrClkSel
impl Copy for RrClkSel
impl Eq for RrClkSel
impl StructuralPartialEq for RrClkSel
Auto Trait Implementations§
impl Freeze for RrClkSel
impl RefUnwindSafe for RrClkSel
impl Send for RrClkSel
impl Sync for RrClkSel
impl Unpin for RrClkSel
impl UnwindSafe for RrClkSel
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