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