[][src]Enum rsl10_pac::bb::bb_ral_peer_rnd::PRND_VAL_A

#[repr(u32)]
pub enum PRND_VAL_A {
    PRND_VAL_3207408,
}

Initialization value for peer RPA random generation when LRDN_INIT is set to 1, else reports the current Local RPA random number LFSR value

Value on reset: 3207408

Variants

PRND_VAL_3207408

3207408: 1100001111000011110000

Trait Implementations

impl Clone for PRND_VAL_A[src]

impl Copy for PRND_VAL_A[src]

impl Debug for PRND_VAL_A[src]

impl From<PRND_VAL_A> for u32[src]

impl PartialEq<PRND_VAL_A> for PRND_VAL_A[src]

impl StructuralPartialEq for PRND_VAL_A[src]

Auto Trait Implementations

impl Send for PRND_VAL_A

impl Sync for PRND_VAL_A

impl Unpin for PRND_VAL_A

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> Same<T> for T

type Output = T

Should always be Self

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.