Home
last modified time | relevance | path

Searched refs:notifyList (Results 1 – 6 of 6) sorted by relevance

/hal_ti-latest/simplelink/source/ti/drivers/power/
DPowerCC26X2.h209 List_List notifyList; /*!< Event notification list */ member
DPowerCC26X2.c102 .notifyList = {0}, /* list of registered notifications */
439 List_put(&PowerCC26X2_module.notifyList, (List_Elem*)pNotifyObj); in Power_registerNotify()
954 List_remove(&PowerCC26X2_module.notifyList, (List_Elem *)pNotifyObj); in Power_unregisterNotify()
1284 if (!List_empty(&PowerCC26X2_module.notifyList)) { in notify()
1286 elem = List_head(&PowerCC26X2_module.notifyList); in notify()
DPowerCC26XX.h468 List_List notifyList; /*!< Event notification list */ member
DPowerCC32XX.c339 List_put(&PowerCC32XX_module.notifyList, (List_Elem*)pNotifyObj); in Power_registerNotify()
815 List_remove(&PowerCC32XX_module.notifyList, (List_Elem *)pNotifyObj); in Power_unregisterNotify()
1158 if (!List_empty(&PowerCC32XX_module.notifyList)) { in notify()
1160 elem = List_head(&PowerCC32XX_module.notifyList); in notify()
DPowerCC32XX.h559 List_List notifyList; member
/hal_ti-latest/simplelink_lpf3/source/ti/drivers/power/
DPowerCC23X0.c198 static List_List notifyList; variable
511 List_put(&notifyList, (List_Elem *)notifyObj); in Power_registerNotify()
532 List_remove(&notifyList, (List_Elem *)notifyObj); in Power_unregisterNotify()
1181 if (!List_empty(&notifyList)) in PowerCC23X0_notify()
1184 elem = List_head(&notifyList); in PowerCC23X0_notify()