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