pub enum TSF_AW {
Clear = 0,
}
Expand description
Time-stamp flag
Value on reset: 0
Variants§
Clear = 0
0: This flag is cleared by software by writing 0
Trait Implementations§
impl Copy for TSF_AW
impl StructuralPartialEq for TSF_AW
Auto Trait Implementations§
impl Freeze for TSF_AW
impl RefUnwindSafe for TSF_AW
impl Send for TSF_AW
impl Sync for TSF_AW
impl Unpin for TSF_AW
impl UnwindSafe for TSF_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