test public

Dependencies:   HttpServer_snapshot_mbed-os

Embed: (wiki syntax)

« Back to documentation index

r_ospl_private.h File Reference

r_ospl_private.h File Reference

OS Porting Layer private API for OS less. More...

Go to the source code of this file.

Functions

errnum_t R_OSPL_LockUnlockedChannel (int_fast32_t *out_ChannelNum, mcu_lock_t HardwareIndexMin, mcu_lock_t HardwareIndexMax)
 LockUnlockedChannel.

Detailed Description

OS Porting Layer private API for OS less.

Module:
OSPL
PublicVersion:
0.90

(=R_OSPL_VERSION)

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

Definition in file r_ospl_private.h.


Function Documentation

errnum_t R_OSPL_LockUnlockedChannel ( int_fast32_t *  out_ChannelNum,
mcu_lock_t  HardwareIndexMin,
mcu_lock_t  HardwareIndexMax 
)

LockUnlockedChannel.

Parameters:
out_ChannelNumChannelNum
HardwareIndexMinHardwareIndexMin
HardwareIndexMaxHardwareIndexMax
Returns:
Error Code. 0=No Error.

Definition at line 122 of file locking.c.