Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
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. | |
errnum_t | drawCLUTImage (uint8_t *SrcAddress, const graphics_image_t *image, frame_buffer_t *frame) |
drawCLUTImage | |
Variables | |
static uint8_t * | gs_WorkBufferMemory |
gs_WorkBufferMemory | |
static GraphicsDefaultSubClass | gs_GraphicsDefaultSub |
gs_GraphicsDefaultSub |
Detailed Description
- Module:
- RGA
- PublicVersion:
- 1.20
(=RGA_VERSION)
- Rev:
- Date:
Definition in file RGA_Callback.c.
Function Documentation
errnum_t drawCLUTImage | ( | uint8_t * | SrcAddress, |
const graphics_image_t * | image, | ||
frame_buffer_t * | frame | ||
) |
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 179 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.
Variable Documentation
GraphicsDefaultSubClass gs_GraphicsDefaultSub [static] |
{ NULL, 0, false, NULL, 0, false, }
gs_GraphicsDefaultSub
Definition at line 61 of file RGA_Callback.c.
uint8_t* gs_WorkBufferMemory [static] |
gs_WorkBufferMemory
Definition at line 38 of file RGA_Callback.c.
Generated on Tue Jul 12 2022 14:32:56 by
