Searched defs:Temperature_NotifyObj (Results 1 – 2 of 2) sorted by relevance
286 typedef struct Temperature_NotifyObj Temperature_NotifyObj; typedef321 struct Temperature_NotifyObj { struct322 List_Elem link; /*!< For placing on the notify list */323 Temperature_NotifyFxn notifyFxn; /*!< Application callback function */324 int16_t thresholdHigh; /*!< High threshold in degrees C */325 int16_t thresholdLow; /*!< Low threshold in degrees C */326 uintptr_t clientArg; /*!< Application provided arg */327 bool isRegistered; /*!< Is the notification active */
286 typedef struct Temperature_NotifyObj Temperature_NotifyObj; typedef321 struct Temperature_NotifyObj struct323 List_Elem link; /*!< For placing on the notify list */324 Temperature_NotifyFxn notifyFxn; /*!< Application callback function */325 int16_t thresholdHigh; /*!< High threshold in degrees C */326 int16_t thresholdLow; /*!< Low threshold in degrees C */327 uintptr_t clientArg; /*!< Application provided arg */328 bool isRegistered; /*!< Is the notification active */