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