Searched refs:Temperature_NotifyObj (Results 1 – 9 of 9) sorted by relevance
| /hal_ti-latest/simplelink/source/ti/drivers/ |
| D | Temperature.h | 286 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 …]
|
| D | Temperature.c | 46 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/ |
| D | Temperature.h | 286 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 …]
|
| D | Temperature.c | 46 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/ |
| D | TemperatureLPF3.c | 111 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/ |
| D | TemperatureCC26X2.c | 275 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/ |
| D | PowerCC26X2.c | 89 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/ |
| D | PowerCC23X0.c | 82 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/ |
| D | RFCC26X2_multiMode.c | 421 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()
|