nrfxlib API 3.3.99
Loading...
Searching...
No Matches

◆ nrf_cc3xx_platform_mutex_free_fn_t

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.

Note
If the RTOS does not provide an API to free the mutex it is advised to reset the mutex to an initialized state with no owner.
Parameters
[in]mutexPointer to a mutex to free.