Searched refs:notificationList (Results 1 – 3 of 3) sorted by relevance
| /hal_ti-latest/simplelink_lpf3/source/ti/drivers/batterymonitor/ |
| D | BatteryMonitorLPF3.c | 84 static List_List notificationList; variable 191 notifyLink = List_head(¬ificationList); in setNextThresholds() 217 List_Elem *notifyLink = List_head(¬ificationList); in walkNotifyList() 246 List_remove(¬ificationList, notifyLink); in walkNotifyList() 378 List_put(¬ificationList, ¬ifyObject->link); in BatteryMonitor_registerNotifyHigh() 413 List_put(¬ificationList, ¬ifyObject->link); in BatteryMonitor_registerNotifyLow() 449 List_put(¬ificationList, ¬ifyObject->link); in BatteryMonitor_registerNotifyRange() 473 List_remove(¬ificationList, &(notifyObject->link)); in BatteryMonitor_unregisterNotify()
|
| /hal_ti-latest/simplelink/source/ti/drivers/temperature/ |
| D | TemperatureCC26X2.c | 120 static List_List notificationList; variable 272 notifyLink = List_head(¬ificationList); in setNextThresholds() 298 List_Elem *notifyLink = List_head(¬ificationList); in walkNotifyList() 327 List_remove(¬ificationList, notifyLink); in walkNotifyList() 459 List_put(¬ificationList, ¬ifyObject->link); in Temperature_registerNotifyHigh() 492 List_put(¬ificationList, ¬ifyObject->link); in Temperature_registerNotifyLow() 526 List_put(¬ificationList, ¬ifyObject->link); in Temperature_registerNotifyRange() 548 List_remove(¬ificationList, &(notifyObject->link)); in Temperature_unregisterNotify()
|
| /hal_ti-latest/simplelink_lpf3/source/ti/drivers/temperature/ |
| D | TemperatureLPF3.c | 118 static List_List notificationList; variable 226 notifyLink = List_head(¬ificationList); in setNextThresholds() 252 List_Elem *notifyLink = List_head(¬ificationList); in walkNotifyList() 282 List_remove(¬ificationList, notifyLink); in walkNotifyList() 426 List_put(¬ificationList, ¬ifyObject->link); in Temperature_registerNotifyHigh() 461 List_put(¬ificationList, ¬ifyObject->link); in Temperature_registerNotifyLow() 497 List_put(¬ificationList, ¬ifyObject->link); in Temperature_registerNotifyRange() 521 List_remove(¬ificationList, &(notifyObject->link)); in Temperature_unregisterNotify()
|