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

Macros

#define MXC_F_I2C_MCN_START_POS   0
 
#define MXC_F_I2C_MCN_START   ((uint32_t)(0x1UL << MXC_F_I2C_MCN_START_POS))
 
#define MXC_F_I2C_MCN_RESTART_POS   1
 
#define MXC_F_I2C_MCN_RESTART   ((uint32_t)(0x1UL << MXC_F_I2C_MCN_RESTART_POS))
 
#define MXC_F_I2C_MCN_STOP_POS   2
 
#define MXC_F_I2C_MCN_STOP   ((uint32_t)(0x1UL << MXC_F_I2C_MCN_STOP_POS))
 
#define MXC_F_I2C_MCN_SEA_POS   7
 
#define MXC_F_I2C_MCN_SEA   ((uint32_t)(0x1UL << MXC_F_I2C_MCN_SEA_POS))
 

Detailed Description

Master Control Register.

Macro Definition Documentation

◆ MXC_F_I2C_MCN_RESTART

#define MXC_F_I2C_MCN_RESTART   ((uint32_t)(0x1UL << MXC_F_I2C_MCN_RESTART_POS))

MCN_RESTART Mask

◆ MXC_F_I2C_MCN_RESTART_POS

#define MXC_F_I2C_MCN_RESTART_POS   1

MCN_RESTART Position

◆ MXC_F_I2C_MCN_SEA

#define MXC_F_I2C_MCN_SEA   ((uint32_t)(0x1UL << MXC_F_I2C_MCN_SEA_POS))

MCN_SEA Mask

◆ MXC_F_I2C_MCN_SEA_POS

#define MXC_F_I2C_MCN_SEA_POS   7

MCN_SEA Position

◆ MXC_F_I2C_MCN_START

#define MXC_F_I2C_MCN_START   ((uint32_t)(0x1UL << MXC_F_I2C_MCN_START_POS))

MCN_START Mask

◆ MXC_F_I2C_MCN_START_POS

#define MXC_F_I2C_MCN_START_POS   0

MCN_START Position

◆ MXC_F_I2C_MCN_STOP

#define MXC_F_I2C_MCN_STOP   ((uint32_t)(0x1UL << MXC_F_I2C_MCN_STOP_POS))

MCN_STOP Mask

◆ MXC_F_I2C_MCN_STOP_POS

#define MXC_F_I2C_MCN_STOP_POS   2

MCN_STOP Position