Struct rp2040_pac::rosc::randombit::RANDOMBIT_SPEC
source · pub struct RANDOMBIT_SPEC;
Expand description
This just reads the state of the oscillator output so randomness is compromised if the ring oscillator is stopped or run at a harmonic of the bus frequency
You can read
this register and get randombit::R
. See API.
Trait Implementations§
source§impl RegisterSpec for RANDOMBIT_SPEC
impl RegisterSpec for RANDOMBIT_SPEC
source§impl Resettable for RANDOMBIT_SPEC
impl Resettable for RANDOMBIT_SPEC
reset()
method sets RANDOMBIT to value 0x01
source§const RESET_VALUE: u32 = 1u32
const RESET_VALUE: u32 = 1u32
Reset value of the register.
source§fn reset_value() -> Self::Ux
fn reset_value() -> Self::Ux
Reset value of the register.
impl Readable for RANDOMBIT_SPEC
read()
method returns randombit::R
reader structure
Auto Trait Implementations§
impl Freeze for RANDOMBIT_SPEC
impl RefUnwindSafe for RANDOMBIT_SPEC
impl Send for RANDOMBIT_SPEC
impl Sync for RANDOMBIT_SPEC
impl Unpin for RANDOMBIT_SPEC
impl UnwindSafe for RANDOMBIT_SPEC
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