Type Definition stm32g4::stm32g474::fdcan::IR[][src]

type IR = Reg<u32, _IR>;

The flags are set when one of the listed conditions is detected (edge-sensitive). The flags remain set until the Host clears them. A flag is cleared by writing a 1 to the corresponding bit position. Writing a 0 has no effect. A hard reset will clear the register. The configuration of IE controls whether an interrupt is generated. The configuration of ILS controls on which interrupt line an interrupt is signaled.

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