Home
last modified time | relevance | path

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

/hal_ti-latest/simplelink/source/ti/drivers/dpl/
DSemaphoreP.h114 typedef void *SemaphoreP_Handle; typedef
161 extern SemaphoreP_Handle SemaphoreP_construct(SemaphoreP_Struct *handle,
164 extern SemaphoreP_Handle SemaphoreP_constructBinary(SemaphoreP_Struct *handle,
181 extern SemaphoreP_Handle SemaphoreP_create(unsigned int count,
195 extern SemaphoreP_Handle SemaphoreP_createBinary(unsigned int count);
208 extern SemaphoreP_Handle SemaphoreP_createBinaryCallback(unsigned int count,
216 extern void SemaphoreP_delete(SemaphoreP_Handle handle);
241 extern SemaphoreP_Status SemaphoreP_pend(SemaphoreP_Handle handle,
249 extern void SemaphoreP_post(SemaphoreP_Handle handle);
/hal_ti-latest/simplelink_lpf3/source/ti/drivers/dpl/
DSemaphoreP.h114 typedef void *SemaphoreP_Handle; typedef
161 extern SemaphoreP_Handle SemaphoreP_construct(SemaphoreP_Struct *handle,
164 extern SemaphoreP_Handle SemaphoreP_constructBinary(SemaphoreP_Struct *handle,
181 extern SemaphoreP_Handle SemaphoreP_create(unsigned int count,
195 extern SemaphoreP_Handle SemaphoreP_createBinary(unsigned int count);
208 extern SemaphoreP_Handle SemaphoreP_createBinaryCallback(unsigned int count,
216 extern void SemaphoreP_delete(SemaphoreP_Handle handle);
241 extern SemaphoreP_Status SemaphoreP_pend(SemaphoreP_Handle handle,
249 extern void SemaphoreP_post(SemaphoreP_Handle handle);
/hal_ti-latest/simplelink_lpf3/kernel/zephyr/dpl/
DSemaphoreP_zephyr.c62 SemaphoreP_Handle SemaphoreP_create(unsigned int count, SemaphoreP_Params *params) in SemaphoreP_create()
78 return (SemaphoreP_Handle)sem; in SemaphoreP_create()
81 SemaphoreP_Handle SemaphoreP_createBinary(unsigned int count) in SemaphoreP_createBinary()
91 void SemaphoreP_delete(SemaphoreP_Handle handle) in SemaphoreP_delete()
115 SemaphoreP_Status SemaphoreP_pend(SemaphoreP_Handle handle, uint32_t timeout) in SemaphoreP_pend()
133 void SemaphoreP_post(SemaphoreP_Handle handle) in SemaphoreP_post()
138 SemaphoreP_Handle SemaphoreP_construct(SemaphoreP_Struct *handle, unsigned int count, SemaphoreP_Pa… in SemaphoreP_construct()
154 return (SemaphoreP_Handle)sem; in SemaphoreP_construct()
157 SemaphoreP_Handle SemaphoreP_constructBinary(SemaphoreP_Struct *handle, unsigned int count) in SemaphoreP_constructBinary()
/hal_ti-latest/simplelink/kernel/zephyr/dpl/
DSemaphoreP_zephyr.c62 SemaphoreP_Handle SemaphoreP_create(unsigned int count, in SemaphoreP_create()
78 return (SemaphoreP_Handle)sem; in SemaphoreP_create()
81 SemaphoreP_Handle SemaphoreP_createBinary(unsigned int count) in SemaphoreP_createBinary()
92 void SemaphoreP_delete(SemaphoreP_Handle handle) in SemaphoreP_delete()
116 SemaphoreP_Status SemaphoreP_pend(SemaphoreP_Handle handle, uint32_t timeout) in SemaphoreP_pend()
132 void SemaphoreP_post(SemaphoreP_Handle handle) in SemaphoreP_post()
137 SemaphoreP_Handle SemaphoreP_construct(SemaphoreP_Struct *handle, in SemaphoreP_construct()
153 return (SemaphoreP_Handle)sem; in SemaphoreP_construct()
156 SemaphoreP_Handle SemaphoreP_constructBinary(SemaphoreP_Struct *handle, unsigned int count) { in SemaphoreP_constructBinary()
/hal_ti-latest/simplelink/source/ti/drivers/net/wifi/porting/
Dcc_pal.h327 int SemaphoreP_create_handle(SemaphoreP_Handle* pSemHandle);
339 int SemaphoreP_delete_handle(SemaphoreP_Handle* pSemHandle);
351 int SemaphoreP_post_handle(SemaphoreP_Handle* pSemHandle);
Dcc_pal.c487 int SemaphoreP_create_handle(SemaphoreP_Handle* pSemHandle) in SemaphoreP_create_handle()
507 int SemaphoreP_delete_handle(SemaphoreP_Handle* pSemHandle) in SemaphoreP_delete_handle()
513 int SemaphoreP_post_handle(SemaphoreP_Handle* pSemHandle) in SemaphoreP_post_handle()
Duser.h1038 #define _SlSyncObj_t SemaphoreP_Handle
/hal_ti-latest/simplelink/source/ti/drivers/i2c/
DI2CCC32XX.h175 SemaphoreP_Handle mutex;
178 SemaphoreP_Handle transferComplete;
/hal_ti-latest/simplelink/source/ti/drivers/uart/
DUARTCC32XXDMA.h327 SemaphoreP_Handle writeSem; /* UART write semaphore */
328 SemaphoreP_Handle readSem; /* UART read semaphore */
DUARTCC32XX.h371 SemaphoreP_Handle readSem; /* UART read semaphore */
379 SemaphoreP_Handle writeSem; /* UART write semaphore*/
/hal_ti-latest/simplelink/source/ti/drivers/uart2/
DUART2CC32XX.h292 SemaphoreP_Handle readSem; /* UART read semaphore */
302 SemaphoreP_Handle writeSem; /* UART write semaphore*/
/hal_ti-latest/simplelink/source/ti/drivers/sd/
DSDSPI.h115 SemaphoreP_Handle lockSem;
DSDHostCC32XX.h175 SemaphoreP_Handle cmdSem;
/hal_ti-latest/simplelink/source/ti/drivers/camera/
DCameraCC32XXDMA.h157 SemaphoreP_Handle captureSem;
/hal_ti-latest/simplelink/source/ti/drivers/timer/
DTimerCC32XX.h188 SemaphoreP_Handle timerSem;
/hal_ti-latest/simplelink/source/ti/drivers/spi/
DSPICC32XXDMA.h370 SemaphoreP_Handle transferComplete;
/hal_ti-latest/simplelink/source/ti/drivers/nvs/
DNVSRAM.c70 static SemaphoreP_Handle writeSem;
123 SemaphoreP_Handle sem; in NVSRAM_init()
DNVSSPI25X.c124 static SemaphoreP_Handle writeSem;
223 SemaphoreP_Handle tempSem; in NVSSPI25X_init()
/hal_ti-latest/simplelink/source/ti/drivers/crypto/
DCryptoCC32XX.h378 SemaphoreP_Handle sem[CryptoCC32XX_MAX_TYPES];
/hal_ti-latest/simplelink/source/ti/drivers/gpio/
DGPIOCC32XX.c444 SemaphoreP_Handle sem; in GPIO_init()
445 static SemaphoreP_Handle initSem; in GPIO_init()
/hal_ti-latest/simplelink_lpf3/source/ti/drivers/aesecb/
DAESECBLPF3.c568 (void)SemaphoreP_pend((SemaphoreP_Handle)&CryptoResourceLPF3_operationSemaphore, in AESECBLPF3_waitForResult()
/hal_ti-latest/simplelink_lpf3/source/ti/drivers/aesctr/
DAESCTRLPF3.c666 (void)SemaphoreP_pend((SemaphoreP_Handle)&CryptoResourceLPF3_operationSemaphore, in AESCTRLPF3_waitForResult()
/hal_ti-latest/simplelink_lpf3/source/ti/drivers/aescmac/
DAESCMACLPF3.c650 (void)SemaphoreP_pend((SemaphoreP_Handle)&CryptoResourceLPF3_operationSemaphore, in AESCMACLPF3_waitForResult()
/hal_ti-latest/simplelink_lpf3/source/ti/drivers/aesccm/
DAESCCMLPF3.c391 (void)SemaphoreP_pend((SemaphoreP_Handle)&CryptoResourceLPF3_operationSemaphore, in AESCCMLPF3_waitForDMA()