HFCC-01 Low-Level Software (LLSW) Rel_6802_HFCC-01-RP-CSAR-CB
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
52InterStatus memoryMap_Read32(const Address address, UInt32 *data);
53
81InterStatus memoryMap_Write32(const Address address, const UInt32 data);
82
83#endif // INCLUDED_MEMORY_MAP_H
InterStatus
This is enum definition for interface status.
Definition interStatus.h:24
InterStatus memoryMap_Read32(const Address address, UInt32 *data)
memoryMap_Read32.
Definition memoryMap.c:24
InterStatus memoryMap_Write32(const Address address, const UInt32 data)
memoryMap_Write32.
Definition memoryMap.c:30