Home
last modified time | relevance | path

Searched refs:SemaphoreP_constructBinary (Results 1 – 8 of 8) sorted by relevance

/hal_ti-latest/simplelink_lpf3/source/ti/drivers/cryptoutils/sharedresources/
DCryptoResourceLPF3.c75 (void)SemaphoreP_constructBinary(&CryptoResourceLPF3_accessSemaphore, 1U); in CryptoResourceLPF3_constructRTOSObjects()
76 (void)SemaphoreP_constructBinary(&CryptoResourceLPF3_operationSemaphore, 0U); in CryptoResourceLPF3_constructRTOSObjects()
/hal_ti-latest/simplelink/source/ti/drivers/dpl/
DSemaphoreP.h164 extern SemaphoreP_Handle SemaphoreP_constructBinary(SemaphoreP_Struct *handle,
/hal_ti-latest/simplelink_lpf3/source/ti/drivers/dpl/
DSemaphoreP.h164 extern SemaphoreP_Handle SemaphoreP_constructBinary(SemaphoreP_Struct *handle,
/hal_ti-latest/simplelink_lpf3/kernel/zephyr/dpl/
DSemaphoreP_zephyr.c157 SemaphoreP_Handle SemaphoreP_constructBinary(SemaphoreP_Struct *handle, unsigned int count) in SemaphoreP_constructBinary() function
/hal_ti-latest/simplelink/kernel/zephyr/dpl/
DSemaphoreP_zephyr.c156 SemaphoreP_Handle SemaphoreP_constructBinary(SemaphoreP_Struct *handle, unsigned int count) { in SemaphoreP_constructBinary() function
/hal_ti-latest/simplelink_lpf3/source/ti/drivers/cryptoutils/cryptokey/
DCryptoKeyKeyStore_PSA_helpers.c180 SemaphoreP_constructBinary(&KeyStore_semaphoreObject.KeyStore_accessSemaphore, 1); in KeyStore_PSA_init()
/hal_ti-latest/simplelink_lpf3/source/ti/drivers/rng/
DRNGLPF3RF.c522 if (SemaphoreP_constructBinary(&RNGLPF3RF_instanceData.accessSemaphore, 1) == NULL) in RNGLPF3RF_conditionNoiseToGenerateSeed()
/hal_ti-latest/simplelink/source/ti/drivers/rf/
DRFCC26X2_multiMode.c4523 SemaphoreP_constructBinary(&pObj->state.semSync, 0); in RF_open()