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

type IR = Reg<u32, _IR>;

Interrupt Register

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