#[repr(u8)]pub enum Ldok {
LDOK0 = 0,
LDOK1 = 1,
}Variants§
LDOK0 = 0
No loading action taken. Users can write new values to buffered registers (writing into outer-set of these buffered registers)
LDOK1 = 1
Outer-set values are ready to be loaded into inner-set and take effect. The loading time point depends on CTRL2[LDMOD].
Implementations§
Trait Implementations§
Source§impl Ord for Ldok
impl Ord for Ldok
Source§impl PartialOrd for Ldok
impl PartialOrd for Ldok
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