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

◆ nrf_cc3xx_platform_mutex_init_fn_t

typedef void(* nrf_cc3xx_platform_mutex_init_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 initialize a mutex.

Calling this function pointer should initialize a previously uninitialized mutex or do nothing if the mutex is already initialized.

Note
Initialization may not imply memory allocation, as this can be done using static allocation through other APIs in the RTOS.
Parameters
[in]mutexPointer to a mutex to initialize.