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

RGA_Callback_private.h File Reference

RGA_Callback_private.h File Reference

Go to the source code of this file.

Functions

void R_MEMORY_SECTION_GetMemory_RGA_WorkBuffer (uint8_t **out_WorkBufferAddress, size_t *out_WorkBufferSize, uint8_t **out_WorkBufferB_Address, size_t *out_WorkBufferB_Size)
 Get Memory of RGA WorkBuffer.

Detailed Description

Module:
RGA
PublicVersion:
1.20

(=RGA_VERSION)

Rev:
Date:

Definition in file RGA_Callback_private.h.


Function Documentation

void R_MEMORY_SECTION_GetMemory_RGA_WorkBuffer ( uint8_t **  out_WorkBufferAddress,
size_t *  out_WorkBufferSize,
uint8_t **  out_WorkBufferB_Address,
size_t *  out_WorkBufferB_Size 
)

Get Memory of RGA WorkBuffer.

Parameters:
out_WorkBufferAddressuint8_t*
out_WorkBufferSizesize_t
out_WorkBufferB_Addressuint8_t*
out_WorkBufferB_Sizesize_t
Returns:
None

Definition at line 65 of file RGA_Callback_WorkBuf.c.