Home
last modified time | relevance | path

Searched defs:Temperature_NotifyObj (Results 1 – 2 of 2) sorted by relevance

/hal_ti-latest/simplelink/source/ti/drivers/
DTemperature.h286 typedef struct Temperature_NotifyObj Temperature_NotifyObj; typedef
321 struct Temperature_NotifyObj { struct
322 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 */
/hal_ti-latest/simplelink_lpf3/source/ti/drivers/
DTemperature.h286 typedef struct Temperature_NotifyObj Temperature_NotifyObj; typedef
321 struct Temperature_NotifyObj struct
323 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 */