pub enum TCCFW {
CLEAR,
}
Expand description
Values that can be written to the field TCCF
Variants§
CLEAR
Clears the TC flag in the ISR register
Auto Trait Implementations§
impl Freeze for TCCFW
impl RefUnwindSafe for TCCFW
impl Send for TCCFW
impl Sync for TCCFW
impl Unpin for TCCFW
impl UnwindSafe for TCCFW
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