Home
last modified time | relevance | path

Searched refs:notifyLink (Results 1 – 3 of 3) sorted by relevance

/hal_ti-latest/simplelink_lpf3/source/ti/drivers/batterymonitor/
DBatteryMonitorLPF3.c181 List_Elem *notifyLink; in setNextThresholds() local
191 notifyLink = List_head(&notificationList); in setNextThresholds()
193 while (notifyLink != NULL) in setNextThresholds()
195 BatteryMonitor_NotifyObj *notifyObject = (BatteryMonitor_NotifyObj *)notifyLink; in setNextThresholds()
200 notifyLink = List_next(notifyLink); in setNextThresholds()
217 List_Elem *notifyLink = List_head(&notificationList); in walkNotifyList() local
222 while (notifyLink != NULL) in walkNotifyList()
224 BatteryMonitor_NotifyObj *notifyObject = (BatteryMonitor_NotifyObj *)notifyLink; in walkNotifyList()
231 List_Elem *notifyLinkNext = List_next(notifyLink); in walkNotifyList()
246 List_remove(&notificationList, notifyLink); in walkNotifyList()
[all …]
/hal_ti-latest/simplelink/source/ti/drivers/temperature/
DTemperatureCC26X2.c262 List_Elem *notifyLink; in setNextThresholds() local
272 notifyLink = List_head(&notificationList); in setNextThresholds()
274 while (notifyLink != NULL) { in setNextThresholds()
275 Temperature_NotifyObj* notifyObject = (Temperature_NotifyObj *)notifyLink; in setNextThresholds()
282 notifyLink = List_next(notifyLink); in setNextThresholds()
298 List_Elem *notifyLink = List_head(&notificationList); in walkNotifyList() local
304 while (notifyLink != NULL) { in walkNotifyList()
305 Temperature_NotifyObj* notifyObject = (Temperature_NotifyObj *)notifyLink; in walkNotifyList()
312 List_Elem *notifyLinkNext = List_next(notifyLink); in walkNotifyList()
327 List_remove(&notificationList, notifyLink); in walkNotifyList()
[all …]
/hal_ti-latest/simplelink_lpf3/source/ti/drivers/temperature/
DTemperatureLPF3.c216 List_Elem *notifyLink; in setNextThresholds() local
226 notifyLink = List_head(&notificationList); in setNextThresholds()
228 while (notifyLink != NULL) in setNextThresholds()
230 Temperature_NotifyObj *notifyObject = (Temperature_NotifyObj *)notifyLink; in setNextThresholds()
235 notifyLink = List_next(notifyLink); in setNextThresholds()
252 List_Elem *notifyLink = List_head(&notificationList); in walkNotifyList() local
258 while (notifyLink != NULL) in walkNotifyList()
260 Temperature_NotifyObj *notifyObject = (Temperature_NotifyObj *)notifyLink; in walkNotifyList()
267 List_Elem *notifyLinkNext = List_next(notifyLink); in walkNotifyList()
282 List_remove(&notificationList, notifyLink); in walkNotifyList()
[all …]