Home
last modified time | relevance | path

Searched refs:SemaphoreP_WAIT_FOREVER (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()
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()
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/
DRNG.c50 .timeout = SemaphoreP_WAIT_FOREVER};
DAESECB.c54 .timeout = SemaphoreP_WAIT_FOREVER,
DAESCMAC.c55 .timeout = SemaphoreP_WAIT_FOREVER,
DAESCTR.c54 .timeout = SemaphoreP_WAIT_FOREVER,
DECDH.c53 .timeout = SemaphoreP_WAIT_FOREVER,
DAESCCM.c54 .timeout = SemaphoreP_WAIT_FOREVER,
/hal_ti-latest/simplelink/source/ti/drivers/dpl/
DSemaphoreP.h90 #define SemaphoreP_WAIT_FOREVER ~(0) macro
/hal_ti-latest/simplelink_lpf3/source/ti/drivers/dpl/
DSemaphoreP.h90 #define SemaphoreP_WAIT_FOREVER ~(0) macro
/hal_ti-latest/simplelink/source/ti/drivers/crypto/
DCryptoCC32XX.c298 SemaphoreP_WAIT_FOREVER)) in CryptoCC32XX_encrypt()
337 SemaphoreP_WAIT_FOREVER)) in CryptoCC32XX_decrypt()
376 SemaphoreP_WAIT_FOREVER)) in CryptoCC32XX_sign()
413 SemaphoreP_WAIT_FOREVER)) in CryptoCC32XX_verify()
/hal_ti-latest/simplelink_lpf3/kernel/zephyr/dpl/
DSemaphoreP_zephyr.c55 case SemaphoreP_WAIT_FOREVER: in dpl_convert_timeout()
/hal_ti-latest/simplelink/kernel/zephyr/dpl/
DSemaphoreP_zephyr.c54 case SemaphoreP_WAIT_FOREVER: in dpl_convert_timeout()
/hal_ti-latest/simplelink_lpf3/source/ti/drivers/aesctrdrbg/
DAESCTRDRBGXX.c456 lockAcquireTimeout = SemaphoreP_WAIT_FOREVER; in AESCTRDRBG_getRandomBytes()
566 lockAcquireTimeout = SemaphoreP_WAIT_FOREVER; in AESCTRDRBG_reseed()
/hal_ti-latest/simplelink_lpf3/source/ti/drivers/cryptoutils/cryptokey/
DCryptoKeyKeyStore_PSA_helpers.c80 …red = SemaphoreP_pend(&KeyStore_semaphoreObject.KeyStore_accessSemaphore, SemaphoreP_WAIT_FOREVER); in KeyStore_acquireLock()
/hal_ti-latest/simplelink_lpf3/source/ti/drivers/rng/
DRNGLPF3RF.c803 …if (SemaphoreP_pend(&RNGLPF3RF_instanceData.accessSemaphore, SemaphoreP_WAIT_FOREVER) != Semaphore… in RNG_fillPoolIfLessThan()
/hal_ti-latest/simplelink/source/ti/drivers/gpio/
DGPIOCC32XX.c467 SemaphoreP_pend(initSem, SemaphoreP_WAIT_FOREVER); in GPIO_init()
/hal_ti-latest/simplelink/source/ti/drivers/i2c/
DI2CCC32XX.c934 SemaphoreP_WAIT_FOREVER); in I2CCC32XX_transfer()
/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.c569 (uint32_t)SemaphoreP_WAIT_FOREVER); in AESECBLPF3_waitForResult()
/hal_ti-latest/simplelink/source/ti/drivers/rf/
DRFCC26X2_multiMode.c369 .nInactivityTimeout = SemaphoreP_WAIT_FOREVER,
2883 else if (inactivityTimeUs != SemaphoreP_WAIT_FOREVER) in RF_setInactivityTimeout()
4612 SemaphoreP_pend(&h->state.semSync, SemaphoreP_WAIT_FOREVER); in RF_close()
5049 SemaphoreP_pend(&h->state.semSync, SemaphoreP_WAIT_FOREVER); in RF_pendCmd()
/hal_ti-latest/simplelink_lpf3/source/ti/drivers/aesctr/
DAESCTRLPF3.c667 (uint32_t)SemaphoreP_WAIT_FOREVER); in AESCTRLPF3_waitForResult()
/hal_ti-latest/simplelink/source/ti/drivers/uart/
DUARTCC32XX.c1144 SemaphoreP_pend(object->readSem, SemaphoreP_WAIT_FOREVER); in readTaskBlocking()

12