pub enum GIF1 {
NoEvent = 0,
Event = 1,
}
Expand description
Channel %s Global interrupt flag
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
impl Eq for GIF1
impl StructuralPartialEq for GIF1
Auto Trait Implementations§
impl Freeze for GIF1
impl RefUnwindSafe for GIF1
impl Send for GIF1
impl Sync for GIF1
impl Unpin for GIF1
impl UnwindSafe for GIF1
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