pub enum Osc32KCoarseGain {
EsrRange0,
EsrRange1,
EsrRange2,
EsrRange3,
}Expand description
Coarse Gain Amplification
See datasheet table 4.2.1.4, “32 kHz oscillation gain setting”
Variants§
EsrRange0
Max ESR 50kOhms, Max Cx 14pF
EsrRange1
Max ESR 70kOhms, Max Cx 22pF
EsrRange2
Max ESR 80kOhms, Max Cx 22pF
EsrRange3
Max ESR 100kOhms, Max Cx 20pF
Auto Trait Implementations§
impl Freeze for Osc32KCoarseGain
impl RefUnwindSafe for Osc32KCoarseGain
impl Send for Osc32KCoarseGain
impl Sync for Osc32KCoarseGain
impl Unpin for Osc32KCoarseGain
impl UnwindSafe for Osc32KCoarseGain
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