Type Alias IsfW
pub type IsfW<'a, REG> = BitWriter<'a, REG, Isf>;Expand description
Field ISF writer - Interrupt Status Flag
Aliased Type§
pub struct IsfW<'a, REG> { /* private fields */ }Implementations§
§impl<'a, REG> IsfW<'a, REG>where
REG: Writable + RegisterSpec,
impl<'a, REG> IsfW<'a, REG>where
REG: Writable + RegisterSpec,
pub fn _1(self) -> &'a mut W<REG>
pub fn _1(self) -> &'a mut W<REG>
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.