[][src]Type Definition stm32f3::stm32f373::can::FA1R

type FA1R = Reg<u32, _FA1R>;

CAN filter activation register

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

For information about available fields see fa1r module

Trait Implementations

impl Readable for FA1R[src]

read() method returns fa1r::R reader structure

impl ResetValue for FA1R[src]

Register FA1R reset()'s with value 0

type Type = u32

Register size

impl Writable for FA1R[src]

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