Home
last modified time | relevance | path

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

/hal_ti-latest/simplelink_lpf3/source/ti/drivers/
DBatteryMonitor.h268 typedef struct BatteryMonitor_NotifyObj BatteryMonitor_NotifyObj; typedef
302 struct BatteryMonitor_NotifyObj struct
304 List_Elem link; /*!< For placing on the notify list */
305 BatteryMonitor_NotifyFxn notifyFxn; /*!< Application callback function */
306 uint16_t thresholdHigh; /*!< High threshold in millivolts */
307 uint16_t thresholdLow; /*!< Low threshold in millivolts */
308 uintptr_t clientArg; /*!< Application provided arg */
309 bool isRegistered; /*!< Is the notification active */