Enum Hgo
pub enum Hgo {
_0 = 0,
_1 = 1,
}Expand description
High Gain Oscillator Select
Value on reset: 0
Variants§
_0 = 0
0: Configure crystal oscillator for low-gain operation
_1 = 1
1: Configure crystal oscillator for high-gain operation
Trait Implementations§
impl Copy for Hgo
impl Eq for Hgo
impl StructuralPartialEq for Hgo
Auto Trait Implementations§
impl Freeze for Hgo
impl RefUnwindSafe for Hgo
impl Send for Hgo
impl Sync for Hgo
impl Unpin for Hgo
impl UnwindSafe for Hgo
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