Enum stm32wlxx_hal::pac::dma1::isr::GIF3_A
pub enum GIF3_A {
NoEvent = 0,
Event = 1,
}
Available on crate feature
stm32wl5x_cm4
only.Expand description
global interrupt flag for channel 1
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 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