Home
last modified time | relevance | path

Searched refs:SemaphoreP_pend (Results 1 – 25 of 27) sorted by relevance

12

/hal_ti-latest/simplelink/source/ti/drivers/nvs/
DNVSRAM.c96 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()
DNVSSPI25X.c134 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/
DSDHostCC32XX.c593 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()
DSDSPI.c149 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/
DCryptoResourceLPF3.c89 resourceAcquired = SemaphoreP_pend(&CryptoResourceLPF3_accessSemaphore, timeout); in CryptoResourceLPF3_acquireLock()
/hal_ti-latest/simplelink/source/ti/drivers/dpl/
DSemaphoreP.h241 extern SemaphoreP_Status SemaphoreP_pend(SemaphoreP_Handle handle,
/hal_ti-latest/simplelink_lpf3/source/ti/drivers/dpl/
DSemaphoreP.h241 extern SemaphoreP_Status SemaphoreP_pend(SemaphoreP_Handle handle,
/hal_ti-latest/simplelink/source/ti/drivers/i2c/
DI2CCC32XX.c856 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/
DCryptoCC32XX.c297 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/
DSemaphoreP_zephyr.c115 SemaphoreP_Status SemaphoreP_pend(SemaphoreP_Handle handle, uint32_t timeout) in SemaphoreP_pend() function
/hal_ti-latest/simplelink/kernel/zephyr/dpl/
DSemaphoreP_zephyr.c116 SemaphoreP_Status SemaphoreP_pend(SemaphoreP_Handle handle, uint32_t timeout) in SemaphoreP_pend() function
/hal_ti-latest/simplelink/source/ti/drivers/net/wifi/porting/
Duser.h1116 #define sl_SyncObjWait(pSyncObj,Timeout) SemaphoreP_pend((*(pSyncObj)),Timeout)
/hal_ti-latest/simplelink/source/ti/drivers/uart/
DUARTCC32XXDMA.c508 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()
DUARTCC32XX.c744 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/
DCryptoKeyKeyStore_PSA_helpers.c80 …resourceAcquired = SemaphoreP_pend(&KeyStore_semaphoreObject.KeyStore_accessSemaphore, SemaphoreP_… in KeyStore_acquireLock()
/hal_ti-latest/simplelink_lpf3/source/ti/drivers/rng/
DRNGLPF3RF.c295 … 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/
DUART2CC32XX.c691 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/
DSPICC32XXDMA.c725 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/
DCameraCC32XXDMA.c480 if (SemaphoreP_OK == SemaphoreP_pend(object->captureSem, in CameraCC32XXDMA_capture()
/hal_ti-latest/simplelink/source/ti/drivers/timer/
DTimerCC32XX.c626 SemaphoreP_pend(object->timerSem, ~0); in TimerCC32XX_start()
/hal_ti-latest/simplelink/source/ti/drivers/gpio/
DGPIOCC32XX.c467 SemaphoreP_pend(initSem, SemaphoreP_WAIT_FOREVER); in GPIO_init()
/hal_ti-latest/simplelink_lpf3/source/ti/drivers/rcl/
DRCL.c786 SemaphoreP_pend(&h->pendSem, SemaphoreP_WAIT_FOREVER); in RCL_Command_pend()
/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()

12