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

r_ospl_RTX_private.h File Reference

OS Porting Layer API for RTX. More...

Go to the source code of this file.

Functions

errnum_t R_OSPL_Start_T_Lock (void)
 Starts T-Lock.
void R_OSPL_End_T_Lock (void)
 Ends T-Lock.

Detailed Description

OS Porting Layer API for RTX.

Module:
OSPL
PublicVersion:
0.90

(=R_OSPL_VERSION)

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

Definition in file r_ospl_RTX_private.h.


Function Documentation

void R_OSPL_End_T_Lock ( void   )

Ends T-Lock.

It is mutual exclusion of threads.

Parameters
None
Returns:
None

Ends T-Lock.

Parameters
None
Returns:
None

Definition at line 379 of file locking.c.

errnum_t R_OSPL_Start_T_Lock ( void   )

Starts T-Lock.

It is mutual exclusion of threads.

Parameters
None
Returns:
Error Code. 0=No Error.

Starts T-Lock.

Parameters
None
Returns:
Error Code. 0=No Error.

Definition at line 340 of file locking.c.