Home
last modified time | relevance | path

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

/hal_ti-latest/simplelink_lpf3/source/ti/drivers/batterymonitor/
DBatteryMonitorLPF3.c84 static List_List notificationList; variable
191 notifyLink = List_head(&notificationList); in setNextThresholds()
217 List_Elem *notifyLink = List_head(&notificationList); in walkNotifyList()
246 List_remove(&notificationList, notifyLink); in walkNotifyList()
378 List_put(&notificationList, &notifyObject->link); in BatteryMonitor_registerNotifyHigh()
413 List_put(&notificationList, &notifyObject->link); in BatteryMonitor_registerNotifyLow()
449 List_put(&notificationList, &notifyObject->link); in BatteryMonitor_registerNotifyRange()
473 List_remove(&notificationList, &(notifyObject->link)); in BatteryMonitor_unregisterNotify()
/hal_ti-latest/simplelink/source/ti/drivers/temperature/
DTemperatureCC26X2.c120 static List_List notificationList; variable
272 notifyLink = List_head(&notificationList); in setNextThresholds()
298 List_Elem *notifyLink = List_head(&notificationList); in walkNotifyList()
327 List_remove(&notificationList, notifyLink); in walkNotifyList()
459 List_put(&notificationList, &notifyObject->link); in Temperature_registerNotifyHigh()
492 List_put(&notificationList, &notifyObject->link); in Temperature_registerNotifyLow()
526 List_put(&notificationList, &notifyObject->link); in Temperature_registerNotifyRange()
548 List_remove(&notificationList, &(notifyObject->link)); in Temperature_unregisterNotify()
/hal_ti-latest/simplelink_lpf3/source/ti/drivers/temperature/
DTemperatureLPF3.c118 static List_List notificationList; variable
226 notifyLink = List_head(&notificationList); in setNextThresholds()
252 List_Elem *notifyLink = List_head(&notificationList); in walkNotifyList()
282 List_remove(&notificationList, notifyLink); in walkNotifyList()
426 List_put(&notificationList, &notifyObject->link); in Temperature_registerNotifyHigh()
461 List_put(&notificationList, &notifyObject->link); in Temperature_registerNotifyLow()
497 List_put(&notificationList, &notifyObject->link); in Temperature_registerNotifyRange()
521 List_remove(&notificationList, &(notifyObject->link)); in Temperature_unregisterNotify()