The os_mut_init function initializes the mutex object identified by the function argument. The os_mut_init function is in the RL-RTX library. The prototype is defined in rtl.h. Note - You must define the mutex object of type OS_MUT. You can use the name of the mutex object to identify it during operation.
|