#[repr(u8)]pub enum Tstmd {
Val0 = 0,
Val1 = 1,
}Variants§
Val0 = 0
Disable. Sequence execution is started when IP or AHB command triggers it as normal.
Val1 = 1
Enable. Sequence execution is not started after IP or AHB command triggers it. It remains blocked until ipt_tester_trigger input (another pin for test) is high. A high pulse of serial clock domain is required.
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