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

◆ nrf_cc3xx_platform_mutex_unlock_fn_t

typedef int(* nrf_cc3xx_platform_mutex_unlock_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 unlock a mutex.

Calling this function pointer should unlock a mutex.

Parameters
[in]mutexPointer to a mutex to unlock.