|
WS63 SDK 文档 7021f4f@fbb_ws63
ws63 和 ws63e 解决方案的 SDK 文档
|

函数 | |
| int | osal_mutex_init (osal_mutex *mutex) |
| Initialize the mutex. | |
| int | osal_mutex_lock (osal_mutex *mutex) |
| Acquire the mutex. | |
| void | osal_mutex_unlock (osal_mutex *mutex) |
| Release the mutex. | |
| void | osal_mutex_destroy (osal_mutex *mutex) |
| Destroy the mutex. | |