Enum stm32wlxx_hal::pac::rng::sr::DRDY_A
pub enum DRDY_A {
Invalid = 0,
Valid = 1,
}
Available on crate feature
stm32wl5x_cm4
only.Expand description
Data Ready
Value on reset: 0
Variants§
Invalid = 0
0: The RNG_DR register is not yet valid, no random data is available
Valid = 1
1: The RNG_DR register contains valid random data
Trait Implementations§
impl Copy for DRDY_A
impl StructuralPartialEq for DRDY_A
Auto Trait Implementations§
impl RefUnwindSafe for DRDY_A
impl Send for DRDY_A
impl Sync for DRDY_A
impl Unpin for DRDY_A
impl UnwindSafe for DRDY_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