Type Definition nrfxlib_sys::nrf_cc3xx_platform_mutex_free_fn_t[][src]

type nrf_cc3xx_platform_mutex_free_fn_t = Option<unsafe extern "C" fn(mutex: *mut nrf_cc3xx_platform_mutex_t)>;

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.

  • mutex - Pointer to a mutex to free.