Home
last modified time | relevance | path

Searched refs:clientArg (Results 1 – 25 of 29) sorted by relevance

12

/hal_ti-latest/simplelink_lpf3/source/ti/drivers/
DBatteryMonitor.h290 uintptr_t clientArg,
308 uintptr_t clientArg; /*!< Application provided arg */ member
359 uintptr_t clientArg);
390 uintptr_t clientArg);
428 uintptr_t clientArg);
524 return notifyObject->clientArg; in BatteryMonitor_getClientArg()
DTemperature.h309 uintptr_t clientArg,
327 uintptr_t clientArg; /*!< Application provided arg */ member
380 uintptr_t clientArg);
412 uintptr_t clientArg);
449 uintptr_t clientArg);
DPower.h429 … int_fast16_t (*Power_NotifyFxn)(uint_fast16_t eventType, uintptr_t eventArg, uintptr_t clientArg);
446 uintptr_t clientArg; /*!< argument provided by client */ member
698 uintptr_t clientArg);
DTemperature.c73 return notifyObject->clientArg; in Temperature_getClientArg()
/hal_ti-latest/simplelink/source/ti/drivers/
DTemperature.h309 uintptr_t clientArg,
326 uintptr_t clientArg; /*!< Application provided arg */ member
377 uintptr_t clientArg);
409 uintptr_t clientArg);
446 uintptr_t clientArg);
DPower.h431 uintptr_t eventArg, uintptr_t clientArg);
447 uintptr_t clientArg; /*!< argument provided by client */ member
691 uintptr_t clientArg);
DTemperature.c71 return notifyObject->clientArg; in Temperature_getClientArg()
/hal_ti-latest/simplelink_lpf3/source/ti/drivers/temperature/
DTemperatureLPF3.c110 uintptr_t clientArg,
285 … notifyObject->notifyFxn(currentTemperature, threshold, notifyObject->clientArg, notifyObject); in walkNotifyList()
345 uintptr_t clientArg, in thermalShutdownCallback() argument
409 uintptr_t clientArg) in Temperature_registerNotifyHigh() argument
418 notifyObject->clientArg = clientArg; in Temperature_registerNotifyHigh()
444 uintptr_t clientArg) in Temperature_registerNotifyLow() argument
453 notifyObject->clientArg = clientArg; in Temperature_registerNotifyLow()
480 uintptr_t clientArg) in Temperature_registerNotifyRange() argument
489 notifyObject->clientArg = clientArg; in Temperature_registerNotifyRange()
/hal_ti-latest/simplelink_lpf3/source/ti/drivers/batterymonitor/
DBatteryMonitorLPF3.c249 … notifyObject->notifyFxn(currentVoltage, threshold, notifyObject->clientArg, notifyObject); in walkNotifyList()
361 uintptr_t clientArg) in BatteryMonitor_registerNotifyHigh() argument
370 notifyObject->clientArg = clientArg; in BatteryMonitor_registerNotifyHigh()
396 uintptr_t clientArg) in BatteryMonitor_registerNotifyLow() argument
405 notifyObject->clientArg = clientArg; in BatteryMonitor_registerNotifyLow()
432 uintptr_t clientArg) in BatteryMonitor_registerNotifyRange() argument
441 notifyObject->clientArg = clientArg; in BatteryMonitor_registerNotifyRange()
/hal_ti-latest/simplelink/source/ti/drivers/temperature/
DTemperatureCC26X2.c332 notifyObject->clientArg, in walkNotifyList()
444 uintptr_t clientArg) { in Temperature_registerNotifyHigh() argument
452 notifyObject->clientArg = clientArg; in Temperature_registerNotifyHigh()
477 uintptr_t clientArg){ in Temperature_registerNotifyLow() argument
485 notifyObject->clientArg = clientArg; in Temperature_registerNotifyLow()
511 uintptr_t clientArg) { in Temperature_registerNotifyRange() argument
519 notifyObject->clientArg = clientArg; in Temperature_registerNotifyRange()
/hal_ti-latest/simplelink/source/ti/drivers/dma/
DUDMACC32XX.c51 uintptr_t clientArg);
155 uintptr_t clientArg) in postNotifyFxn() argument
157 UDMACC32XX_Handle handle = (UDMACC32XX_Handle)clientArg; in postNotifyFxn()
/hal_ti-latest/simplelink_lpf3/source/ti/drivers/power/
DPowerCC23X0.c81 uintptr_t clientArg,
481 uintptr_t clientArg) in Power_registerNotify() argument
498 notifyObj->clientArg = clientArg; in Power_registerNotify()
505 clientArg); in Power_registerNotify()
529 notifyObj->clientArg); in Power_unregisterNotify()
1177 uintptr_t clientArg; in PowerCC23X0_notify() local
1193 clientArg = ((Power_NotifyObj *)elem)->clientArg; in PowerCC23X0_notify()
1201 clientArg); in PowerCC23X0_notify()
1203 notifyStatus = (int_fast16_t)(*(Power_NotifyFxn)notifyFxn)(eventType, 0, clientArg); in PowerCC23X0_notify()
1341 uintptr_t clientArg, in PowerCC23X0_hfxtCompensateFxn() argument
[all …]
/hal_ti-latest/simplelink_lpf3/source/ti/drivers/dma/
DUDMALPF3.c49 static int UDMALPF3_postNotifyFxn(unsigned int eventType, uintptr_t eventArg, uintptr_t clientArg);
103 static int UDMALPF3_postNotifyFxn(unsigned int eventType, uintptr_t eventArg, uintptr_t clientArg) in UDMALPF3_postNotifyFxn() argument
/hal_ti-latest/simplelink/source/ti/drivers/watchdog/
DWatchdogCC32XX.c64 uintptr_t eventArg, uintptr_t clientArg);
114 uintptr_t eventArg, uintptr_t clientArg) in WatchdogCC32XX_postNotifyFxn() argument
116 WatchdogCC32XX_initHardware((Watchdog_Handle) clientArg); in WatchdogCC32XX_postNotifyFxn()
/hal_ti-latest/simplelink/source/ti/drivers/power/
DPowerCC26X2.c88 uintptr_t clientArg,
423 uint_fast16_t eventTypes, Power_NotifyFxn notifyFxn, uintptr_t clientArg) in Power_registerNotify() argument
436 pNotifyObj->clientArg = clientArg; in Power_registerNotify()
1138 uintptr_t clientArg, in hposcRtcCompensateFxn() argument
1280 uintptr_t clientArg; in notify() local
1293 clientArg = ((Power_NotifyObj *)elem)->clientArg; in notify()
1297 eventType, 0, clientArg); in notify()
DPowerCC32XX.c323 uint_fast16_t eventTypes, Power_NotifyFxn notifyFxn, uintptr_t clientArg) in Power_registerNotify() argument
336 pNotifyObj->clientArg = clientArg; in Power_registerNotify()
1154 uintptr_t clientArg; in notify() local
1167 clientArg = ((Power_NotifyObj *)elem)->clientArg; in notify()
1171 eventType, 0, clientArg); in notify()
/hal_ti-latest/simplelink/source/ti/drivers/capture/
DCaptureCC32XX.c73 uintptr_t clientArg);
434 uintptr_t clientArg) in postNotifyFxn() argument
436 initHw((Capture_Handle) clientArg); in postNotifyFxn()
/hal_ti-latest/simplelink_lpf3/source/ti/drivers/rcl/hal/cc23x0/
Dhal_cc23x0.c60 …tic int hal_power_post_notify_fxn(unsigned int eventType, uintptr_t eventArg, uintptr_t clientArg);
394 …atic int hal_power_post_notify_fxn(unsigned int eventType, uintptr_t eventArg, uintptr_t clientArg) in hal_power_post_notify_fxn() argument
397 (void) clientArg; in hal_power_post_notify_fxn()
/hal_ti-latest/simplelink/source/ti/drivers/timer/
DTimerCC32XX.c79 uintptr_t clientArg);
241 uintptr_t clientArg) in postNotifyFxn() argument
243 initHw((Timer_Handle) clientArg); in postNotifyFxn()
/hal_ti-latest/simplelink/source/ti/drivers/i2c/
DI2CCC32XX.c100 uintptr_t clientArg);
200 uintptr_t eventArg, uintptr_t clientArg) in I2CCC32XX_postNotify() argument
203 I2CCC32XX_initHw((I2C_Handle) clientArg); in I2CCC32XX_postNotify()
/hal_ti-latest/simplelink/source/ti/drivers/spi/
DSPICC32XXDMA.c307 uintptr_t clientArg) in postNotifyFxn() argument
309 SPICC32XXDMA_Object *object = ((SPI_Handle) clientArg)->object; in postNotifyFxn()
310 SPICC32XXDMA_HWAttrsV1 const *hwAttrs = ((SPI_Handle) clientArg)->hwAttrs; in postNotifyFxn()
/hal_ti-latest/simplelink/source/ti/drivers/sd/
DSDHostCC32XX.c149 uintptr_t clientArg);
1077 uintptr_t clientArg) in postNotifyFxn() argument
1079 initHw((SD_Handle)clientArg); in postNotifyFxn()
/hal_ti-latest/simplelink/source/ti/drivers/uart/
DUARTCC32XXDMA.c111 uintptr_t clientArg);
949 uintptr_t clientArg) in postNotifyFxn() argument
951 initHw((UART_Handle)clientArg); in postNotifyFxn()
/hal_ti-latest/simplelink/source/ti/drivers/pwm/
DPWMTimerCC32XX.c319 uintptr_t clientArg) in postNotifyFxn() argument
321 PWM_Handle handle = (PWM_Handle) clientArg; in postNotifyFxn()
/hal_ti-latest/simplelink/source/ti/drivers/gpio/
DGPIOCC32XX.c228 uintptr_t clientArg);
772 uintptr_t clientArg) in powerNotifyFxn() argument

12