[][src]Type Definition mkl25z4::i2c0::F

type F = Reg<u8, _F>;

I2C Frequency Divider register

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

For information about available fields see f module

Trait Implementations

impl Readable for F[src]

read() method returns f::R reader structure

impl ResetValue for F[src]

Register F reset()'s with value 0

type Type = u8

Register size

impl Writable for F[src]

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