#[repr(u8)]pub enum BsdoSel {
ZZ449 = 0,
ZZ450 = 1,
ZZ451 = 2,
ZZ452 = 3,
}Variants§
ZZ449 = 0
Select internal bist_sdo signal from current module instantiation
ZZ450 = 1
Select ipt_bist_done signal from current module instantiation
ZZ451 = 2
Select ipt_bist_sdo signal from other module instantiation
ZZ452 = 3
Select ipt_bist_done signal from other module instantiation
Implementations§
Trait Implementations§
Source§impl Ord for BsdoSel
impl Ord for BsdoSel
Source§impl PartialOrd for BsdoSel
impl PartialOrd for BsdoSel
impl Copy for BsdoSel
impl Eq for BsdoSel
impl StructuralPartialEq for BsdoSel
Auto Trait Implementations§
impl Freeze for BsdoSel
impl RefUnwindSafe for BsdoSel
impl Send for BsdoSel
impl Sync for BsdoSel
impl Unpin for BsdoSel
impl UnwindSafe for BsdoSel
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