Searched refs:SemaphoreP_constructBinary (Results 1 – 8 of 8) sorted by relevance
75 (void)SemaphoreP_constructBinary(&CryptoResourceLPF3_accessSemaphore, 1U); in CryptoResourceLPF3_constructRTOSObjects()76 (void)SemaphoreP_constructBinary(&CryptoResourceLPF3_operationSemaphore, 0U); in CryptoResourceLPF3_constructRTOSObjects()
164 extern SemaphoreP_Handle SemaphoreP_constructBinary(SemaphoreP_Struct *handle,
157 SemaphoreP_Handle SemaphoreP_constructBinary(SemaphoreP_Struct *handle, unsigned int count) in SemaphoreP_constructBinary() function
156 SemaphoreP_Handle SemaphoreP_constructBinary(SemaphoreP_Struct *handle, unsigned int count) { in SemaphoreP_constructBinary() function
180 SemaphoreP_constructBinary(&KeyStore_semaphoreObject.KeyStore_accessSemaphore, 1); in KeyStore_PSA_init()
522 if (SemaphoreP_constructBinary(&RNGLPF3RF_instanceData.accessSemaphore, 1) == NULL) in RNGLPF3RF_conditionNoiseToGenerateSeed()
4523 SemaphoreP_constructBinary(&pObj->state.semSync, 0); in RF_open()