pub enum GIF4_A {
NoEvent = 0,
Event = 1,
}
Expand description
Channel x global interrupt flag (x = 1..8) This bit is set by hardware. It is cleared by software writing 1 to the corresponding bit in the DMA_IFCR register.
Value on reset: 0
Variants§
NoEvent = 0
0: No TE, HT or TC event on channel x
Event = 1
1: A TE, HT or TC event occurred on channel x
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