[][src]Type Definition stm32f4::stm32f469::i2c1::FLTR

type FLTR = Reg<u32, _FLTR>;

I2C FLTR register

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

For information about available fields see fltr module

Trait Implementations

impl Readable for FLTR[src]

read() method returns fltr::R reader structure

impl ResetValue for FLTR[src]

Register FLTR reset()'s with value 0

type Type = u32

Register size

impl Writable for FLTR[src]

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