[][src]Type Definition lpc54606_pac::i2c0::CLKDIV

type CLKDIV = Reg<u32, _CLKDIV>;

Clock pre-divider for the entire I2C interface. This determines what time increments are used for the MSTTIME register, and controls some timing of the Slave function.

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

For information about available fields see clkdiv module

Trait Implementations

impl Readable for CLKDIV[src]

read() method returns clkdiv::R reader structure

impl ResetValue for CLKDIV[src]

Register CLKDIV reset()'s with value 0

type Type = u32

Register size

impl Writable for CLKDIV[src]

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