#[repr(u8)]pub enum ConfigOpt {
ConfigOptVal = 0,
}Expand description
Shows the IP’s Configuaration options for the TRNG.
Value on reset: 0
Variants§
ConfigOptVal = 0
0: TRNG_CONFIG_OPT for TRNG.
Trait Implementations§
impl Copy for ConfigOpt
impl Eq for ConfigOpt
impl IsEnum for ConfigOpt
impl StructuralPartialEq for ConfigOpt
Auto Trait Implementations§
impl Freeze for ConfigOpt
impl RefUnwindSafe for ConfigOpt
impl Send for ConfigOpt
impl Sync for ConfigOpt
impl Unpin for ConfigOpt
impl UnsafeUnpin for ConfigOpt
impl UnwindSafe for ConfigOpt
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