[][src]Type Definition lpc55s6x_pac::mailbox::mboxirq::IRQ

type IRQ = Reg<u32, _IRQ>;

Interrupt request register for the Cortex-M0+ CPU.

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

For information about avaliable fields see irq module

Trait Implementations

impl Readable for IRQ[src]

read() method returns irq::R reader structure

impl Writable for IRQ[src]

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

impl ResetValue for IRQ[src]

Register IRQ reset()'s with value 0

type Type = u32

Register size