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

Macros

#define MXC_F_I2C_TX_TXRDY_POS   0
 
#define MXC_F_I2C_TX_TXRDY   ((uint32_t)(0x1UL << MXC_F_I2C_TX_TXRDY_POS))
 
#define MXC_F_I2C_TX_TXLAST_POS   1
 
#define MXC_F_I2C_TX_TXLAST   ((uint32_t)(0x1UL << MXC_F_I2C_TX_TXLAST_POS))
 
#define MXC_F_I2C_TX_TXFIFO_POS   8
 
#define MXC_F_I2C_TX_TXFIFO   ((uint32_t)(0xFUL << MXC_F_I2C_TX_TXFIFO_POS))
 

Detailed Description

Transmit Control Register 1.

Macro Definition Documentation

◆ MXC_F_I2C_TX_TXFIFO

#define MXC_F_I2C_TX_TXFIFO   ((uint32_t)(0xFUL << MXC_F_I2C_TX_TXFIFO_POS))

TX_TXFIFO Mask

◆ MXC_F_I2C_TX_TXFIFO_POS

#define MXC_F_I2C_TX_TXFIFO_POS   8

TX_TXFIFO Position

◆ MXC_F_I2C_TX_TXLAST

#define MXC_F_I2C_TX_TXLAST   ((uint32_t)(0x1UL << MXC_F_I2C_TX_TXLAST_POS))

TX_TXLAST Mask

◆ MXC_F_I2C_TX_TXLAST_POS

#define MXC_F_I2C_TX_TXLAST_POS   1

TX_TXLAST Position

◆ MXC_F_I2C_TX_TXRDY

#define MXC_F_I2C_TX_TXRDY   ((uint32_t)(0x1UL << MXC_F_I2C_TX_TXRDY_POS))

TX_TXRDY Mask

◆ MXC_F_I2C_TX_TXRDY_POS

#define MXC_F_I2C_TX_TXRDY_POS   0

TX_TXRDY Position