rp2040_pac::dma::ints1

Type Alias INTS1_W

Source
pub type INTS1_W<'a, REG> = FieldWriter<'a, REG, 16, u16>;
Expand description

Field INTS1 writer - Indicates active channel interrupt requests which are currently causing IRQ 1 to be asserted.
Channel interrupts can be cleared by writing a bit mask here.

Aliased Typeยง

struct INTS1_W<'a, REG> { /* private fields */ }