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