Struct atsamd21e18a::sercom0::I2CM[][src]

#[repr(C)]
pub struct I2CM { pub ctrla: CTRLA, pub ctrlb: CTRLB, pub baud: BAUD, pub intenclr: INTENCLR, pub intenset: INTENSET, pub intflag: INTFLAG, pub status: STATUS, pub syncbusy: SYNCBUSY, pub addr: ADDR, pub data: DATA, pub dbgctrl: DBGCTRL, // some fields omitted }

Register block

Fields

0x00 - I2CM Control A

0x04 - I2CM Control B

0x0c - I2CM Baud Rate

0x14 - I2CM Interrupt Enable Clear

0x16 - I2CM Interrupt Enable Set

0x18 - I2CM Interrupt Flag Status and Clear

0x1a - I2CM Status

0x1c - I2CM Syncbusy

0x24 - I2CM Address

0x28 - I2CM Data

0x30 - I2CM Debug Control

Auto Trait Implementations

impl Send for I2CM

impl !Sync for I2CM