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

Modules

 Register Offsets
 
 I2C_CTRL0
 
 I2C_STAT
 
 I2C_INT_FL0
 
 I2C_INT_EN0
 
 I2C_INT_FL1
 
 I2C_INT_EN1
 
 I2C_FIFO_LEN
 
 I2C_RX_CTRL0
 
 I2C_RX_CTRL1
 
 I2C_TX_CTRL0
 
 I2C_TX_CTRL1
 
 I2C_FIFO
 
 I2C_MSTR_MODE
 
 I2C_CLK_LO
 
 I2C_CLK_HI
 
 I2C_TIMEOUT
 
 I2C_SLV_ADDR
 
 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 stat
 
__IO uint32_t int_fl0
 
__IO uint32_t int_en0
 
__IO uint32_t int_fl1
 
__IO uint32_t int_en1
 
__IO uint32_t fifo_len
 
__IO uint32_t rx_ctrl0
 
__IO uint32_t rx_ctrl1
 
__IO uint32_t tx_ctrl0
 
__IO uint32_t tx_ctrl1
 
__IO uint32_t fifo
 
__IO uint32_t mstr_mode
 
__IO uint32_t clk_lo
 
__IO uint32_t clk_hi
 
__IO uint32_t timeout
 
__IO uint32_t slv_addr
 
__IO uint32_t dma
 

Field Documentation

◆ clk_hi

__IO uint32_t clk_hi

0x38: I2C CLK_HI Register

◆ clk_lo

__IO uint32_t clk_lo

0x34: I2C CLK_LO 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

◆ fifo_len

__IO uint32_t fifo_len

0x18: I2C FIFO_LEN Register

◆ int_en0

__IO uint32_t int_en0

0x0C: I2C INT_EN0 Register

◆ int_en1

__IO uint32_t int_en1

0x14: I2C INT_EN1 Register

◆ int_fl0

__IO uint32_t int_fl0

0x08: I2C INT_FL0 Register

◆ int_fl1

__IO uint32_t int_fl1

0x10: I2C INT_FL1 Register

◆ mstr_mode

__IO uint32_t mstr_mode

0x30: I2C MSTR_MODE Register

◆ rx_ctrl0

__IO uint32_t rx_ctrl0

0x1C: I2C RX_CTRL0 Register

◆ rx_ctrl1

__IO uint32_t rx_ctrl1

0x20: I2C RX_CTRL1 Register

◆ slv_addr

__IO uint32_t slv_addr

0x44: I2C SLV_ADDR Register

◆ stat

__IO uint32_t stat

0x04: I2C STAT Register

◆ timeout

__IO uint32_t timeout

0x40: I2C TIMEOUT Register

◆ tx_ctrl0

__IO uint32_t tx_ctrl0

0x24: I2C TX_CTRL0 Register

◆ tx_ctrl1

__IO uint32_t tx_ctrl1

0x28: I2C TX_CTRL1 Register