Enum nrf52840_pac::ficr::prodtest::PRODTEST_A
source · #[repr(u32)]pub enum PRODTEST_A {
DONE = 3_141_677_471,
NOT_DONE = 4_294_967_295,
}
Expand description
Production test signature n
Value on reset: 4294967295
Variants§
DONE = 3_141_677_471
3141677471: Production tests done
NOT_DONE = 4_294_967_295
4294967295: Production tests not done
Trait Implementations§
source§impl Clone for PRODTEST_A
impl Clone for PRODTEST_A
source§fn clone(&self) -> PRODTEST_A
fn clone(&self) -> PRODTEST_A
Returns a copy 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 PRODTEST_A
impl Debug for PRODTEST_A
source§impl From<PRODTEST_A> for u32
impl From<PRODTEST_A> for u32
source§fn from(variant: PRODTEST_A) -> Self
fn from(variant: PRODTEST_A) -> Self
Converts to this type from the input type.
source§impl PartialEq for PRODTEST_A
impl PartialEq for PRODTEST_A
impl Copy for PRODTEST_A
impl StructuralPartialEq for PRODTEST_A
Auto Trait Implementations§
impl Freeze for PRODTEST_A
impl RefUnwindSafe for PRODTEST_A
impl Send for PRODTEST_A
impl Sync for PRODTEST_A
impl Unpin for PRODTEST_A
impl UnwindSafe for PRODTEST_A
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)