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