Home
last modified time | relevance | path

Searched refs:notifyFxn (Results 1 – 13 of 13) sorted by relevance

/hal_ti-latest/simplelink_lpf3/source/ti/drivers/
DBatteryMonitor.h305 BatteryMonitor_NotifyFxn notifyFxn; /*!< Application callback function */ member
358 BatteryMonitor_NotifyFxn notifyFxn,
389 BatteryMonitor_NotifyFxn notifyFxn,
427 BatteryMonitor_NotifyFxn notifyFxn,
539 return notifyObject->notifyFxn; in BatteryMonitor_getNotifyFxn()
DTemperature.h324 Temperature_NotifyFxn notifyFxn; /*!< Application callback function */ member
379 Temperature_NotifyFxn notifyFxn,
411 Temperature_NotifyFxn notifyFxn,
448 Temperature_NotifyFxn notifyFxn,
DPower.h445 Power_NotifyFxn notifyFxn; /*!< notification function */ member
697 Power_NotifyFxn notifyFxn,
DTemperature.c81 return notifyObject->notifyFxn; in Temperature_getNotifyFxn()
/hal_ti-latest/simplelink/source/ti/drivers/
DTemperature.h323 Temperature_NotifyFxn notifyFxn; /*!< Application callback function */ member
376 Temperature_NotifyFxn notifyFxn,
408 Temperature_NotifyFxn notifyFxn,
445 Temperature_NotifyFxn notifyFxn,
DPower.h446 Power_NotifyFxn notifyFxn; /*!< notification function */ member
690 Power_NotifyFxn notifyFxn,
DTemperature.c78 return notifyObject->notifyFxn; in Temperature_getNotifyFxn()
/hal_ti-latest/simplelink_lpf3/source/ti/drivers/batterymonitor/
DBatteryMonitorLPF3.c249 … notifyObject->notifyFxn(currentVoltage, threshold, notifyObject->clientArg, notifyObject); in walkNotifyList()
360 BatteryMonitor_NotifyFxn notifyFxn, in BatteryMonitor_registerNotifyHigh() argument
369 notifyObject->notifyFxn = notifyFxn; in BatteryMonitor_registerNotifyHigh()
395 BatteryMonitor_NotifyFxn notifyFxn, in BatteryMonitor_registerNotifyLow() argument
404 notifyObject->notifyFxn = notifyFxn; in BatteryMonitor_registerNotifyLow()
431 BatteryMonitor_NotifyFxn notifyFxn, in BatteryMonitor_registerNotifyRange() argument
440 notifyObject->notifyFxn = notifyFxn; in BatteryMonitor_registerNotifyRange()
/hal_ti-latest/simplelink/source/ti/drivers/temperature/
DTemperatureCC26X2.c330 notifyObject->notifyFxn(currentTemperature, in walkNotifyList()
443 Temperature_NotifyFxn notifyFxn, in Temperature_registerNotifyHigh() argument
451 notifyObject->notifyFxn = notifyFxn; in Temperature_registerNotifyHigh()
476 Temperature_NotifyFxn notifyFxn, in Temperature_registerNotifyLow() argument
484 notifyObject->notifyFxn = notifyFxn; in Temperature_registerNotifyLow()
510 Temperature_NotifyFxn notifyFxn, in Temperature_registerNotifyRange() argument
518 notifyObject->notifyFxn = notifyFxn; in Temperature_registerNotifyRange()
/hal_ti-latest/simplelink_lpf3/source/ti/drivers/temperature/
DTemperatureLPF3.c285 … notifyObject->notifyFxn(currentTemperature, threshold, notifyObject->clientArg, notifyObject); in walkNotifyList()
408 Temperature_NotifyFxn notifyFxn, in Temperature_registerNotifyHigh() argument
417 notifyObject->notifyFxn = notifyFxn; in Temperature_registerNotifyHigh()
443 Temperature_NotifyFxn notifyFxn, in Temperature_registerNotifyLow() argument
452 notifyObject->notifyFxn = notifyFxn; in Temperature_registerNotifyLow()
479 Temperature_NotifyFxn notifyFxn, in Temperature_registerNotifyRange() argument
488 notifyObject->notifyFxn = notifyFxn; in Temperature_registerNotifyRange()
/hal_ti-latest/simplelink_lpf3/source/ti/drivers/power/
DPowerCC23X0.c480 Power_NotifyFxn notifyFxn, in Power_registerNotify() argument
486 if ((notifyObj == NULL) || (notifyFxn == NULL)) in Power_registerNotify()
497 notifyObj->notifyFxn = notifyFxn; in Power_registerNotify()
503 notifyFxn, in Power_registerNotify()
527 notifyObj->notifyFxn, in Power_unregisterNotify()
1176 Power_NotifyFxn notifyFxn; in PowerCC23X0_notify() local
1192 notifyFxn = ((Power_NotifyObj *)elem)->notifyFxn; in PowerCC23X0_notify()
1199 notifyFxn, in PowerCC23X0_notify()
1203 notifyStatus = (int_fast16_t)(*(Power_NotifyFxn)notifyFxn)(eventType, 0, clientArg); in PowerCC23X0_notify()
1211 notifyFxn, in PowerCC23X0_notify()
/hal_ti-latest/simplelink/source/ti/drivers/power/
DPowerCC26X2.c423 uint_fast16_t eventTypes, Power_NotifyFxn notifyFxn, uintptr_t clientArg) in Power_registerNotify() argument
428 if ((pNotifyObj == NULL) || (notifyFxn == NULL)) { in Power_registerNotify()
435 pNotifyObj->notifyFxn = notifyFxn; in Power_registerNotify()
1279 Power_NotifyFxn notifyFxn; in notify() local
1292 notifyFxn = ((Power_NotifyObj *)elem)->notifyFxn; in notify()
1296 notifyStatus = (int_fast16_t)(*(Power_NotifyFxn)notifyFxn)( in notify()
DPowerCC32XX.c323 uint_fast16_t eventTypes, Power_NotifyFxn notifyFxn, uintptr_t clientArg) in Power_registerNotify() argument
328 if ((pNotifyObj == NULL) || (notifyFxn == NULL)) { in Power_registerNotify()
335 pNotifyObj->notifyFxn = notifyFxn; in Power_registerNotify()
344 (uintptr_t) pNotifyObj, eventTypes, (uintptr_t) notifyFxn); in Power_registerNotify()
1153 Power_NotifyFxn notifyFxn; in notify() local
1166 notifyFxn = ((Power_NotifyObj *)elem)->notifyFxn; in notify()
1170 notifyStatus = (int_fast16_t) (*(Power_NotifyFxn)notifyFxn)( in notify()