| /hal_ti-latest/simplelink/source/ti/drivers/dpl/ |
| D | SemaphoreP.h | 114 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/ |
| D | SemaphoreP.h | 114 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/ |
| D | SemaphoreP_zephyr.c | 62 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/ |
| D | SemaphoreP_zephyr.c | 62 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/ |
| D | cc_pal.h | 327 int SemaphoreP_create_handle(SemaphoreP_Handle* pSemHandle); 339 int SemaphoreP_delete_handle(SemaphoreP_Handle* pSemHandle); 351 int SemaphoreP_post_handle(SemaphoreP_Handle* pSemHandle);
|
| D | cc_pal.c | 487 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()
|
| D | user.h | 1038 #define _SlSyncObj_t SemaphoreP_Handle
|
| /hal_ti-latest/simplelink/source/ti/drivers/i2c/ |
| D | I2CCC32XX.h | 175 SemaphoreP_Handle mutex; 178 SemaphoreP_Handle transferComplete;
|
| /hal_ti-latest/simplelink/source/ti/drivers/uart/ |
| D | UARTCC32XXDMA.h | 327 SemaphoreP_Handle writeSem; /* UART write semaphore */ 328 SemaphoreP_Handle readSem; /* UART read semaphore */
|
| D | UARTCC32XX.h | 371 SemaphoreP_Handle readSem; /* UART read semaphore */ 379 SemaphoreP_Handle writeSem; /* UART write semaphore*/
|
| /hal_ti-latest/simplelink/source/ti/drivers/uart2/ |
| D | UART2CC32XX.h | 292 SemaphoreP_Handle readSem; /* UART read semaphore */ 302 SemaphoreP_Handle writeSem; /* UART write semaphore*/
|
| /hal_ti-latest/simplelink/source/ti/drivers/sd/ |
| D | SDSPI.h | 115 SemaphoreP_Handle lockSem;
|
| D | SDHostCC32XX.h | 175 SemaphoreP_Handle cmdSem;
|
| /hal_ti-latest/simplelink/source/ti/drivers/camera/ |
| D | CameraCC32XXDMA.h | 157 SemaphoreP_Handle captureSem;
|
| /hal_ti-latest/simplelink/source/ti/drivers/timer/ |
| D | TimerCC32XX.h | 188 SemaphoreP_Handle timerSem;
|
| /hal_ti-latest/simplelink/source/ti/drivers/spi/ |
| D | SPICC32XXDMA.h | 370 SemaphoreP_Handle transferComplete;
|
| /hal_ti-latest/simplelink/source/ti/drivers/nvs/ |
| D | NVSRAM.c | 70 static SemaphoreP_Handle writeSem; 123 SemaphoreP_Handle sem; in NVSRAM_init()
|
| D | NVSSPI25X.c | 124 static SemaphoreP_Handle writeSem; 223 SemaphoreP_Handle tempSem; in NVSSPI25X_init()
|
| /hal_ti-latest/simplelink/source/ti/drivers/crypto/ |
| D | CryptoCC32XX.h | 378 SemaphoreP_Handle sem[CryptoCC32XX_MAX_TYPES];
|
| /hal_ti-latest/simplelink/source/ti/drivers/gpio/ |
| D | GPIOCC32XX.c | 444 SemaphoreP_Handle sem; in GPIO_init() 445 static SemaphoreP_Handle initSem; in GPIO_init()
|
| /hal_ti-latest/simplelink_lpf3/source/ti/drivers/aesecb/ |
| D | AESECBLPF3.c | 568 (void)SemaphoreP_pend((SemaphoreP_Handle)&CryptoResourceLPF3_operationSemaphore, in AESECBLPF3_waitForResult()
|
| /hal_ti-latest/simplelink_lpf3/source/ti/drivers/aesctr/ |
| D | AESCTRLPF3.c | 666 (void)SemaphoreP_pend((SemaphoreP_Handle)&CryptoResourceLPF3_operationSemaphore, in AESCTRLPF3_waitForResult()
|
| /hal_ti-latest/simplelink_lpf3/source/ti/drivers/aescmac/ |
| D | AESCMACLPF3.c | 650 (void)SemaphoreP_pend((SemaphoreP_Handle)&CryptoResourceLPF3_operationSemaphore, in AESCMACLPF3_waitForResult()
|
| /hal_ti-latest/simplelink_lpf3/source/ti/drivers/aesccm/ |
| D | AESCCMLPF3.c | 391 (void)SemaphoreP_pend((SemaphoreP_Handle)&CryptoResourceLPF3_operationSemaphore, in AESCCMLPF3_waitForDMA()
|