pub enum GIF7_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 GIF7_A
impl StructuralPartialEq for GIF7_A
Auto Trait Implementations§
impl Freeze for GIF7_A
impl RefUnwindSafe for GIF7_A
impl Send for GIF7_A
impl Sync for GIF7_A
impl Unpin for GIF7_A
impl UnwindSafe for GIF7_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