HFCC-01 Low-Level Software (LLSW) Rel_6802_HFCC-01-RP-CSAR-CB
Loading...
Searching...
No Matches
driverStatus.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Enumerations

enum  DriverStatus {
  DRV_SUCCESS = 0 , DRV_OPEN_FAILED , DRV_WRITE_FAILED , DRV_READ_FAILED ,
  DRV_INVALID_CARD , DRV_INVALID_MODULE , DRV_INVALID_CONFIG , DRV_INVALID_CHANNEL ,
  DRV_INVALID_MODE , DRV_INVALID_SIZE , DRV_INVALID_TYPECODE , DRV_INVALID_ADDRESS ,
  DRV_INVALID_ADDRBOUND , DRV_INVALID_COMMAND , DRV_INVALID_MESSAGE , DRV_INVALID_PARAM ,
  DRV_INVALID_VALUE , DRV_INVALID_DEVICE , DRV_VALIDATE_FAILED , DRV_FIFO_EMPTY ,
  DRV_FIFO_FULL , DRV_NOT_INITIALIZED , DRV_OP_ALREADY_PERFORMED , DRV_DEFAULT
}
 Low-Level Device Driver Execution Status and Return Error Codes. More...

Detailed Description

Enumeration Type Documentation

◆ DriverStatus

Low-Level Device Driver Execution Status and Return Error Codes.

Enumerator
DRV_SUCCESS 

Operation was successful.

DRV_OPEN_FAILED 

Failed to open the device or module.

DRV_WRITE_FAILED 

Failed to write to the device or module.

DRV_READ_FAILED 

Failed to read from the device or module.

DRV_INVALID_CARD 

Invalid card specified.

DRV_INVALID_MODULE 

Invalid module specified.

DRV_INVALID_CONFIG 

Invalid configuration specified.

DRV_INVALID_CHANNEL 

Invalid channel specified.

DRV_INVALID_MODE 

Invalid mode specified.

DRV_INVALID_SIZE 

Invalid size specified.

DRV_INVALID_TYPECODE 

Invalid type code specified.

DRV_INVALID_ADDRESS 

Invalid address specified.

DRV_INVALID_ADDRBOUND 

Invalid address boundary specified.

DRV_INVALID_COMMAND 

Invalid command specified.

DRV_INVALID_MESSAGE 

Invalid message specified.

DRV_INVALID_PARAM 

Invalid parameter specified.

DRV_INVALID_VALUE 

Invalid value specified.

DRV_INVALID_DEVICE 

Invalid device specified.

DRV_VALIDATE_FAILED 

Validation failed.

DRV_FIFO_EMPTY 

FIFO is empty.

DRV_FIFO_FULL 

FIFO is full.

DRV_NOT_INITIALIZED 

Device or module is not initialized.

DRV_OP_ALREADY_PERFORMED 

Operation has already been performed.

DRV_DEFAULT 

Default driver status.