| /hal_ti-latest/simplelink/source/ti/drivers/nvs/ |
| D | NVSRAM.c | 96 SemaphoreP_pend(writeSem, SemaphoreP_WAIT_FOREVER); in NVSRAM_erase() 152 if (SemaphoreP_pend(writeSem, timeout) != SemaphoreP_OK) { in NVSRAM_lock() 187 SemaphoreP_pend(writeSem, SemaphoreP_WAIT_FOREVER); in NVSRAM_open() 240 SemaphoreP_pend(writeSem, SemaphoreP_WAIT_FOREVER); in NVSRAM_read() 277 SemaphoreP_pend(writeSem, SemaphoreP_WAIT_FOREVER); in NVSRAM_write()
|
| D | NVSSPI25X.c | 134 SemaphoreP_pend(writeSem, SemaphoreP_WAIT_FOREVER); in NVSSPI25X_close() 193 SemaphoreP_pend(writeSem, SemaphoreP_WAIT_FOREVER); in NVSSPI25X_erase() 255 if (SemaphoreP_pend(writeSem, timeout) != SemaphoreP_OK) { in NVSSPI25X_lock() 285 SemaphoreP_pend(writeSem, SemaphoreP_WAIT_FOREVER); in NVSSPI25X_open() 388 SemaphoreP_pend(writeSem, SemaphoreP_WAIT_FOREVER); in NVSSPI25X_read() 428 SemaphoreP_pend(writeSem, SemaphoreP_WAIT_FOREVER); in NVSSPI25X_write()
|
| /hal_ti-latest/simplelink/source/ti/drivers/sd/ |
| D | SDHostCC32XX.c | 593 SemaphoreP_pend(object->cmdSem, SemaphoreP_WAIT_FOREVER); in SDHostCC32XX_read() 613 SemaphoreP_pend(object->cmdSem, SemaphoreP_WAIT_FOREVER); in SDHostCC32XX_read() 631 SemaphoreP_pend(object->cmdSem, SemaphoreP_WAIT_FOREVER); in SDHostCC32XX_read() 645 SemaphoreP_pend(object->cmdSem, SemaphoreP_WAIT_FOREVER); in SDHostCC32XX_read() 731 SemaphoreP_pend(object->cmdSem, SemaphoreP_WAIT_FOREVER); in SDHostCC32XX_write() 753 SemaphoreP_pend(object->cmdSem, SemaphoreP_WAIT_FOREVER); in SDHostCC32XX_write() 771 SemaphoreP_pend(object->cmdSem, SemaphoreP_WAIT_FOREVER); in SDHostCC32XX_write() 784 SemaphoreP_pend(object->cmdSem, SemaphoreP_WAIT_FOREVER); in SDHostCC32XX_write() 1101 SemaphoreP_pend(object->cmdSem, SemaphoreP_WAIT_FOREVER); in send_cmd() 1131 SemaphoreP_pend(object->cmdSem, SemaphoreP_WAIT_FOREVER); in selectCard()
|
| D | SDSPI.c | 149 SemaphoreP_pend(object->lockSem, SemaphoreP_WAIT_FOREVER); in SDSPI_getNumSectors() 214 SemaphoreP_pend(object->lockSem, SemaphoreP_WAIT_FOREVER); in SDSPI_initialize() 449 SemaphoreP_pend(object->lockSem, SemaphoreP_WAIT_FOREVER); in SDSPI_read() 513 SemaphoreP_pend(object->lockSem, SemaphoreP_WAIT_FOREVER); in SDSPI_write()
|
| /hal_ti-latest/simplelink_lpf3/source/ti/drivers/cryptoutils/sharedresources/ |
| D | CryptoResourceLPF3.c | 89 resourceAcquired = SemaphoreP_pend(&CryptoResourceLPF3_accessSemaphore, timeout); in CryptoResourceLPF3_acquireLock()
|
| /hal_ti-latest/simplelink/source/ti/drivers/dpl/ |
| D | SemaphoreP.h | 241 extern SemaphoreP_Status SemaphoreP_pend(SemaphoreP_Handle handle,
|
| /hal_ti-latest/simplelink_lpf3/source/ti/drivers/dpl/ |
| D | SemaphoreP.h | 241 extern SemaphoreP_Status SemaphoreP_pend(SemaphoreP_Handle handle,
|
| /hal_ti-latest/simplelink/source/ti/drivers/i2c/ |
| D | I2CCC32XX.c | 856 if (SemaphoreP_pend(object->mutex, SemaphoreP_NO_WAIT) in I2CCC32XX_transfer() 871 if(SemaphoreP_pend(object->mutex, timeout) == SemaphoreP_TIMEOUT) { in I2CCC32XX_transfer() 884 SemaphoreP_pend(object->transferComplete, SemaphoreP_NO_WAIT); in I2CCC32XX_transfer() 902 if (SemaphoreP_pend(object->transferComplete, timeout) in I2CCC32XX_transfer() 933 SemaphoreP_pend(object->transferComplete, in I2CCC32XX_transfer()
|
| /hal_ti-latest/simplelink/source/ti/drivers/crypto/ |
| D | CryptoCC32XX.c | 297 if (SemaphoreP_OK == SemaphoreP_pend(object->sem[cryptoIndex], in CryptoCC32XX_encrypt() 336 if (SemaphoreP_OK == SemaphoreP_pend(object->sem[cryptoIndex], in CryptoCC32XX_decrypt() 375 if (SemaphoreP_OK == SemaphoreP_pend(object->sem[cryptoIndex], in CryptoCC32XX_sign() 412 if (SemaphoreP_OK == SemaphoreP_pend(object->sem[cryptoIndex], in CryptoCC32XX_verify()
|
| /hal_ti-latest/simplelink_lpf3/kernel/zephyr/dpl/ |
| D | SemaphoreP_zephyr.c | 115 SemaphoreP_Status SemaphoreP_pend(SemaphoreP_Handle handle, uint32_t timeout) in SemaphoreP_pend() function
|
| /hal_ti-latest/simplelink/kernel/zephyr/dpl/ |
| D | SemaphoreP_zephyr.c | 116 SemaphoreP_Status SemaphoreP_pend(SemaphoreP_Handle handle, uint32_t timeout) in SemaphoreP_pend() function
|
| /hal_ti-latest/simplelink/source/ti/drivers/net/wifi/porting/ |
| D | user.h | 1116 #define sl_SyncObjWait(pSyncObj,Timeout) SemaphoreP_pend((*(pSyncObj)),Timeout)
|
| /hal_ti-latest/simplelink/source/ti/drivers/uart/ |
| D | UARTCC32XXDMA.c | 508 if (SemaphoreP_OK != SemaphoreP_pend(object->readSem, in UARTCC32XXDMA_read() 522 SemaphoreP_pend(object->readSem, 0); in UARTCC32XXDMA_read() 654 if (SemaphoreP_OK != SemaphoreP_pend(object->writeSem, in UARTCC32XXDMA_write() 668 SemaphoreP_pend(object->writeSem, 0); in UARTCC32XXDMA_write()
|
| D | UARTCC32XX.c | 744 if (SemaphoreP_OK != SemaphoreP_pend(object->writeSem, in UARTCC32XX_write() 1125 SemaphoreP_pend(object->readSem, SemaphoreP_NO_WAIT); in readTaskBlocking() 1144 SemaphoreP_pend(object->readSem, SemaphoreP_WAIT_FOREVER); in readTaskBlocking()
|
| /hal_ti-latest/simplelink_lpf3/source/ti/drivers/cryptoutils/cryptokey/ |
| D | CryptoKeyKeyStore_PSA_helpers.c | 80 …resourceAcquired = SemaphoreP_pend(&KeyStore_semaphoreObject.KeyStore_accessSemaphore, SemaphoreP_… in KeyStore_acquireLock()
|
| /hal_ti-latest/simplelink_lpf3/source/ti/drivers/rng/ |
| D | RNGLPF3RF.c | 295 … if (SemaphoreP_pend(&RNGLPF3RF_instanceData.accessSemaphore, object->timeout) != SemaphoreP_OK) in RNGLPF3RF_getValidatedNumber() 803 …if (SemaphoreP_pend(&RNGLPF3RF_instanceData.accessSemaphore, SemaphoreP_WAIT_FOREVER) != Semaphore… in RNG_fillPoolIfLessThan()
|
| /hal_ti-latest/simplelink/source/ti/drivers/uart2/ |
| D | UART2CC32XX.c | 691 if (SemaphoreP_OK != SemaphoreP_pend(object->readSem, timeout)) { in UART2CC32XX_read() 696 SemaphoreP_pend(object->readSem, SemaphoreP_NO_WAIT); in UART2CC32XX_read() 832 if (SemaphoreP_OK != SemaphoreP_pend(object->writeSem, timeout)) { in UART2CC32XX_write()
|
| /hal_ti-latest/simplelink/source/ti/drivers/spi/ |
| D | SPICC32XXDMA.c | 725 if (SemaphoreP_pend(object->transferComplete, in SPICC32XXDMA_transfer() 735 SemaphoreP_pend(object->transferComplete, SemaphoreP_NO_WAIT); in SPICC32XXDMA_transfer()
|
| /hal_ti-latest/simplelink/source/ti/drivers/camera/ |
| D | CameraCC32XXDMA.c | 480 if (SemaphoreP_OK == SemaphoreP_pend(object->captureSem, in CameraCC32XXDMA_capture()
|
| /hal_ti-latest/simplelink/source/ti/drivers/timer/ |
| D | TimerCC32XX.c | 626 SemaphoreP_pend(object->timerSem, ~0); in TimerCC32XX_start()
|
| /hal_ti-latest/simplelink/source/ti/drivers/gpio/ |
| D | GPIOCC32XX.c | 467 SemaphoreP_pend(initSem, SemaphoreP_WAIT_FOREVER); in GPIO_init()
|
| /hal_ti-latest/simplelink_lpf3/source/ti/drivers/rcl/ |
| D | RCL.c | 786 SemaphoreP_pend(&h->pendSem, SemaphoreP_WAIT_FOREVER); in RCL_Command_pend()
|
| /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()
|