Struct max32630_svd::i2cm0::RegisterBlock[][src]

#[repr(C)]
pub struct RegisterBlock { pub fs_clk_div: FS_CLK_DIV, pub timeout: TIMEOUT, pub ctrl: CTRL, pub trans: TRANS, pub intfl: INTFL, pub inten: INTEN, pub bb: BB, // some fields omitted }

Register block

Fields

0x00 - Full Speed SCL Clock Settings

0x0c - Timeout and Auto-Stop Settings

0x10 - I2C Master Control Register

0x14 - I2C Master Transaction Start and Status Flags

0x18 - Interrupt Flags

0x1c - Interrupt Enable/Disable Controls

0x28 - Bit-Bang Control Register

Auto Trait Implementations