The Library SysLibSem.libΒΆ

This library can be used to create and use semaphores for the synchronization of tasks. The semaphores serve to avoid any concurrent access on critical data, which are used by several tasks. The target system must support this functionality. The execution is synchronous.