Home
last modified time | relevance | path

Searched refs:side_band_crypto_mutex (Results 1 – 3 of 3) sorted by relevance

/hal_silabs-latest/wiseconnect/components/device/silabs/si91x/wireless/ahb_interface/src/
Dsl_platform_wireless.c48 extern osMutexId_t side_band_crypto_mutex;
/hal_silabs-latest/wiseconnect/components/device/silabs/si91x/wireless/src/
Dsl_si91x_driver.c67 extern osMutexId_t side_band_crypto_mutex;
927 osMutexAcquire(side_band_crypto_mutex, 0xFFFFFFFFUL); in sl_si91x_driver_send_side_band_crypto()
946 osMutexRelease(side_band_crypto_mutex); in sl_si91x_driver_send_side_band_crypto()
955 osMutexRelease(side_band_crypto_mutex); in sl_si91x_driver_send_side_band_crypto()
Dsl_rsi_utility.c164 osMutexId_t side_band_crypto_mutex = 0; variable
1102 side_band_crypto_mutex = osMutexNew(NULL); in sl_si91x_platform_init()