#[repr(u8)]pub enum BdoneSel {
ZZ453 = 0,
ZZ454 = 1,
ZZ455 = 2,
ZZ456 = 3,
}Variants§
ZZ453 = 0
Select internal bist_done signal from current module instantiation
ZZ454 = 1
Select ipt_bist_fail signal from current module instantiation
ZZ455 = 2
Select ipt_bist_done signal from other module instantiation
ZZ456 = 3
Select AND of internal bist_done signal from current module instantiation with ipt_bist_done signal from other module instantiation
Implementations§
Trait Implementations§
Source§impl Ord for BdoneSel
impl Ord for BdoneSel
Source§impl PartialOrd for BdoneSel
impl PartialOrd for BdoneSel
impl Copy for BdoneSel
impl Eq for BdoneSel
impl StructuralPartialEq for BdoneSel
Auto Trait Implementations§
impl Freeze for BdoneSel
impl RefUnwindSafe for BdoneSel
impl Send for BdoneSel
impl Sync for BdoneSel
impl Unpin for BdoneSel
impl UnwindSafe for BdoneSel
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