pub enum CGIF1 {
Clear = 1,
}
Expand description
Channel %s Global interrupt clear
Value on reset: 0
Variants§
Clear = 1
1: Clears the GIF, TEIF, HTIF, TCIF flags in the ISR register
Trait Implementations§
impl Copy for CGIF1
impl Eq for CGIF1
impl StructuralPartialEq for CGIF1
Auto Trait Implementations§
impl Freeze for CGIF1
impl RefUnwindSafe for CGIF1
impl Send for CGIF1
impl Sync for CGIF1
impl Unpin for CGIF1
impl UnwindSafe for CGIF1
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