HFCC-01 Low-Level Software (LLSW) Rel_6802_HFCC-01-RP-CSAR-CB
Loading...
Searching...
No Matches
driverStatus.h
Go to the documentation of this file.
1/*
2 * Copyright (c) 2025, TUSAS Malaysia
3 * All rights reserved.
4 * This file contains proprietary information. This
5 * file shall not be duplicated, used, modified,
6 * or disclosed in whole or in part without
7 * the express written consent of TUSAS.
8 */
9
16
17#ifndef INCLUDED_DRIVER_STATUS_H
18#define INCLUDED_DRIVER_STATUS_H
19
50
51#endif // INCLUDED_DRIVER_STATUS_H
DriverStatus
Low-Level Device Driver Execution Status and Return Error Codes.
Definition driverStatus.h:24
@ DRV_VALIDATE_FAILED
Validation failed.
Definition driverStatus.h:43
@ DRV_DEFAULT
Default driver status.
Definition driverStatus.h:48
@ DRV_INVALID_ADDRESS
Invalid address specified.
Definition driverStatus.h:36
@ DRV_FIFO_FULL
FIFO is full.
Definition driverStatus.h:45
@ DRV_INVALID_MESSAGE
Invalid message specified.
Definition driverStatus.h:39
@ DRV_INVALID_TYPECODE
Invalid type code specified.
Definition driverStatus.h:35
@ DRV_INVALID_COMMAND
Invalid command specified.
Definition driverStatus.h:38
@ DRV_INVALID_PARAM
Invalid parameter specified.
Definition driverStatus.h:40
@ DRV_OPEN_FAILED
Failed to open the device or module.
Definition driverStatus.h:26
@ DRV_INVALID_MODULE
Invalid module specified.
Definition driverStatus.h:30
@ DRV_INVALID_DEVICE
Invalid device specified.
Definition driverStatus.h:42
@ DRV_FIFO_EMPTY
FIFO is empty.
Definition driverStatus.h:44
@ DRV_WRITE_FAILED
Failed to write to the device or module.
Definition driverStatus.h:27
@ DRV_INVALID_ADDRBOUND
Invalid address boundary specified.
Definition driverStatus.h:37
@ DRV_OP_ALREADY_PERFORMED
Operation has already been performed.
Definition driverStatus.h:47
@ DRV_INVALID_VALUE
Invalid value specified.
Definition driverStatus.h:41
@ DRV_NOT_INITIALIZED
Device or module is not initialized.
Definition driverStatus.h:46
@ DRV_SUCCESS
Operation was successful.
Definition driverStatus.h:25
@ DRV_READ_FAILED
Failed to read from the device or module.
Definition driverStatus.h:28
@ DRV_INVALID_CONFIG
Invalid configuration specified.
Definition driverStatus.h:31
@ DRV_INVALID_CARD
Invalid card specified.
Definition driverStatus.h:29
@ DRV_INVALID_SIZE
Invalid size specified.
Definition driverStatus.h:34
@ DRV_INVALID_MODE
Invalid mode specified.
Definition driverStatus.h:33
@ DRV_INVALID_CHANNEL
Invalid channel specified.
Definition driverStatus.h:32