#[repr(u8)]pub enum Pdreq {
NO_ACTION = 0,
POWER_DN = 1,
}Variants§
NO_ACTION = 0
PD pin is set to low when OTPC is in idle state. It means EFUSE hardmacro is in standby mode. Idle state means OTPC is not in read and program modes.
POWER_DN = 1
PD pin is set to high when OTPC is in idle state. It means EFUSE hardmacro is in power down mode.
Implementations§
Trait Implementations§
Source§impl Ord for Pdreq
impl Ord for Pdreq
Source§impl PartialOrd for Pdreq
impl PartialOrd for Pdreq
impl Copy for Pdreq
impl Eq for Pdreq
impl StructuralPartialEq for Pdreq
Auto Trait Implementations§
impl Freeze for Pdreq
impl RefUnwindSafe for Pdreq
impl Send for Pdreq
impl Sync for Pdreq
impl Unpin for Pdreq
impl UnwindSafe for Pdreq
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