#[repr(u8)]pub enum Osc2OutEn {
OSC2_OUT_EN_0 = 0,
OSC2_OUT_EN_1 = 1,
}Variants§
OSC2_OUT_EN_0 = 0
Ring oscillator 2 output is gated to an output pad.
OSC2_OUT_EN_1 = 1
Allows external viewing of divided-by-2 ring oscillator 2 if MCTL[PRGM] = 1 mode is also selected, else ring oscillator 2 output is gated to an output pad.
Implementations§
Trait Implementations§
Source§impl Ord for Osc2OutEn
impl Ord for Osc2OutEn
Source§impl PartialOrd for Osc2OutEn
impl PartialOrd for Osc2OutEn
impl Copy for Osc2OutEn
impl Eq for Osc2OutEn
impl StructuralPartialEq for Osc2OutEn
Auto Trait Implementations§
impl Freeze for Osc2OutEn
impl RefUnwindSafe for Osc2OutEn
impl Send for Osc2OutEn
impl Sync for Osc2OutEn
impl Unpin for Osc2OutEn
impl UnwindSafe for Osc2OutEn
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