Type Definition stm32g4::stm32g441::fdcan::ILS[][src]

type ILS = Reg<u32, _ILS>;

The Interrupt Line Select register assigns an interrupt generated by a specific interrupt flag from the Interrupt Register to one of the two module interrupt lines. For interrupt generation the respective interrupt line has to be enabled via ILE[EINT0] and ILE[EINT1].

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

For information about available fields see ils module

Trait Implementations

impl Readable for ILS[src]

read() method returns ils::R reader structure

impl ResetValue for ILS[src]

Register ILS reset()'s with value 0

type Type = u32

Register size

impl Writable for ILS[src]

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