pub unsafe extern "C" fn nrf_cc3xx_platform_mutex_init()
Expand description

Function to initialize RTOS thread-safe mutexes

This function must be implemented to set the platform mutex APIS, and platform mutexes.

@note This function must be called once before calling @ref nrf_cc3xx_platform_init or @ref nrf_cc3xx_platform_init_no_rng.

@note This function is not expected to be thread-safe.