Home
last modified time | relevance | path

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

/hal_ti-latest/simplelink/source/ti/drivers/dpl/
DSemaphoreP.h82 typedef union SemaphoreP_Struct { union
85 } SemaphoreP_Struct; typedef
161 extern SemaphoreP_Handle SemaphoreP_construct(SemaphoreP_Struct *handle,
164 extern SemaphoreP_Handle SemaphoreP_constructBinary(SemaphoreP_Struct *handle,
167 extern void SemaphoreP_destruct(SemaphoreP_Struct *semP);
/hal_ti-latest/simplelink_lpf3/source/ti/drivers/dpl/
DSemaphoreP.h82 typedef union SemaphoreP_Struct { union
85 } SemaphoreP_Struct; typedef
161 extern SemaphoreP_Handle SemaphoreP_construct(SemaphoreP_Struct *handle,
164 extern SemaphoreP_Handle SemaphoreP_constructBinary(SemaphoreP_Struct *handle,
167 extern void SemaphoreP_destruct(SemaphoreP_Struct *semP);
/hal_ti-latest/simplelink_lpf3/source/ti/drivers/cryptoutils/sharedresources/
DCryptoResourceLPF3.h53 extern SemaphoreP_Struct CryptoResourceLPF3_accessSemaphore;
54 extern SemaphoreP_Struct CryptoResourceLPF3_operationSemaphore;
DCryptoResourceLPF3.c44 SemaphoreP_Struct CryptoResourceLPF3_accessSemaphore;
45 SemaphoreP_Struct CryptoResourceLPF3_operationSemaphore;
/hal_ti-latest/simplelink_lpf3/kernel/zephyr/dpl/
DSemaphoreP_zephyr.c138 SemaphoreP_Handle SemaphoreP_construct(SemaphoreP_Struct *handle, unsigned int count, SemaphoreP_Pa… in SemaphoreP_construct()
157 SemaphoreP_Handle SemaphoreP_constructBinary(SemaphoreP_Struct *handle, unsigned int count) in SemaphoreP_constructBinary()
167 void SemaphoreP_destruct(SemaphoreP_Struct *semP) in SemaphoreP_destruct()
/hal_ti-latest/simplelink/kernel/zephyr/dpl/
DSemaphoreP_zephyr.c137 SemaphoreP_Handle SemaphoreP_construct(SemaphoreP_Struct *handle, in SemaphoreP_construct()
156 SemaphoreP_Handle SemaphoreP_constructBinary(SemaphoreP_Struct *handle, unsigned int count) { in SemaphoreP_constructBinary()
165 void SemaphoreP_destruct(SemaphoreP_Struct *semP) { in SemaphoreP_destruct()
/hal_ti-latest/simplelink_lpf3/source/ti/drivers/rcl/
DRCL_Client.h49 SemaphoreP_Struct pendSem;
/hal_ti-latest/simplelink_lpf3/source/ti/drivers/cryptoutils/cryptokey/
DCryptoKeyKeyStore_PSA_helpers.h71 SemaphoreP_Struct KeyStore_accessSemaphore;
/hal_ti-latest/simplelink/source/ti/drivers/rf/
DRFCC26X2.h1423SemaphoreP_Struct semSync; ///< Semaphore used by RF_runCmd(), RF_pendCmd() and p…
/hal_ti-latest/simplelink_lpf3/source/ti/drivers/rng/
DRNGLPF3RF.c86 SemaphoreP_Struct accessSemaphore;