Home
last modified time | relevance | path

Searched defs:handle (Results 1 – 25 of 57) sorted by relevance

123

/hal_ti-latest/simplelink_lpf3/source/ti/drivers/aescmac/
DAESCMACLPF3.c117 static inline AESCMACLPF3_Object *AESCMACLPF3_getObject(AESCMAC_Handle handle) in AESCMACLPF3_getObject()
130 AESCMAC_Handle handle = (AESCMAC_Handle)arg0; in AESCMACLPF3_hwiFxn() local
192 AESCMAC_Handle handle = config; in AESCMAC_construct() local
295 static int_fast16_t AESCMACLPF3_startOperation(AESCMAC_Handle handle) in AESCMACLPF3_startOperation()
527 static int_fast16_t AESCMACLPF3_oneStepOperation(AESCMAC_Handle handle, in AESCMACLPF3_oneStepOperation()
615 static inline int_fast16_t AESCMACLPF3_waitForResult(AESCMAC_Handle handle) in AESCMACLPF3_waitForResult()
667 int_fast16_t AESCMAC_oneStepSign(AESCMAC_Handle handle, AESCMAC_Operation *operation, CryptoKey *ke… in AESCMAC_oneStepSign()
691 int_fast16_t AESCMAC_oneStepVerify(AESCMAC_Handle handle, AESCMAC_Operation *operation, CryptoKey *… in AESCMAC_oneStepVerify()
774 int_fast16_t AESCMAC_setupSign(AESCMAC_Handle handle, const CryptoKey *key) in AESCMAC_setupSign()
804 int_fast16_t AESCMAC_setupVerify(AESCMAC_Handle handle, const CryptoKey *key) in AESCMAC_setupVerify()
[all …]
/hal_ti-latest/simplelink_lpf3/source/ti/drivers/aesecb/
DAESECBLPF3.c135 static inline AESECBLPF3_Object *AESEBCLPF3_getObject(AESECB_Handle handle) in AESEBCLPF3_getObject()
148 AESECB_Handle handle = (AESECB_Handle)arg0; in AESECBLPF3_hwiFxn() local
204 AESECB_Handle handle = config; in AESECB_construct() local
249 void AESECB_close(AESECB_Handle handle) in AESECB_close()
261 int_fast16_t AESECB_oneStepEncrypt(AESECB_Handle handle, AESECB_Operation *operation) in AESECB_oneStepEncrypt()
285 int_fast16_t AESECB_oneStepDecrypt(AESECB_Handle handle, AESECB_Operation *operation) in AESECB_oneStepDecrypt()
342 static inline int_fast16_t AESECBLPF3_oneStepOperation(AESECB_Handle handle, in AESECBLPF3_oneStepOperation()
394 static int_fast16_t AESECBLPF3_startOperation(AESECB_Handle handle, AESECB_Operation *operation) in AESECBLPF3_startOperation()
535 static inline int_fast16_t AESECBLPF3_waitForResult(AESECB_Handle handle) in AESECBLPF3_waitForResult()
585 int_fast16_t AESECB_setupEncrypt(AESECB_Handle handle, const CryptoKey *key) in AESECB_setupEncrypt()
[all …]
/hal_ti-latest/simplelink/source/ti/drivers/uart/
DUARTCC32XX.c178 void UARTCC32XX_close(UART_Handle handle) in UARTCC32XX_close()
257 int_fast16_t UARTCC32XX_control(UART_Handle handle, uint_fast16_t cmd, in UARTCC32XX_control()
382 void UARTCC32XX_init(UART_Handle handle) in UARTCC32XX_init()
389 UART_Handle UARTCC32XX_open(UART_Handle handle, UART_Params *params) in UARTCC32XX_open()
579 int_fast32_t UARTCC32XX_read(UART_Handle handle, void *buffer, size_t size) in UARTCC32XX_read()
607 void UARTCC32XX_readCancel(UART_Handle handle) in UARTCC32XX_readCancel()
635 int_fast32_t UARTCC32XX_readPolling(UART_Handle handle, void *buf, size_t size) in UARTCC32XX_readPolling()
691 int_fast32_t UARTCC32XX_write(UART_Handle handle, const void *buffer, in UARTCC32XX_write()
763 void UARTCC32XX_writeCancel(UART_Handle handle) in UARTCC32XX_writeCancel()
804 int_fast32_t UARTCC32XX_writePolling(UART_Handle handle, const void *buf, in UARTCC32XX_writePolling()
[all …]
DUARTCC32XXDMA.c153 void UARTCC32XXDMA_close(UART_Handle handle) in UARTCC32XXDMA_close()
218 int_fast16_t UARTCC32XXDMA_control(UART_Handle handle, uint_fast16_t cmd, in UARTCC32XXDMA_control()
247 void UARTCC32XXDMA_init(UART_Handle handle) in UARTCC32XXDMA_init()
254 UART_Handle UARTCC32XXDMA_open(UART_Handle handle, UART_Params *params) in UARTCC32XXDMA_open()
461 int_fast32_t UARTCC32XXDMA_read(UART_Handle handle, void *buffer, size_t size) in UARTCC32XXDMA_read()
541 int_fast32_t UARTCC32XXDMA_readPolling(UART_Handle handle, void *buf, in UARTCC32XXDMA_readPolling()
588 void UARTCC32XXDMA_readCancel(UART_Handle handle) in UARTCC32XXDMA_readCancel()
615 int_fast32_t UARTCC32XXDMA_write(UART_Handle handle, const void *buffer, in UARTCC32XXDMA_write()
687 int_fast32_t UARTCC32XXDMA_writePolling(UART_Handle handle, const void *buf, in UARTCC32XXDMA_writePolling()
721 void UARTCC32XXDMA_writeCancel(UART_Handle handle) in UARTCC32XXDMA_writeCancel()
[all …]
/hal_ti-latest/simplelink_lpf3/source/ti/drivers/aesctr/
DAESCTRLPF3.c142 static inline AESCTRLPF3_Object *AESCTRLPF3_getObject(AESCTR_Handle handle) in AESCTRLPF3_getObject()
155 AESCTR_Handle handle = (AESCTR_Handle)arg0; in AESCTRLPF3_hwiFxn() local
234 AESCTR_Handle handle = config; in AESCTR_construct() local
279 void AESCTR_close(AESCTR_Handle handle) in AESCTR_close()
291 int_fast16_t AESCTR_oneStepEncrypt(AESCTR_Handle handle, AESCTR_OneStepOperation *operationStruct) in AESCTR_oneStepEncrypt()
315 int_fast16_t AESCTR_oneStepDecrypt(AESCTR_Handle handle, AESCTR_OneStepOperation *operationStruct) in AESCTR_oneStepDecrypt()
339 static int_fast16_t AESCTRLPF3_oneStepOperation(AESCTR_Handle handle, in AESCTRLPF3_oneStepOperation()
431 static int_fast16_t AESCTRLPF3_startOperation(AESCTR_Handle handle, bool isOneStepOrFinalOperation) in AESCTRLPF3_startOperation()
630 static int_fast16_t AESCTRLPF3_waitForResult(AESCTR_Handle handle) in AESCTRLPF3_waitForResult()
683 int_fast16_t AESCTR_addData(AESCTR_Handle handle, AESCTR_SegmentedOperation *operation) in AESCTR_addData()
[all …]
/hal_ti-latest/simplelink/source/ti/drivers/i2s/
DI2SCC32XX.c168 I2S_Handle handle = (I2S_Handle)&(I2S_config[i]); in I2S_init() local
182 I2S_Handle handle; in I2S_open() local
248 void I2S_close(I2S_Handle handle) in I2S_close()
288 void I2S_setReadQueueHead(I2S_Handle handle, I2S_Transaction *transaction){ in I2S_setReadQueueHead()
301 void I2S_setWriteQueueHead(I2S_Handle handle, I2S_Transaction *transaction){ in I2S_setWriteQueueHead()
314 void I2S_startClocks(I2S_Handle handle) { in I2S_startClocks()
336 void I2S_stopClocks(I2S_Handle handle) { in I2S_stopClocks()
357 void I2S_startRead(I2S_Handle handle) { in I2S_startRead()
404 void I2S_startWrite(I2S_Handle handle) { in I2S_startWrite()
451 void I2S_stopRead(I2S_Handle handle) { in I2S_stopRead()
[all …]
/hal_ti-latest/simplelink_lpf3/source/ti/drivers/aesccm/
DAESCCMLPF3.c184 static inline AESCCMLPF3_Object *AESCCMLPF3_getObject(AESCCM_Handle handle) in AESCCMLPF3_getObject()
203 AESCCM_Handle handle = (AESCCM_Handle)arg0; in AESCCMLPF3_hwiFxn() local
426 AESCCM_Handle handle = config; in AESCCM_construct() local
470 void AESCCM_close(AESCCM_Handle handle) in AESCCM_close()
807 static int_fast16_t AESCCMLPF3_oneStepOperation(AESCCM_Handle handle, in AESCCMLPF3_oneStepOperation()
961 int_fast16_t AESCCM_oneStepEncrypt(AESCCM_Handle handle, AESCCM_OneStepOperation *operation) in AESCCM_oneStepEncrypt()
985 int_fast16_t AESCCM_oneStepDecrypt(AESCCM_Handle handle, AESCCM_OneStepOperation *operation) in AESCCM_oneStepDecrypt()
1050 int_fast16_t AESCCM_setupEncrypt(AESCCM_Handle handle, in AESCCM_setupEncrypt()
1082 int_fast16_t AESCCM_setupDecrypt(AESCCM_Handle handle, in AESCCM_setupDecrypt()
1115 int_fast16_t AESCCM_setLengths(AESCCM_Handle handle, size_t aadLength, size_t plaintextLength, size… in AESCCM_setLengths()
[all …]
/hal_ti-latest/simplelink/source/ti/drivers/nvs/
DNVSRAM.c75 void NVSRAM_close(NVS_Handle handle) in NVSRAM_close()
83 int_fast16_t NVSRAM_control(NVS_Handle handle, uint_fast16_t cmd, in NVSRAM_control()
92 int_fast16_t NVSRAM_erase(NVS_Handle handle, size_t offset, size_t size) in NVSRAM_erase()
108 void NVSRAM_getAttrs(NVS_Handle handle, NVS_Attrs *attrs) in NVSRAM_getAttrs()
150 int_fast16_t NVSRAM_lock(NVS_Handle handle, uint32_t timeout) in NVSRAM_lock()
163 NVS_Handle handle; in NVSRAM_open() local
226 int_fast16_t NVSRAM_read(NVS_Handle handle, size_t offset, void *buffer, in NVSRAM_read()
252 void NVSRAM_unlock(NVS_Handle handle) in NVSRAM_unlock()
260 int_fast16_t NVSRAM_write(NVS_Handle handle, size_t offset, void *buffer, in NVSRAM_write()
322 static int_fast16_t checkEraseRange(NVS_Handle handle, size_t offset, size_t size) in checkEraseRange()
[all …]
DNVSSPI25X.c129 void NVSSPI25X_close(NVS_Handle handle) in NVSSPI25X_close()
169 int_fast16_t NVSSPI25X_control(NVS_Handle handle, uint_fast16_t cmd, uintptr_t arg) in NVSSPI25X_control()
189 int_fast16_t NVSSPI25X_erase(NVS_Handle handle, size_t offset, size_t size) in NVSSPI25X_erase()
205 void NVSSPI25X_getAttrs(NVS_Handle handle, NVS_Attrs *attrs) in NVSSPI25X_getAttrs()
253 int_fast16_t NVSSPI25X_lock(NVS_Handle handle, uint32_t timeout) in NVSSPI25X_lock()
269 NVS_Handle handle; in NVSSPI25X_open() local
371 int_fast16_t NVSSPI25X_read(NVS_Handle handle, size_t offset, void *buffer, in NVSSPI25X_read()
400 void NVSSPI25X_unlock(NVS_Handle handle) in NVSSPI25X_unlock()
408 int_fast16_t NVSSPI25X_write(NVS_Handle handle, size_t offset, void *buffer, in NVSSPI25X_write()
542 static int_fast16_t doWriteVerify(NVS_Handle handle, size_t offset, void *src, in doWriteVerify()
[all …]
/hal_ti-latest/simplelink/source/ti/drivers/
DUART2.c65 void __attribute__((weak)) UART2_close(UART2_Handle handle) in UART2_close()
73 void __attribute__((weak)) UART2_flushRx(UART2_Handle handle) in UART2_flushRx()
84 UART2_Handle handle = NULL; in UART2_open() local
110 int_fast16_t __attribute__((weak)) UART2_read(UART2_Handle handle, void *buffer, in UART2_read()
120 int_fast16_t __attribute__((weak)) UART2_readTimeout(UART2_Handle handle, in UART2_readTimeout()
130 void __attribute__((weak)) UART2_readCancel(UART2_Handle handle) in UART2_readCancel()
138 int_fast16_t __attribute__((weak)) UART2_write(UART2_Handle handle, in UART2_write()
148 int_fast16_t __attribute__((weak)) UART2_writeTimeout(UART2_Handle handle, in UART2_writeTimeout()
159 void __attribute__((weak)) UART2_writeCancel(UART2_Handle handle) in UART2_writeCancel()
DUART.c71 void UART_close(UART_Handle handle) in UART_close()
79 int_fast16_t UART_control(UART_Handle handle, uint_fast16_t cmd, void *arg) in UART_control()
111 UART_Handle handle = NULL; in UART_open() local
138 int_fast32_t UART_read(UART_Handle handle, void *buffer, size_t size) in UART_read()
146 int_fast32_t UART_readPolling(UART_Handle handle, void *buffer, size_t size) in UART_readPolling()
154 void UART_readCancel(UART_Handle handle) in UART_readCancel()
162 int_fast32_t UART_write(UART_Handle handle, const void *buffer, size_t size) in UART_write()
170 int_fast32_t UART_writePolling(UART_Handle handle, const void *buffer, in UART_writePolling()
179 void UART_writeCancel(UART_Handle handle) in UART_writeCancel()
DNVS.c57 void NVS_close(NVS_Handle handle) in NVS_close()
65 int_fast16_t NVS_control(NVS_Handle handle, uint_fast16_t cmd, uintptr_t arg) in NVS_control()
73 int_fast16_t NVS_erase(NVS_Handle handle, size_t offset, size_t size) in NVS_erase()
81 void NVS_getAttrs(NVS_Handle handle, NVS_Attrs *attrs) in NVS_getAttrs()
104 int_fast16_t NVS_lock(NVS_Handle handle, uint32_t timeout) in NVS_lock()
114 NVS_Handle handle = NULL; in NVS_open() local
143 int_fast16_t NVS_read(NVS_Handle handle, size_t offset, void *buffer, in NVS_read()
152 void NVS_unlock(NVS_Handle handle) in NVS_unlock()
160 int_fast16_t NVS_write(NVS_Handle handle, size_t offset, void *buffer, in NVS_write()
DPWM.c61 void PWM_close(PWM_Handle handle) in PWM_close()
69 int_fast16_t PWM_control(PWM_Handle handle, uint_fast16_t cmd, void *arg) in PWM_control()
101 PWM_Handle handle = NULL; in PWM_open() local
129 int_fast16_t PWM_setDuty(PWM_Handle handle, uint32_t duty) in PWM_setDuty()
137 int_fast16_t PWM_setPeriod(PWM_Handle handle, uint32_t period) in PWM_setPeriod()
144 int_fast16_t PWM_setDutyAndPeriod(PWM_Handle handle, uint32_t duty, uint32_t period) in PWM_setDutyAndPeriod()
152 void PWM_start(PWM_Handle handle) in PWM_start()
160 void PWM_stop(PWM_Handle handle) in PWM_stop()
DSD.c53 void SD_close(SD_Handle handle) in SD_close()
61 int_fast16_t SD_control(SD_Handle handle, uint_fast16_t cmd, void *arg) in SD_control()
69 uint_fast32_t SD_getNumSectors(SD_Handle handle) in SD_getNumSectors()
77 uint_fast32_t SD_getSectorSize(SD_Handle handle) in SD_getSectorSize()
107 int_fast16_t SD_initialize(SD_Handle handle) in SD_initialize()
117 SD_Handle handle = NULL; in SD_open() local
145 int_fast16_t SD_read(SD_Handle handle, void *buf, in SD_read()
154 int_fast16_t SD_write(SD_Handle handle, const void *buf, in SD_write()
DTimer.c55 int_fast16_t Timer_control(Timer_Handle handle, uint_fast16_t cmd, void *arg) in Timer_control()
63 void Timer_close(Timer_Handle handle) in Timer_close()
71 uint32_t Timer_getCount(Timer_Handle handle) in Timer_getCount()
103 Timer_Handle handle = NULL; in Timer_open() local
131 int32_t Timer_setPeriod(Timer_Handle handle, Timer_PeriodUnits periodUnits, uint32_t period) in Timer_setPeriod()
139 int32_t Timer_start(Timer_Handle handle) in Timer_start()
147 void Timer_stop(Timer_Handle handle) in Timer_stop()
DWatchdog.c59 void Watchdog_clear(Watchdog_Handle handle) in Watchdog_clear()
67 void Watchdog_close(Watchdog_Handle handle) in Watchdog_close()
75 int_fast16_t Watchdog_control(Watchdog_Handle handle, uint_fast16_t cmd, in Watchdog_control()
108 Watchdog_Handle handle = NULL; in Watchdog_open() local
136 int_fast16_t Watchdog_setReload(Watchdog_Handle handle, uint32_t ticks) in Watchdog_setReload()
144 uint32_t Watchdog_convertMsToTicks(Watchdog_Handle handle, uint32_t milliseconds) in Watchdog_convertMsToTicks()
DI2C.c60 void I2C_cancel(I2C_Handle handle) in I2C_cancel()
68 void I2C_close(I2C_Handle handle) in I2C_close()
76 int_fast16_t I2C_control(I2C_Handle handle, uint_fast16_t cmd, void *controlArg) in I2C_control()
108 I2C_Handle handle = NULL; in I2C_open() local
135 bool I2C_transfer(I2C_Handle handle, I2C_Transaction *transaction) in I2C_transfer()
150 int_fast16_t I2C_transferTimeout(I2C_Handle handle, I2C_Transaction *transaction, uint32_t timeout) in I2C_transferTimeout()
/hal_ti-latest/simplelink/source/ti/drivers/sd/
DSDHostCC32XX.c170 void SDHostCC32XX_close(SD_Handle handle) in SDHostCC32XX_close()
224 int_fast16_t SDHostCC32XX_control(SD_Handle handle, uint_fast32_t cmd, in SDHostCC32XX_control()
236 uint_fast32_t SDHostCC32XX_getNumSectors(SD_Handle handle) in SDHostCC32XX_getNumSectors()
301 uint_fast32_t SDHostCC32XX_getSectorSize(SD_Handle handle) in SDHostCC32XX_getSectorSize()
310 int_fast16_t SDHostCC32XX_initialize(SD_Handle handle) in SDHostCC32XX_initialize()
433 void SDHostCC32XX_init(SD_Handle handle) in SDHostCC32XX_init()
448 SD_Handle SDHostCC32XX_open(SD_Handle handle, SD_Params *params) in SDHostCC32XX_open()
537 int_fast16_t SDHostCC32XX_read(SD_Handle handle, void *buf, in SDHostCC32XX_read()
665 int_fast16_t SDHostCC32XX_write(SD_Handle handle, const void *buf, in SDHostCC32XX_write()
807 static inline void configDMAChannel(SD_Handle handle, uint_fast32_t channelSel, in configDMAChannel()
[all …]
DSDSPI.c111 void SDSPI_close(SD_Handle handle) in SDSPI_close()
132 int_fast16_t SDSPI_control(SD_Handle handle, uint_fast16_t cmd, void *arg) in SDSPI_control()
140 uint_fast32_t SDSPI_getNumSectors(SD_Handle handle) in SDSPI_getNumSectors()
182 uint_fast32_t SDSPI_getSectorSize(SD_Handle handle) in SDSPI_getSectorSize()
190 void SDSPI_init(SD_Handle handle) in SDSPI_init()
199 int_fast16_t SDSPI_initialize(SD_Handle handle) in SDSPI_initialize()
378 SD_Handle SDSPI_open(SD_Handle handle, SD_Params *params) in SDSPI_open()
437 int_fast16_t SDSPI_read(SD_Handle handle, void *buf, int_fast32_t sector, in SDSPI_read()
502 int_fast16_t SDSPI_write(SD_Handle handle, const void *buf, in SDSPI_write()
600 static bool recvDataBlock(SPI_Handle handle, void *buf, uint32_t count) in recvDataBlock()
[all …]
/hal_ti-latest/simplelink/source/ti/drivers/uart2/
DUART2CC32XX.c237 void UART2CC32XX_close(UART2_Handle handle) in UART2CC32XX_close()
304 void UART2CC32XX_flushRx(UART2_Handle handle) in UART2CC32XX_flushRx()
325 UART2_Handle handle = (UART2_Handle)arg; in UART2CC32XX_hwiIntFxn() local
432 UART2_Handle handle = NULL; in UART2CC32XX_open() local
612 int_fast16_t UART2CC32XX_read(UART2_Handle handle, void *buffer, in UART2CC32XX_read()
729 void UART2CC32XX_readCancel(UART2_Handle handle) in UART2CC32XX_readCancel()
759 int_fast16_t UART2CC32XX_write(UART2_Handle handle, const void *buffer, in UART2CC32XX_write()
856 void UART2CC32XX_writeCancel(UART2_Handle handle) in UART2CC32XX_writeCancel()
904 static void configDmaRx(UART2_Handle handle) in configDmaRx()
936 static void configDmaTx(UART2_Handle handle) in configDmaTx()
[all …]
/hal_ti-latest/simplelink/source/ti/drivers/timer/
DTimerCC32XX.c115 static void initHw(Timer_Handle handle) in initHw()
163 static void getPrescaler(Timer_Handle handle) in getPrescaler()
289 void TimerCC32XX_close(Timer_Handle handle) in TimerCC32XX_close()
318 int_fast16_t TimerCC32XX_control(Timer_Handle handle, in TimerCC32XX_control()
347 uint32_t TimerCC32XX_getCount(Timer_Handle handle) in TimerCC32XX_getCount()
371 Timer_Handle handle = (Timer_Handle) arg; in TimerCC32XX_hwiIntFunction() local
393 void TimerCC32XX_init(Timer_Handle handle) in TimerCC32XX_init()
401 Timer_Handle TimerCC32XX_open(Timer_Handle handle, Timer_Params *params) in TimerCC32XX_open()
525 int32_t TimerCC32XX_setPeriod(Timer_Handle handle, Timer_PeriodUnits periodUnits, uint32_t period) in TimerCC32XX_setPeriod()
584 int32_t TimerCC32XX_start(Timer_Handle handle) in TimerCC32XX_start()
[all …]
/hal_ti-latest/simplelink/source/ti/drivers/watchdog/
DWatchdogCC32XX.c86 static void WatchdogCC32XX_initHardware(Watchdog_Handle handle) in WatchdogCC32XX_initHardware()
124 void WatchdogCC32XX_clear(Watchdog_Handle handle) in WatchdogCC32XX_clear()
134 void WatchdogCC32XX_close(Watchdog_Handle handle) in WatchdogCC32XX_close()
147 int_fast16_t WatchdogCC32XX_control(Watchdog_Handle handle, uint_fast16_t cmd, in WatchdogCC32XX_control()
178 void WatchdogCC32XX_init(Watchdog_Handle handle) in WatchdogCC32XX_init()
188 Watchdog_Handle WatchdogCC32XX_open(Watchdog_Handle handle, Watchdog_Params *params) in WatchdogCC32XX_open()
234 int_fast16_t WatchdogCC32XX_setReload(Watchdog_Handle handle, uint32_t value) in WatchdogCC32XX_setReload()
253 uint32_t WatchdogCC32XX_convertMsToTicks(Watchdog_Handle handle, in WatchdogCC32XX_convertMsToTicks()
/hal_ti-latest/simplelink_lpf3/kernel/zephyr/dpl/
DMessageQueueP_zephyr.c63 void MessageQueueP_delete(MessageQueueP_Handle handle) in MessageQueueP_delete()
96 void MessageQueueP_destruct(MessageQueueP_Handle handle) in MessageQueueP_destruct()
104 MessageQueueP_Status MessageQueueP_pend(MessageQueueP_Handle handle, void *message, uint32_t timeou… in MessageQueueP_pend()
136 MessageQueueP_Status MessageQueueP_peek(MessageQueueP_Handle handle, void *message, uint32_t timeou… in MessageQueueP_peek()
152 MessageQueueP_Status MessageQueueP_post(MessageQueueP_Handle handle, const void *message, uint32_t … in MessageQueueP_post()
194 MessageQueueP_Status MessageQueueP_postFront(MessageQueueP_Handle handle, const void *message, uint… in MessageQueueP_postFront()
202 size_t MessageQueueP_getPendingCount(MessageQueueP_Handle handle) in MessageQueueP_getPendingCount()
211 size_t MessageQueueP_getFreeCount(MessageQueueP_Handle handle) in MessageQueueP_getFreeCount()
DClockP_zephyr.c95 ClockP_Handle handle; in ClockP_create() local
108 void ClockP_delete(ClockP_Handle handle) in ClockP_delete()
120 ClockP_Handle ClockP_construct(ClockP_Struct *handle, ClockP_Fxn clockFxn, uint32_t timeout, ClockP… in ClockP_construct()
178 void ClockP_setTimeout(ClockP_Handle handle, uint32_t timeout) in ClockP_setTimeout()
188 void ClockP_start(ClockP_Handle handle) in ClockP_start()
233 void ClockP_stop(ClockP_Handle handle) in ClockP_stop()
244 void ClockP_setFunc(ClockP_Handle handle, ClockP_Fxn clockFxn, uintptr_t arg) in ClockP_setFunc()
283 uint32_t ClockP_getTimeout(ClockP_Handle handle) in ClockP_getTimeout()
292 bool ClockP_isActive(ClockP_Handle handle) in ClockP_isActive()
/hal_ti-latest/simplelink_lpf3/source/ti/drivers/aesctrdrbg/
DAESCTRDRBGXX.c92 static int_fast16_t AESCTRDRBGXX_updateState(AESCTRDRBG_Handle handle, in AESCTRDRBGXX_updateState()
201 static void AESCTRDRBG_uninstantiate(AESCTRDRBG_Handle handle) in AESCTRDRBG_uninstantiate()
218 AESCTRDRBG_Handle handle = (AESCTRDRBG_Handle)config; in AESCTRDRBG_construct() local
320 void AESCTRDRBG_close(AESCTRDRBG_Handle handle) in AESCTRDRBG_close()
340 int_fast16_t AESCTRDRBG_getBytes(AESCTRDRBG_Handle handle, CryptoKey *randomBytes) in AESCTRDRBG_getBytes()
348 int_fast16_t AESCTRDRBG_generateKey(AESCTRDRBG_Handle handle, CryptoKey *randomKey) in AESCTRDRBG_generateKey()
430 int_fast16_t AESCTRDRBG_getRandomBytes(AESCTRDRBG_Handle handle, void *randomBytes, size_t randomBy… in AESCTRDRBG_getRandomBytes()
536 int_fast16_t AESCTRDRBG_reseed(AESCTRDRBG_Handle handle, in AESCTRDRBG_reseed()

123