Home
last modified time | relevance | path

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

/hal_ti-2.7.6/simplelink/source/ti/drivers/power/
DPowerCC26X2.h209 List_List notifyList; /*!< Event notification list */ member
DPowerCC26X2.c100 .notifyList = {0}, /* list of registered notifications */
441 List_put(&PowerCC26X2_module.notifyList, (List_Elem*)pNotifyObj); in Power_registerNotify()
932 List_remove(&PowerCC26X2_module.notifyList, (List_Elem *)pNotifyObj); in Power_unregisterNotify()
1262 if (!List_empty(&PowerCC26X2_module.notifyList)) { in notify()
1264 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