Silicon Labs Host Libraries

Macros

#define HID_SMBUS_S0_IDLE   0x00
 No transfers are currently active on the bus. More...
 
#define HID_SMBUS_S0_BUSY   0x01
 A read or write transfer is in progress. More...
 
#define HID_SMBUS_S0_COMPLETE   0x02
 A read or write transfer completed without error and without retry. More...
 
#define HID_SMBUS_S0_ERROR   0x03
 A read or write transfer completed with an error. More...
 

Detailed Description

Macro Definition Documentation

◆ HID_SMBUS_S0_BUSY

#define HID_SMBUS_S0_BUSY   0x01

A read or write transfer is in progress.

◆ HID_SMBUS_S0_COMPLETE

#define HID_SMBUS_S0_COMPLETE   0x02

A read or write transfer completed without error and without retry.

◆ HID_SMBUS_S0_ERROR

#define HID_SMBUS_S0_ERROR   0x03

A read or write transfer completed with an error.

◆ HID_SMBUS_S0_IDLE

#define HID_SMBUS_S0_IDLE   0x00

No transfers are currently active on the bus.