#[repr(u8)]pub enum PdTimerEn {
ZZ127 = 0,
ZZ128 = 1,
}Variants§
ZZ127 = 0
BIST timer is not triggered during Power Down recovery
ZZ128 = 1
BIST timer is triggered during Power Down recovery (default behavior)
Implementations§
Trait Implementations§
Source§impl Ord for PdTimerEn
impl Ord for PdTimerEn
Source§impl PartialOrd for PdTimerEn
impl PartialOrd for PdTimerEn
impl Copy for PdTimerEn
impl Eq for PdTimerEn
impl StructuralPartialEq for PdTimerEn
Auto Trait Implementations§
impl Freeze for PdTimerEn
impl RefUnwindSafe for PdTimerEn
impl Send for PdTimerEn
impl Sync for PdTimerEn
impl Unpin for PdTimerEn
impl UnwindSafe for PdTimerEn
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