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