Graphics framework for GR-PEACH. When you use this program, we judge you have agreed to the following contents. https://developer.mbed.org/teams/Renesas/wiki/About-LICENSE

Dependents:   ImageZoomInout_Sample ImageRotaion_Sample ImageScroll_Sample GR-PEACH_LCD_4_3inch_Save_to_USB ... more

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers ncg_memory.h Source File

ncg_memory.h

00001 /******************************************************************************
00002 * Copyright(c) 2012 Renesas Electronics Corporation. All rights reserved.
00003 *
00004 * brief  : Sample code of NCG memory operation functions header.
00005 *
00006 * author : Renesas Electronics Corporation
00007 *
00008 * history: 2013.06.25
00009 *          - Changed for RGAH
00010 *          2013.01.08
00011 *          - Created new code.
00012 *
00013 ******************************************************************************/
00014 
00015 #ifndef NCG_MEMORY_H
00016 #define NCG_MEMORY_H
00017 
00018 #ifdef __cplusplus
00019 extern "C" {
00020 #endif
00021 
00022 
00023 /*=============================================================================
00024  * Definitions
00025  */
00026 
00027 
00028 /*=============================================================================
00029  *  Structures
00030  */
00031 
00032 
00033 /*=============================================================================
00034  *  Function prototyping
00035  */
00036 
00037 /*
00038  * Host memory management
00039  */
00040 
00041 NCGvoid
00042 NCGSYS_PurgeCPUOperandCache (
00043     void
00044 );
00045 
00046 NCGuint32
00047 NCGSYS_CPUVAddrToSysPAddr (
00048     NCGuint32   ui32CPUAddr
00049 );
00050 
00051 #ifdef __cplusplus
00052 }
00053 #endif
00054 
00055 #endif /* NCG_MEMORY_H */