#[repr(u8)]pub enum Tstmd {
Tstmd00 = 0,
Tstmd01 = 1,
Tstmd10 = 2,
Tstmd11 = 3,
}Variants§
Tstmd00 = 0
ipt_test_ana_atx3v_a=High-Z; ipt_test_ana_atx3v_b=High-Z.
Tstmd01 = 1
ipt_test_ana_atx3v_a=osc_in(EXTAL); ipt_test_ana_atx3v_b=High-Z.
Tstmd10 = 2
ipt_test_ana_atx3v_a=High-Z; ipt_test_ana_atx3v_b=osc_out(XTAL).
Tstmd11 = 3
ipt_test_ana_atx3v_a=osc_in(EXTAL); ipt_test_ana_atx3v_b=osc_out(XTAL).
Implementations§
Trait Implementations§
Source§impl Ord for Tstmd
impl Ord for Tstmd
Source§impl PartialOrd for Tstmd
impl PartialOrd for Tstmd
impl Copy for Tstmd
impl Eq for Tstmd
impl StructuralPartialEq for Tstmd
Auto Trait Implementations§
impl Freeze for Tstmd
impl RefUnwindSafe for Tstmd
impl Send for Tstmd
impl Sync for Tstmd
impl Unpin for Tstmd
impl UnwindSafe for Tstmd
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