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

type INTS0 = Reg<u32, _INTS0>;

Interrupt Status for IRQ 0

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

For information about available fields see ints0 module

Trait Implementations

impl Readable for INTS0[src]

read() method returns ints0::R reader structure

impl ResetValue for INTS0[src]

Register INTS0 reset()'s with value 0

type Type = u32

Register size

impl Writable for INTS0[src]

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