#[repr(u8)]pub enum BistPwrDis {
ZZ97 = 0,
ZZ98 = 1,
}Variants§
ZZ97 = 0
BIST DFT logic has full control of SLM and LVE when BIST is enabled (including during commands)
ZZ98 = 1
BIST DFT logic has no control of SLM and LVE; power mode RTL is in complete control of SLM and LVE values
Implementations§
Source§impl BistPwrDis
impl BistPwrDis
Trait Implementations§
Source§impl Clone for BistPwrDis
impl Clone for BistPwrDis
Source§fn clone(&self) -> BistPwrDis
fn clone(&self) -> BistPwrDis
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for BistPwrDis
impl Debug for BistPwrDis
Source§impl From<BistPwrDis> for u8
impl From<BistPwrDis> for u8
Source§fn from(val: BistPwrDis) -> u8
fn from(val: BistPwrDis) -> u8
Converts to this type from the input type.
Source§impl From<u8> for BistPwrDis
impl From<u8> for BistPwrDis
Source§fn from(val: u8) -> BistPwrDis
fn from(val: u8) -> BistPwrDis
Converts to this type from the input type.
Source§impl Ord for BistPwrDis
impl Ord for BistPwrDis
Source§fn cmp(&self, other: &BistPwrDis) -> Ordering
fn cmp(&self, other: &BistPwrDis) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for BistPwrDis
impl PartialEq for BistPwrDis
Source§impl PartialOrd for BistPwrDis
impl PartialOrd for BistPwrDis
impl Copy for BistPwrDis
impl Eq for BistPwrDis
impl StructuralPartialEq for BistPwrDis
Auto Trait Implementations§
impl Freeze for BistPwrDis
impl RefUnwindSafe for BistPwrDis
impl Send for BistPwrDis
impl Sync for BistPwrDis
impl Unpin for BistPwrDis
impl UnwindSafe for BistPwrDis
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