MAX32675 Peripheral Driver API
Peripheral Driver API for the MAX32675
All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Modules
I2C_SLAVE

Macros

#define MXC_F_I2C_SLAVE_ADDR_POS   0
 
#define MXC_F_I2C_SLAVE_ADDR   ((uint32_t)(0x3FFUL << MXC_F_I2C_SLAVE_ADDR_POS))
 
#define MXC_F_I2C_SLAVE_DIS_POS   10
 
#define MXC_F_I2C_SLAVE_DIS   ((uint32_t)(0x1UL << MXC_F_I2C_SLAVE_DIS_POS))
 
#define MXC_F_I2C_SLAVE_IDX_POS   11
 
#define MXC_F_I2C_SLAVE_IDX   ((uint32_t)(0xFUL << MXC_F_I2C_SLAVE_IDX_POS))
 
#define MXC_F_I2C_SLAVE_EXT_ADDR_EN_POS   15
 
#define MXC_F_I2C_SLAVE_EXT_ADDR_EN   ((uint32_t)(0x1UL << MXC_F_I2C_SLAVE_EXT_ADDR_EN_POS))
 

Detailed Description

Slave Address Register.

Macro Definition Documentation

◆ MXC_F_I2C_SLAVE_ADDR

#define MXC_F_I2C_SLAVE_ADDR   ((uint32_t)(0x3FFUL << MXC_F_I2C_SLAVE_ADDR_POS))

SLAVE_ADDR Mask

◆ MXC_F_I2C_SLAVE_ADDR_POS

#define MXC_F_I2C_SLAVE_ADDR_POS   0

SLAVE_ADDR Position

◆ MXC_F_I2C_SLAVE_DIS

#define MXC_F_I2C_SLAVE_DIS   ((uint32_t)(0x1UL << MXC_F_I2C_SLAVE_DIS_POS))

SLAVE_DIS Mask

◆ MXC_F_I2C_SLAVE_DIS_POS

#define MXC_F_I2C_SLAVE_DIS_POS   10

SLAVE_DIS Position

◆ MXC_F_I2C_SLAVE_EXT_ADDR_EN

#define MXC_F_I2C_SLAVE_EXT_ADDR_EN   ((uint32_t)(0x1UL << MXC_F_I2C_SLAVE_EXT_ADDR_EN_POS))

SLAVE_EXT_ADDR_EN Mask

◆ MXC_F_I2C_SLAVE_EXT_ADDR_EN_POS

#define MXC_F_I2C_SLAVE_EXT_ADDR_EN_POS   15

SLAVE_EXT_ADDR_EN Position

◆ MXC_F_I2C_SLAVE_IDX

#define MXC_F_I2C_SLAVE_IDX   ((uint32_t)(0xFUL << MXC_F_I2C_SLAVE_IDX_POS))

SLAVE_IDX Mask

◆ MXC_F_I2C_SLAVE_IDX_POS

#define MXC_F_I2C_SLAVE_IDX_POS   11

SLAVE_IDX Position