pub enum CRE_AW {
Clear = 1,
}Expand description
Clear Refresh error flag
Value on reset: 0
Variants§
Clear = 1
1: Refresh Error Flag is cleared
Trait Implementations§
impl Copy for CRE_AW
impl StructuralPartialEq for CRE_AW
Auto Trait Implementations§
impl Freeze for CRE_AW
impl RefUnwindSafe for CRE_AW
impl Send for CRE_AW
impl Sync for CRE_AW
impl Unpin for CRE_AW
impl UnwindSafe for CRE_AW
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