rp2040_pac::dma::ints1

Type Alias W

Source
pub type W = W<INTS1_SPEC>;
Expand description

Register INTS1 writer

Aliased Type§

struct W { /* private fields */ }

Implementations§

Source§

impl W

Source

pub fn ints1(&mut self) -> INTS1_W<'_, INTS1_SPEC>

Bits 0:15 - 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.

Source

pub unsafe fn bits(&mut self, bits: u32) -> &mut Self

Writes raw bits to the register.

§Safety

Passing incorrect value can cause undefined behaviour. See reference manual