Home
last modified time | relevance | path

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

/hal_ti-latest/simplelink_lpf3/source/ti/drivers/rng/
DRNGLPF3RF.c86 SemaphoreP_Struct accessSemaphore; member
295 … if (SemaphoreP_pend(&RNGLPF3RF_instanceData.accessSemaphore, object->timeout) != SemaphoreP_OK) in RNGLPF3RF_getValidatedNumber()
350 SemaphoreP_post(&RNGLPF3RF_instanceData.accessSemaphore); in RNGLPF3RF_getValidatedNumber()
522 if (SemaphoreP_constructBinary(&RNGLPF3RF_instanceData.accessSemaphore, 1) == NULL) in RNGLPF3RF_conditionNoiseToGenerateSeed()
803 …if (SemaphoreP_pend(&RNGLPF3RF_instanceData.accessSemaphore, SemaphoreP_WAIT_FOREVER) != Semaphore… in RNG_fillPoolIfLessThan()
811 SemaphoreP_post(&RNGLPF3RF_instanceData.accessSemaphore); in RNG_fillPoolIfLessThan()