Home
last modified time | relevance | path

Searched refs:Temperature_NotifyObj (Results 1 – 9 of 9) sorted by relevance

/hal_ti-latest/simplelink/source/ti/drivers/
DTemperature.h286 typedef struct Temperature_NotifyObj Temperature_NotifyObj; typedef
310 Temperature_NotifyObj *notifyObject);
321 struct Temperature_NotifyObj { struct
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,
[all …]
DTemperature.c46 int16_t Temperature_getThresholdHigh(Temperature_NotifyObj *notifyObject) { in Temperature_getThresholdHigh()
53 int16_t Temperature_getThresholdLow(Temperature_NotifyObj *notifyObject) { in Temperature_getThresholdLow()
60 void Temperature_getThresholdRange(Temperature_NotifyObj *notifyObject, in Temperature_getThresholdRange()
70 uintptr_t Temperature_getClientArg(Temperature_NotifyObj *notifyObject) { in Temperature_getClientArg()
77 Temperature_NotifyFxn Temperature_getNotifyFxn(Temperature_NotifyObj *notifyObject) { in Temperature_getNotifyFxn()
/hal_ti-latest/simplelink_lpf3/source/ti/drivers/
DTemperature.h286 typedef struct Temperature_NotifyObj Temperature_NotifyObj; typedef
310 Temperature_NotifyObj *notifyObject);
321 struct Temperature_NotifyObj struct
377 int_fast16_t Temperature_registerNotifyHigh(Temperature_NotifyObj *notifyObject,
409 int_fast16_t Temperature_registerNotifyLow(Temperature_NotifyObj *notifyObject,
445 int_fast16_t Temperature_registerNotifyRange(Temperature_NotifyObj *notifyObject,
467 int_fast16_t Temperature_unregisterNotify(Temperature_NotifyObj *notifyObject);
483 int16_t Temperature_getThresholdHigh(Temperature_NotifyObj *notifyObject);
499 int16_t Temperature_getThresholdLow(Temperature_NotifyObj *notifyObject);
519 void Temperature_getThresholdRange(Temperature_NotifyObj *notifyObject, int16_t *thresholdHigh, int…
[all …]
DTemperature.c46 int16_t Temperature_getThresholdHigh(Temperature_NotifyObj *notifyObject) in Temperature_getThresholdHigh()
54 int16_t Temperature_getThresholdLow(Temperature_NotifyObj *notifyObject) in Temperature_getThresholdLow()
62 void Temperature_getThresholdRange(Temperature_NotifyObj *notifyObject, int16_t *thresholdHigh, int… in Temperature_getThresholdRange()
71 uintptr_t Temperature_getClientArg(Temperature_NotifyObj *notifyObject) in Temperature_getClientArg()
79 Temperature_NotifyFxn Temperature_getNotifyFxn(Temperature_NotifyObj *notifyObject) in Temperature_getNotifyFxn()
/hal_ti-latest/simplelink_lpf3/source/ti/drivers/temperature/
DTemperatureLPF3.c111 Temperature_NotifyObj *notifyObject);
132 static Temperature_NotifyObj thermalShutdown;
230 Temperature_NotifyObj *notifyObject = (Temperature_NotifyObj *)notifyLink; in setNextThresholds()
260 Temperature_NotifyObj *notifyObject = (Temperature_NotifyObj *)notifyLink; in walkNotifyList()
346 Temperature_NotifyObj *notifyObject) in thermalShutdownCallback()
406 int_fast16_t Temperature_registerNotifyHigh(Temperature_NotifyObj *notifyObject, in Temperature_registerNotifyHigh()
441 int_fast16_t Temperature_registerNotifyLow(Temperature_NotifyObj *notifyObject, in Temperature_registerNotifyLow()
476 int_fast16_t Temperature_registerNotifyRange(Temperature_NotifyObj *notifyObject, in Temperature_registerNotifyRange()
512 int_fast16_t Temperature_unregisterNotify(Temperature_NotifyObj *notifyObject) in Temperature_unregisterNotify()
/hal_ti-latest/simplelink/source/ti/drivers/temperature/
DTemperatureCC26X2.c275 Temperature_NotifyObj* notifyObject = (Temperature_NotifyObj *)notifyLink; in setNextThresholds()
305 Temperature_NotifyObj* notifyObject = (Temperature_NotifyObj *)notifyLink; in walkNotifyList()
441 int_fast16_t Temperature_registerNotifyHigh(Temperature_NotifyObj *notifyObject, in Temperature_registerNotifyHigh()
474 int_fast16_t Temperature_registerNotifyLow(Temperature_NotifyObj *notifyObject, in Temperature_registerNotifyLow()
507 int_fast16_t Temperature_registerNotifyRange(Temperature_NotifyObj *notifyObject, in Temperature_registerNotifyRange()
541 int_fast16_t Temperature_unregisterNotify(Temperature_NotifyObj *notifyObject) { in Temperature_unregisterNotify()
/hal_ti-latest/simplelink/source/ti/drivers/power/
DPowerCC26X2.c89 Temperature_NotifyObj *notifyObject);
140 static Temperature_NotifyObj PowerCC26X2_hposcRtcCompNotifyObj = {0};
1139 Temperature_NotifyObj *notifyObject) { in hposcRtcCompensateFxn()
/hal_ti-latest/simplelink_lpf3/source/ti/drivers/power/
DPowerCC23X0.c82 Temperature_NotifyObj *notifyObject);
152 static Temperature_NotifyObj PowerCC23X0_hfxtCompNotifyObj = {0};
1342 Temperature_NotifyObj *notifyObject) in PowerCC23X0_hfxtCompensateFxn()
/hal_ti-latest/simplelink/source/ti/drivers/rf/
DRFCC26X2_multiMode.c421 static Temperature_NotifyObj RF_hposcRfCompNotifyObj;
425 static int_fast16_t (*pfnTemperatureUnregisterNotify)(Temperature_NotifyObj *notifyObject) = NULL;
529 Temperature_NotifyObj *notifyObject);
2524 Temperature_NotifyObj *NotifyObj) in RF_hposcRfCompensateFxn()