pub enum ISF_A {
_0,
_1,
}
Expand description
Interrupt Status Flag
Value on reset: 0
Variants
_0
0: Configured interrupt is not detected.
_1
1: Configured interrupt is detected. If the pin is configured to generate a DMA request, then the corresponding flag will be cleared automatically at the completion of the requested DMA transfer. Otherwise, the flag remains set until a logic 1 is written to the flag. If the pin is configured for a level sensitive interrupt and the pin remains asserted, then the flag is set again immediately after it is cleared.
Trait Implementations
impl Copy for ISF_A
impl StructuralPartialEq for ISF_A
Auto Trait Implementations
impl RefUnwindSafe for ISF_A
impl Send for ISF_A
impl Sync for ISF_A
impl Unpin for ISF_A
impl UnwindSafe for ISF_A
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more