Home
last modified time | relevance | path

Searched refs:CryptoResourceLPF3_accessSemaphore (Results 1 – 2 of 2) sorted by relevance

/hal_ti-latest/simplelink_lpf3/source/ti/drivers/cryptoutils/sharedresources/
DCryptoResourceLPF3.c44 SemaphoreP_Struct CryptoResourceLPF3_accessSemaphore; variable
75 (void)SemaphoreP_constructBinary(&CryptoResourceLPF3_accessSemaphore, 1U); in CryptoResourceLPF3_constructRTOSObjects()
89 resourceAcquired = SemaphoreP_pend(&CryptoResourceLPF3_accessSemaphore, timeout); in CryptoResourceLPF3_acquireLock()
96 SemaphoreP_post(&CryptoResourceLPF3_accessSemaphore); in CryptoResourceLPF3_releaseLock()
DCryptoResourceLPF3.h53 extern SemaphoreP_Struct CryptoResourceLPF3_accessSemaphore;