Enum stm32wlxx_hal::pac::dma1::isr::TCIF6_A
pub enum TCIF6_A {
NotComplete = 0,
Complete = 1,
}
Available on crate feature
stm32wl5x_cm4
only.Expand description
transfer complete (TC) flag for channel 1
Value on reset: 0
Variants§
NotComplete = 0
0: No transfer complete event on channel x
Complete = 1
1: A transfer complete event occurred on channel x
Trait Implementations§
impl Copy for TCIF1_A
impl StructuralPartialEq for TCIF1_A
Auto Trait Implementations§
impl RefUnwindSafe for TCIF1_A
impl Send for TCIF1_A
impl Sync for TCIF1_A
impl Unpin for TCIF1_A
impl UnwindSafe for TCIF1_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