pub unsafe extern "C" fn nrf_cc3xx_platform_set_mutexes(
    apis: *const nrf_cc3xx_platform_mutex_apis_t,
    mutexes: *const nrf_cc3xx_platform_mutexes_t
)
Expand description

Function to set platform mutex APIs and mutexes

  • apis - Structure holding the mutex APIs.
  • mutexes - Structure holding the mutexes.