pub enum DIVSEL_A {
DIV1,
DIV2,
}
Expand description
Divide Selection
Value on reset: 0
Variants
DIV1
0: Divide input directly by divider factor
DIV2
1: Divide input by 2^(divider factor+ 1)
Trait Implementations
impl Copy for DIVSEL_A
impl StructuralPartialEq for DIVSEL_A
Auto Trait Implementations
impl RefUnwindSafe for DIVSEL_A
impl Send for DIVSEL_A
impl Sync for DIVSEL_A
impl Unpin for DIVSEL_A
impl UnwindSafe for DIVSEL_A
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more