[][src]Type Definition lpc54606_pac::ctimer0::IR

type IR = Reg<u32, _IR>;

Interrupt Register. The IR can be written to clear interrupts. The IR can be read to identify which of eight possible interrupt sources are pending.

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

For information about available fields see ir module

Trait Implementations

impl Readable for IR[src]

read() method returns ir::R reader structure

impl ResetValue for IR[src]

Register IR reset()'s with value 0

type Type = u32

Register size

impl Writable for IR[src]

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