Enum k32l3a60_cm0plus::xrdc::pdac_w1_1_48::LK2_A
source · #[repr(u8)]pub enum LK2_A {
LK2_0,
LK2_1,
LK2_2,
LK2_3,
}
Expand description
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§
source§impl PartialEq<LK2_A> for LK2_A
impl PartialEq<LK2_A> for LK2_A
impl Copy for LK2_A
impl Eq for LK2_A
impl StructuralEq for LK2_A
impl StructuralPartialEq for LK2_A
Auto Trait Implementations§
impl RefUnwindSafe for LK2_A
impl Send for LK2_A
impl Sync for LK2_A
impl Unpin for LK2_A
impl UnwindSafe for LK2_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