pub fn enable_interrupt(
periph: DmaPeriph,
channel: DmaChannel,
interrupt: DmaInterrupt,
) -> Result<()>
Expand description
Enable a specific type of interrupt.
pub fn enable_interrupt(
periph: DmaPeriph,
channel: DmaChannel,
interrupt: DmaInterrupt,
) -> Result<()>
Enable a specific type of interrupt.