#[repr(u8)]
pub enum PRESC_A {
_0,
_1,
_2,
_3,
}
Expand description
Oscillator Prescaler
Value on reset: 3
Variants
_0
0: 1
_1
1: 2
_2
2: 4
_3
3: 8
Trait Implementations
impl Copy for PRESC_A
impl StructuralPartialEq for PRESC_A
Auto Trait Implementations
impl RefUnwindSafe for PRESC_A
impl Send for PRESC_A
impl Sync for PRESC_A
impl Unpin for PRESC_A
impl UnwindSafe for PRESC_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