[][src]Type Definition rp2040::dma::INTS1

type INTS1 = Reg<u32, _INTS1>;

Interrupt Status (masked) for IRQ 1

This register you can read, reset, write, write_with_zero, modify. See API.

For information about available fields see ints1 module

Trait Implementations

impl Readable for INTS1[src]

read() method returns ints1::R reader structure

impl ResetValue for INTS1[src]

Register INTS1 reset()'s with value 0

type Type = u32

Register size

impl Writable for INTS1[src]

write(|w| ..) method takes ints1::W writer structure