MAX32660 Peripheral Driver API
Peripheral Driver API for the MAX32660
All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Modules
I2C_Registers

Modules

 Register Offsets
 
 I2C_CTRL0
 
 I2C_STATUS
 
 I2C_INTFL0
 
 I2C_INTEN0
 
 I2C_INTFL1
 
 I2C_INTEN1
 
 I2C_FIFOLEN
 
 I2C_RXCTRL0
 
 I2C_RXCTRL1
 
 I2C_TXCTRL0
 
 I2C_TXCTRL1
 
 I2C_FIFO
 
 I2C_MSTR_MODE
 
 I2C_CLKLO
 
 I2C_CLKHI
 
 I2C_HS_CLK
 
 I2C_TIMEOUT
 
 I2C_SLADDR
 
 I2C_DMA
 

Files

file  i2c_regs.h
 

Data Structures

struct  mxc_i2c_regs_t
 

Detailed Description

Registers, Bit Masks and Bit Positions for the I2C Peripheral Module.

Inter-Integrated Circuit.


Data Structure Documentation

◆ mxc_i2c_regs_t

struct mxc_i2c_regs_t

Structure type to access the I2C Registers.

Data Fields

__IO uint32_t ctrl0
 
__IO uint32_t status
 
__IO uint32_t intfl0
 
__IO uint32_t inten0
 
__IO uint32_t intfl1
 
__IO uint32_t inten1
 
__IO uint32_t fifolen
 
__IO uint32_t rxctrl0
 
__IO uint32_t rxctrl1
 
__IO uint32_t txctrl0
 
__IO uint32_t txctrl1
 
__IO uint32_t fifo
 
__IO uint32_t mstr_mode
 
__IO uint32_t clklo
 
__IO uint32_t clkhi
 
__IO uint32_t hs_clk
 
__IO uint32_t timeout
 
__IO uint32_t sladdr
 
__IO uint32_t dma
 

Field Documentation

◆ clkhi

__IO uint32_t clkhi

0x38: I2C CLKHI Register

◆ clklo

__IO uint32_t clklo

0x34: I2C CLKLO Register

◆ ctrl0

__IO uint32_t ctrl0

0x00: I2C CTRL0 Register

◆ dma

__IO uint32_t dma

0x48: I2C DMA Register

◆ fifo

__IO uint32_t fifo

0x2C: I2C FIFO Register

◆ fifolen

__IO uint32_t fifolen

0x18: I2C FIFOLEN Register

◆ hs_clk

__IO uint32_t hs_clk

0x3C: I2C HS_CLK Register

◆ inten0

__IO uint32_t inten0

0x0C: I2C INTEN0 Register

◆ inten1

__IO uint32_t inten1

0x14: I2C INTEN1 Register

◆ intfl0

__IO uint32_t intfl0

0x08: I2C INTFL0 Register

◆ intfl1

__IO uint32_t intfl1

0x10: I2C INTFL1 Register

◆ mstr_mode

__IO uint32_t mstr_mode

0x30: I2C MSTR_MODE Register

◆ rxctrl0

__IO uint32_t rxctrl0

0x1C: I2C RXCTRL0 Register

◆ rxctrl1

__IO uint32_t rxctrl1

0x20: I2C RXCTRL1 Register

◆ sladdr

__IO uint32_t sladdr

0x44: I2C SLADDR Register

◆ status

__IO uint32_t status

0x04: I2C STATUS Register

◆ timeout

__IO uint32_t timeout

0x40: I2C TIMEOUT Register

◆ txctrl0

__IO uint32_t txctrl0

0x24: I2C TXCTRL0 Register

◆ txctrl1

__IO uint32_t txctrl1

0x28: I2C TXCTRL1 Register