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