Silicon Labs Host Libraries
Field Lock Bit Values definitions

Macros

#define HID_SMBUS_LOCK_UNLOCKED   1
 Field can be customized. If the bit is set to 1, the corresponding field HAS NOT been customized. More...
 
#define HID_SMBUS_LOCK_LOCKED   0
 Field has already been customized, or has been locked. If the bit is set to 0, the corresponding field HAS been customized or locked, and can no longer be changed for this device. More...
 

Detailed Description

Macro Definition Documentation

◆ HID_SMBUS_LOCK_LOCKED

#define HID_SMBUS_LOCK_LOCKED   0

Field has already been customized, or has been locked. If the bit is set to 0, the corresponding field HAS been customized or locked, and can no longer be changed for this device.

◆ HID_SMBUS_LOCK_UNLOCKED

#define HID_SMBUS_LOCK_UNLOCKED   1

Field can be customized. If the bit is set to 1, the corresponding field HAS NOT been customized.