#[repr(u8)]pub enum NoPrgm {
NO_PRGM_OFF = 0,
NO_PRGM_ON = 1,
}Variants§
NO_PRGM_OFF = 0
Programability of registers controlled only by the Miscellaneous Control Register’s access mode bit.
NO_PRGM_ON = 1
Overides Miscellaneous Control Register access mode and prevents TRNG register programming.
Implementations§
Trait Implementations§
Source§impl Ord for NoPrgm
impl Ord for NoPrgm
Source§impl PartialOrd for NoPrgm
impl PartialOrd for NoPrgm
impl Copy for NoPrgm
impl Eq for NoPrgm
impl StructuralPartialEq for NoPrgm
Auto Trait Implementations§
impl Freeze for NoPrgm
impl RefUnwindSafe for NoPrgm
impl Send for NoPrgm
impl Sync for NoPrgm
impl Unpin for NoPrgm
impl UnwindSafe for NoPrgm
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