[][src]Enum rv32m1_ri5cy_pac::xrdc::pdac_w1_0_62::LK2_A

pub enum LK2_A {
    LK2_0,
    LK2_1,
    LK2_2,
    LK2_3,
}

Lock

Value on reset: 0

Variants

LK2_0

0: Entire PDACs can be written.

LK2_1

1: Entire PDACs can be written.

LK2_2

2: Domain x can only update the DxACP field and the LK2 field; no other PDACs fields can be written.

LK2_3

3: PDACs is locked (read-only) until the next reset.

Trait Implementations

impl From<LK2_A> for u8[src]

impl PartialEq<LK2_A> for LK2_A[src]

impl Debug for LK2_A[src]

impl Copy for LK2_A[src]

impl Clone for LK2_A[src]

Auto Trait Implementations

impl Unpin for LK2_A

impl Send for LK2_A

impl Sync for LK2_A

Blanket Implementations

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

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> Into<U> for T where
    U: From<T>, 
[src]

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.

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

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

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