Home
last modified time | relevance | path

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

/hal_ti-latest/simplelink_lpf3/source/ti/drivers/
DBatteryMonitor.h268 typedef struct BatteryMonitor_NotifyObj BatteryMonitor_NotifyObj; typedef
291 BatteryMonitor_NotifyObj *notifyObject);
302 struct BatteryMonitor_NotifyObj struct
356 int_fast16_t BatteryMonitor_registerNotifyHigh(BatteryMonitor_NotifyObj *notifyObject,
387 int_fast16_t BatteryMonitor_registerNotifyLow(BatteryMonitor_NotifyObj *notifyObject,
424 int_fast16_t BatteryMonitor_registerNotifyRange(BatteryMonitor_NotifyObj *notifyObject,
445 int_fast16_t BatteryMonitor_unregisterNotify(BatteryMonitor_NotifyObj *notifyObject);
461 static inline uint16_t BatteryMonitor_getThresholdHigh(BatteryMonitor_NotifyObj *notifyObject) in BatteryMonitor_getThresholdHigh()
480 static inline uint16_t BatteryMonitor_getThresholdLow(BatteryMonitor_NotifyObj *notifyObject) in BatteryMonitor_getThresholdLow()
504 static inline void BatteryMonitor_getThresholdRange(BatteryMonitor_NotifyObj *notifyObject, in BatteryMonitor_getThresholdRange()
[all …]
/hal_ti-latest/simplelink_lpf3/source/ti/drivers/batterymonitor/
DBatteryMonitorLPF3.c195 BatteryMonitor_NotifyObj *notifyObject = (BatteryMonitor_NotifyObj *)notifyLink; in setNextThresholds()
224 BatteryMonitor_NotifyObj *notifyObject = (BatteryMonitor_NotifyObj *)notifyLink; in walkNotifyList()
358 int_fast16_t BatteryMonitor_registerNotifyHigh(BatteryMonitor_NotifyObj *notifyObject, in BatteryMonitor_registerNotifyHigh()
393 int_fast16_t BatteryMonitor_registerNotifyLow(BatteryMonitor_NotifyObj *notifyObject, in BatteryMonitor_registerNotifyLow()
428 int_fast16_t BatteryMonitor_registerNotifyRange(BatteryMonitor_NotifyObj *notifyObject, in BatteryMonitor_registerNotifyRange()
464 int_fast16_t BatteryMonitor_unregisterNotify(BatteryMonitor_NotifyObj *notifyObject) in BatteryMonitor_unregisterNotify()