pub enum CGIF7_AW {
CLEAR = 1,
}
Expand description
Channel x global interrupt clear (x = 1 ..7)
Value on reset: 0
Variants§
CLEAR = 1
1: Clears the GIF, TEIF, HTIF, TCIF flags in the ISR register
Trait Implementations§
impl Copy for CGIF7_AW
impl StructuralPartialEq for CGIF7_AW
Auto Trait Implementations§
impl Freeze for CGIF7_AW
impl RefUnwindSafe for CGIF7_AW
impl Send for CGIF7_AW
impl Sync for CGIF7_AW
impl Unpin for CGIF7_AW
impl UnwindSafe for CGIF7_AW
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