Type Definition stm32g4::stm32g431::fdcan::RXGFC[][src]

type RXGFC = Reg<u32, _RXGFC>;

Global settings for Message ID filtering. The Global Filter Configuration controls the filter path for standard and extended messages as described in Figure706: Standard Message ID filter path and Figure707: Extended Message ID filter path.

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

For information about available fields see rxgfc module

Trait Implementations

impl Readable for RXGFC[src]

read() method returns rxgfc::R reader structure

impl ResetValue for RXGFC[src]

Register RXGFC reset()'s with value 0

type Type = u32

Register size

impl Writable for RXGFC[src]

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