pub enum GIF1_A {
NOEVENT = 0,
EVENT = 1,
}Expand description
Channel x global interrupt flag (x = 1 ..7)
Value on reset: 0
Variants§
NOEVENT = 0
0: No transfer error, half event, complete event
EVENT = 1
1: A transfer error, half event or complete event has occured
Trait Implementations§
impl Copy for GIF1_A
impl StructuralPartialEq for GIF1_A
Auto Trait Implementations§
impl Freeze for GIF1_A
impl RefUnwindSafe for GIF1_A
impl Send for GIF1_A
impl Sync for GIF1_A
impl Unpin for GIF1_A
impl UnwindSafe for GIF1_A
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