rp2040_pac::dma::ints0

Type Alias W

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

Register INTS0 writer

Aliased Type§

struct W { /* private fields */ }

Implementations§

Source§

impl W

Source

pub fn ints0(&mut self) -> INTS0_W<'_, INTS0_SPEC>

Bits 0:15 - Indicates active channel interrupt requests which are currently causing IRQ 0 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