pub enum Ldok {
Ldok0 = 0,
Ldok1 = 1,
}Expand description
Load Okay
Value on reset: 0
Variants§
Ldok0 = 0
0: No loading action taken. Users can write new values to buffered registers (writing into outer-set of these buffered registers)
Ldok1 = 1
1: Outer-set values are ready to be loaded into inner-set and take effect. The loading time point depends on CTRL2[LDMOD].
Trait Implementations§
impl Copy for Ldok
impl Eq for Ldok
impl StructuralPartialEq for Ldok
Auto Trait Implementations§
impl Freeze for Ldok
impl RefUnwindSafe for Ldok
impl Send for Ldok
impl Sync for Ldok
impl Unpin for Ldok
impl UnwindSafe for Ldok
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