RTEMS 6.1-rc5
Loading...
Searching...
No Matches
Macros

Macros

#define SMBUS_NO_STARTSTOP   (0x00000000U)
 
#define SMBUS_GENERATE_STOP   (uint32_t)(0x80000000U | I2C_CR2_STOP)
 
#define SMBUS_GENERATE_START_READ   (uint32_t)(0x80000000U | I2C_CR2_START | I2C_CR2_RD_WRN)
 
#define SMBUS_GENERATE_START_WRITE   (uint32_t)(0x80000000U | I2C_CR2_START)
 

Detailed Description