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_API.h File Reference

RGA_API.h File Reference

Go to the source code of this file.

Functions

errnum_t R_GRAPHICS_STATIC_OnInitializeDefault (graphics_t *self, graphics_config_t *in_out_Config, void **out_CalleeDefined)
 R_GRAPHICS_STATIC_OnInitializeDefault.
errnum_t R_GRAPHICS_STATIC_OnFinalizeDefault (graphics_t *self, void *CalleeDefined, errnum_t e)
 R_GRAPHICS_STATIC_OnFinalizeDefault.

Detailed Description

Module:
RGA
PublicVersion:
1.20

(=RGA_VERSION)

Rev:
Date:

Definition in file RGA_API.h.


Function Documentation

errnum_t R_GRAPHICS_STATIC_OnFinalizeDefault ( graphics_t self,
void *  CalleeDefined,
errnum_t  e 
)

R_GRAPHICS_STATIC_OnFinalizeDefault.

Parameters
None
Returns:
None.

Definition at line 178 of file RGA_Callback.c.

errnum_t R_GRAPHICS_STATIC_OnInitializeDefault ( graphics_t self,
graphics_config_t in_out_Config,
void **  out_CalleeDefined 
)

R_GRAPHICS_STATIC_OnInitializeDefault.

Parameters
None
Returns:
None.

Definition at line 79 of file RGA_Callback.c.