Home
last modified time | relevance | path

Searched refs:notifyObject (Results 1 – 5 of 5) sorted by relevance

/hal_ti-2.7.6/simplelink/source/ti/drivers/temperature/
DTemperatureCC26X2.c275 Temperature_NotifyObj* notifyObject = (Temperature_NotifyObj *)notifyLink; in setNextThresholds() local
278 notifyObject->thresholdHigh); in setNextThresholds()
280 notifyObject->thresholdLow); in setNextThresholds()
305 Temperature_NotifyObj* notifyObject = (Temperature_NotifyObj *)notifyLink; in walkNotifyList() local
318 if (currentTemperature <= notifyObject->thresholdLow || in walkNotifyList()
319 currentTemperature >= notifyObject->thresholdHigh) { in walkNotifyList()
324 int16_t threshold = (currentTemperature <= notifyObject->thresholdLow) ? in walkNotifyList()
325 notifyObject->thresholdLow : notifyObject->thresholdHigh; in walkNotifyList()
328 notifyObject->isRegistered = false; in walkNotifyList()
330 notifyObject->notifyFxn(currentTemperature, in walkNotifyList()
[all …]
/hal_ti-2.7.6/simplelink/source/ti/drivers/
DTemperature.c46 int16_t Temperature_getThresholdHigh(Temperature_NotifyObj *notifyObject) { in Temperature_getThresholdHigh() argument
47 return notifyObject->thresholdHigh; in Temperature_getThresholdHigh()
53 int16_t Temperature_getThresholdLow(Temperature_NotifyObj *notifyObject) { in Temperature_getThresholdLow() argument
54 return notifyObject->thresholdLow; in Temperature_getThresholdLow()
60 void Temperature_getThresholdRange(Temperature_NotifyObj *notifyObject, in Temperature_getThresholdRange() argument
63 *thresholdHigh = notifyObject->thresholdHigh; in Temperature_getThresholdRange()
64 *thresholdLow = notifyObject->thresholdLow; in Temperature_getThresholdRange()
70 uintptr_t Temperature_getClientArg(Temperature_NotifyObj *notifyObject) { in Temperature_getClientArg() argument
71 return notifyObject->clientArg; in Temperature_getClientArg()
77 Temperature_NotifyFxn Temperature_getNotifyFxn(Temperature_NotifyObj *notifyObject) { in Temperature_getNotifyFxn() argument
[all …]
DTemperature.h310 Temperature_NotifyObj *notifyObject);
374 int_fast16_t Temperature_registerNotifyHigh(Temperature_NotifyObj *notifyObject,
406 int_fast16_t Temperature_registerNotifyLow(Temperature_NotifyObj *notifyObject,
442 int_fast16_t Temperature_registerNotifyRange(Temperature_NotifyObj *notifyObject,
465 int_fast16_t Temperature_unregisterNotify(Temperature_NotifyObj *notifyObject);
481 int16_t Temperature_getThresholdHigh(Temperature_NotifyObj *notifyObject);
497 int16_t Temperature_getThresholdLow(Temperature_NotifyObj *notifyObject);
517 void Temperature_getThresholdRange(Temperature_NotifyObj *notifyObject,
531 uintptr_t Temperature_getClientArg(Temperature_NotifyObj *notifyObject);
543 Temperature_NotifyFxn Temperature_getNotifyFxn(Temperature_NotifyObj *notifyObject);
/hal_ti-2.7.6/simplelink/source/ti/drivers/power/
DPowerCC26X2.c87 Temperature_NotifyObj *notifyObject);
1117 Temperature_NotifyObj *notifyObject) { in hposcRtcCompensateFxn() argument
1126 status = Temperature_registerNotifyRange(notifyObject, in hposcRtcCompensateFxn()
/hal_ti-2.7.6/simplelink/source/ti/drivers/rf/
DRFCC26X2_multiMode.c525 Temperature_NotifyObj *notifyObject);