[][src]Type Definition rp2040::io_bank0::INTR1

type INTR1 = Reg<u32, _INTR1>;

Raw Interrupts

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

For information about available fields see intr1 module

Trait Implementations

impl Readable for INTR1[src]

read() method returns intr1::R reader structure

impl ResetValue for INTR1[src]

Register INTR1 reset()'s with value 0

type Type = u32

Register size

impl Writable for INTR1[src]

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