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

clib_drivers.h File Reference

clib_drivers.h File Reference

Go to the source code of this file.

Functions

errnum_t R_int32_t_to_int8_t (int32_t input, int8_t *output)
 Cast with range check.

Detailed Description

Module:
CLibCommon
PublicVersion:
0.90

(=CLIB_VERSION)

Rev:
30
Date:
2014-02-13 21:21:47 +0900#
  • Description: Common code for drivers and more.

Definition in file clib_drivers.h.


Function Documentation

errnum_t R_int32_t_to_int8_t ( int32_t const   input,
int8_t *const   output 
)

Cast with range check.

Parameters:
inputInput value
outputOutput value
Returns:
Error Code. 0=No Error.

Definition at line 66 of file clib_drivers.c.