![]() |
nrfxlib API 3.3.99
|
| typedef void(* nrf_cc3xx_platform_mutex_free_fn_t) (nrf_cc3xx_platform_mutex_t *mutex) |
#include <crypto/nrf_cc310_platform/include/nrf_cc3xx_platform_mutex.h>
Type definition of function pointer to free a mutex.
Calling this function pointer should free a mutex.
| [in] | mutex | Pointer to a mutex to free. |