HFCC-01 Low-Level Software (LLSW)
Rel_6802_HFCC-01-RP-CSAR-CB
Toggle main menu visibility
Loading...
Searching...
No Matches
memoryMap.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
18
19
#ifndef INCLUDED_MEMORY_MAP_H
20
#define INCLUDED_MEMORY_MAP_H
21
22
#include "
interStatus.h
"
23
#include "commonDataTypes.h"
24
52
InterStatus
memoryMap_Read32
(
const
Address address, UInt32 *data);
53
81
InterStatus
memoryMap_Write32
(
const
Address address,
const
UInt32 data);
82
83
#endif
// INCLUDED_MEMORY_MAP_H
interStatus.h
InterStatus
InterStatus
This is enum definition for interface status.
Definition
interStatus.h:24
memoryMap_Read32
InterStatus memoryMap_Read32(const Address address, UInt32 *data)
memoryMap_Read32.
Definition
memoryMap.c:24
memoryMap_Write32
InterStatus memoryMap_Write32(const Address address, const UInt32 data)
memoryMap_Write32.
Definition
memoryMap.c:30
17 Source Code
HFCC-01-CD-SC-0.22.4
Release_Packages
DlmApi
Interface
Include
InterDriver
mem
memoryMap.h
Generated by
1.18.0