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

type IR = Reg<u32, _IR>;

Interrupt

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

Raw register type (u8, u16, u32, ...).

impl Writable for IR[src]

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