Type Definition nrfxlib_sys::nrf_cc3xx_platform_mutex_lock_fn_t[][src]

type nrf_cc3xx_platform_mutex_lock_fn_t = Option<unsafe extern "C" fn(mutex: *mut nrf_cc3xx_platform_mutex_t) -> c_int>;
Expand description

Type definition of function pointer to lock a mutex

Calling this function pointer should lock a mutex.

  • mutex - Pointer to a mutex to lock.