pub enum HTIF8_A {
NotHalf = 0,
Half = 1,
}
Expand description
Channel x half transfer 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§
NotHalf = 0
0: No half transfer event on channel x
Half = 1
1: A half transfer event occurred on channel x
Trait Implementations§
impl Copy for HTIF1_A
impl StructuralPartialEq for HTIF1_A
Auto Trait Implementations§
impl Freeze for HTIF1_A
impl RefUnwindSafe for HTIF1_A
impl Send for HTIF1_A
impl Sync for HTIF1_A
impl Unpin for HTIF1_A
impl UnwindSafe for HTIF1_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