#[repr(u8)]pub enum Adiv {
ADIV_0 = 0,
ADIV_1 = 1,
ADIV_2 = 2,
ADIV_3 = 3,
}Variants§
ADIV_0 = 0
Input clock
ADIV_1 = 1
Input clock / 2
ADIV_2 = 2
Input clock / 4
ADIV_3 = 3
Input clock / 8
Implementations§
Trait Implementations§
Source§impl Ord for Adiv
impl Ord for Adiv
Source§impl PartialOrd for Adiv
impl PartialOrd for Adiv
impl Copy for Adiv
impl Eq for Adiv
impl StructuralPartialEq for Adiv
Auto Trait Implementations§
impl Freeze for Adiv
impl RefUnwindSafe for Adiv
impl Send for Adiv
impl Sync for Adiv
impl Unpin for Adiv
impl UnwindSafe for Adiv
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