HFCC-01 Low-Level Software (LLSW)
Rel_6802_HFCC-01-RP-CSAR-CB
Toggle main menu visibility
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
23
typedef
enum
24
{
25
INTF_SUCCESS
= 0U,
26
ERR_MMAP_FAIL_TO_MAP
,
27
INTF_FAILED
,
28
INTF_DEFAULT
29
}
InterStatus
;
//Interface Status
30
31
#endif
// INCLUDED_INTER_STATUS_H
InterStatus
InterStatus
This is enum definition for interface status.
Definition
interStatus.h:24
INTF_FAILED
@ INTF_FAILED
Interface operation failed.
Definition
interStatus.h:27
INTF_DEFAULT
@ INTF_DEFAULT
Default.
Definition
interStatus.h:28
ERR_MMAP_FAIL_TO_MAP
@ ERR_MMAP_FAIL_TO_MAP
Memory map fail to map.
Definition
interStatus.h:26
INTF_SUCCESS
@ INTF_SUCCESS
Interface is success.
Definition
interStatus.h:25
17 Source Code
HFCC-01-CD-SC-0.22.4
Release_Packages
DlmApi
Interface
Include
IntCommon
interStatus.h
Generated by
1.18.0