pub enum SC4P_A {
_0 = 0,
_1 = 1,
}Expand description
Oscillator 4 pF Capacitor Load Configure
Value on reset: 0
Variants§
Trait Implementations§
impl Copy for SC4P_A
impl StructuralPartialEq for SC4P_A
Auto Trait Implementations§
impl Freeze for SC4P_A
impl RefUnwindSafe for SC4P_A
impl Send for SC4P_A
impl Sync for SC4P_A
impl Unpin for SC4P_A
impl UnsafeUnpin for SC4P_A
impl UnwindSafe for SC4P_A
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