Silicon Labs Host Libraries
Errors associated with Config definitions

Macros

#define HID_UART_INVALID_CONFIG_NUMBER   kInvalidConfigNumber
 Requested config number >= MAX_CONFIGS. More...
 
#define HID_UART_BOOT_INDEXES_DEPLETED   kBootIndicesDepleted
 All boot indices have been used. More...
 
#define HID_UART_REQUESTED_CONFIG_NOT_PRESENT   kRequestedConfigNotPresent
 Pointer to requested config is 0xFFFF. More...
 
#define HID_UART_CONFIG_INVALID   kRequestedConfigInvalid
 Specified config consists of invalid parameters. More...
 
#define HID_UART_CONFIG_POINTERS_DEPLETED   kConfigPointersDepleted
 All Config pointer slots have been used. More...
 
#define HID_UART_CONFIG_SPACE_DEPLETED   kConfigSpaceDepleted
 Not enough space to save the new config. More...
 
#define HID_UART_BOOT_INDEX_UNCHANGED   kBootIndexUnchanged
 The user-specified boot index is already the current boot index. More...
 
#define HID_UART_CONFIG_UNCHANGED   kConfigUnchanged
 The Config is already as the user requested. More...
 
#define HID_UART_INVALID_CONFIG_SEQUENCE_IDENTIFIER   kConfigInvalidConfigIdentifier
 Invalid Config string ID. More...
 
#define HID_UART_INVALID_CONFIG_SETTINGS   kConfigSettingsInvalid
 Configuration contains invalid setting(s) More...
 
#define HID_UART_UNSUPPORTED_CONFIG_FORMAT   kUnsupportedConfigFormat
 The config format version is not supported by library/firmware. More...
 

Detailed Description

Macro Definition Documentation

◆ HID_UART_BOOT_INDEX_UNCHANGED

#define HID_UART_BOOT_INDEX_UNCHANGED   kBootIndexUnchanged

The user-specified boot index is already the current boot index.

◆ HID_UART_BOOT_INDEXES_DEPLETED

#define HID_UART_BOOT_INDEXES_DEPLETED   kBootIndicesDepleted

All boot indices have been used.

◆ HID_UART_CONFIG_INVALID

#define HID_UART_CONFIG_INVALID   kRequestedConfigInvalid

Specified config consists of invalid parameters.

◆ HID_UART_CONFIG_POINTERS_DEPLETED

#define HID_UART_CONFIG_POINTERS_DEPLETED   kConfigPointersDepleted

All Config pointer slots have been used.

◆ HID_UART_CONFIG_SPACE_DEPLETED

#define HID_UART_CONFIG_SPACE_DEPLETED   kConfigSpaceDepleted

Not enough space to save the new config.

◆ HID_UART_CONFIG_UNCHANGED

#define HID_UART_CONFIG_UNCHANGED   kConfigUnchanged

The Config is already as the user requested.

◆ HID_UART_INVALID_CONFIG_NUMBER

#define HID_UART_INVALID_CONFIG_NUMBER   kInvalidConfigNumber

Requested config number >= MAX_CONFIGS.

◆ HID_UART_INVALID_CONFIG_SEQUENCE_IDENTIFIER

#define HID_UART_INVALID_CONFIG_SEQUENCE_IDENTIFIER   kConfigInvalidConfigIdentifier

Invalid Config string ID.

◆ HID_UART_INVALID_CONFIG_SETTINGS

#define HID_UART_INVALID_CONFIG_SETTINGS   kConfigSettingsInvalid

Configuration contains invalid setting(s)

◆ HID_UART_REQUESTED_CONFIG_NOT_PRESENT

#define HID_UART_REQUESTED_CONFIG_NOT_PRESENT   kRequestedConfigNotPresent

Pointer to requested config is 0xFFFF.

◆ HID_UART_UNSUPPORTED_CONFIG_FORMAT

#define HID_UART_UNSUPPORTED_CONFIG_FORMAT   kUnsupportedConfigFormat

The config format version is not supported by library/firmware.