Lines Matching refs:Temperature_NotifyObj
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…
531 uintptr_t Temperature_getClientArg(Temperature_NotifyObj *notifyObject);
543 Temperature_NotifyFxn Temperature_getNotifyFxn(Temperature_NotifyObj *notifyObject);