Data Fields | |
__IO uint32_t | CTRL |
__IO uint32_t | CMD |
__I uint32_t | STATE |
__I uint32_t | STATUS |
__IO uint32_t | CLKDIV |
__IO uint32_t | SADDR |
__IO uint32_t | SADDRMASK |
__I uint32_t | RXDATA |
__I uint32_t | RXDATAP |
__IO uint32_t | TXDATA |
__I uint32_t | IF |
__IO uint32_t | IFS |
__IO uint32_t | IFC |
__IO uint32_t | IEN |
__IO uint32_t | ROUTE |
Definition at line 37 of file efm32tg_i2c.h.
__IO uint32_t I2C_TypeDef::CLKDIV |
Clock Division Register
Definition at line 43 of file efm32tg_i2c.h.
__IO uint32_t I2C_TypeDef::CMD |
Command Register
Definition at line 40 of file efm32tg_i2c.h.
__IO uint32_t I2C_TypeDef::CTRL |
Control Register
Definition at line 39 of file efm32tg_i2c.h.
__IO uint32_t I2C_TypeDef::IEN |
Interrupt Enable Register
Definition at line 52 of file efm32tg_i2c.h.
__I uint32_t I2C_TypeDef::IF |
Interrupt Flag Register
Definition at line 49 of file efm32tg_i2c.h.
__IO uint32_t I2C_TypeDef::IFC |
Interrupt Flag Clear Register
Definition at line 51 of file efm32tg_i2c.h.
__IO uint32_t I2C_TypeDef::IFS |
Interrupt Flag Set Register
Definition at line 50 of file efm32tg_i2c.h.
__IO uint32_t I2C_TypeDef::ROUTE |
I/O Routing Register
Definition at line 53 of file efm32tg_i2c.h.
__I uint32_t I2C_TypeDef::RXDATA |
Receive Buffer Data Register
Definition at line 46 of file efm32tg_i2c.h.
__I uint32_t I2C_TypeDef::RXDATAP |
Receive Buffer Data Peek Register
Definition at line 47 of file efm32tg_i2c.h.
__IO uint32_t I2C_TypeDef::SADDR |
Slave Address Register
Definition at line 44 of file efm32tg_i2c.h.
__IO uint32_t I2C_TypeDef::SADDRMASK |
Slave Address Mask Register
Definition at line 45 of file efm32tg_i2c.h.
__I uint32_t I2C_TypeDef::STATE |
State Register
Definition at line 41 of file efm32tg_i2c.h.
__I uint32_t I2C_TypeDef::STATUS |
Status Register
Definition at line 42 of file efm32tg_i2c.h.
__IO uint32_t I2C_TypeDef::TXDATA |
Transmit Buffer Data Register
Definition at line 48 of file efm32tg_i2c.h.