osKernelRestoreLock() is only used within CMSIS.
 
Symbols
loading...
Files
loading...

osKernelRestoreLock() function

Restore the RTOS Kernel scheduler lock state.

Syntax

int32_t osKernelRestoreLock (int32_t lock);

Arguments

lock

lock state obtained by osKernelLock or osKernelUnlock.

Return value

new lock state (1 - locked, 0 - not locked, error code if negative).

References

LocationText
cmsis_os2.h:337
int32_t osKernelRestoreLock (int32_t lock);

Type Use

Type of osKernelRestoreLock()
osKernelRestoreLock()
int32_t
all items filtered out