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

r_static_an_tag.h File Reference

r_static_an_tag.h File Reference

Reviewed tag for warnings of static code analysis. More...

Go to the source code of this file.

Functions

INLINE uint32_t R_ToUnsigned (int32_t const ConstantInteger)
 Cast to unsigned type constant value.
INLINE int32_t R_ToSigned (uint32_t const ConstantInteger)
 Cast to signed type constant value.

Detailed Description

Reviewed tag for warnings of static code analysis.

Module:
OSPL
PublicVersion:
0.90

(=R_OSPL_VERSION)

Rev:
35
Date:
2014-04-15 21:38:18 +0900#

Definition in file r_static_an_tag.h.


Function Documentation

INLINE int32_t R_ToSigned ( uint32_t const   ConstantInteger )

Cast to signed type constant value.

Parameters
None
Returns:
None.
Description
This can not avoid QAC warning. This macro is for count reviewed code automatically.

Definition at line 362 of file r_static_an_tag.h.

INLINE uint32_t R_ToUnsigned ( int32_t const   ConstantInteger )

Cast to unsigned type constant value.

Parameters
None
Returns:
None.
Description
This can not avoid QAC warning. This macro is for count reviewed code automatically.

Definition at line 346 of file r_static_an_tag.h.