Type Alias rp2040_pac::dma::ints0::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