HFCC-01 Low-Level Software (LLSW) Rel_6802_HFCC-01-RP-CSAR-CB
Loading...
Searching...
No Matches
interStatus.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_INTER_STATUS_H
18#define INCLUDED_INTER_STATUS_H
19
23typedef enum
24{
29} InterStatus; //Interface Status
30
31#endif // INCLUDED_INTER_STATUS_H
InterStatus
This is enum definition for interface status.
Definition interStatus.h:24
@ INTF_FAILED
Interface operation failed.
Definition interStatus.h:27
@ INTF_DEFAULT
Default.
Definition interStatus.h:28
@ ERR_MMAP_FAIL_TO_MAP
Memory map fail to map.
Definition interStatus.h:26
@ INTF_SUCCESS
Interface is success.
Definition interStatus.h:25