Home
last modified time | relevance | path

Searched refs:pNotifyObj (Results 1 – 4 of 4) sorted by relevance

/hal_ti-latest/simplelink/source/ti/drivers/
DPower.h688 int_fast16_t Power_registerNotify(Power_NotifyObj *pNotifyObj,
964 void Power_unregisterNotify(Power_NotifyObj *pNotifyObj);
/hal_ti-latest/simplelink_lpf3/source/ti/drivers/
DPower.h695 int_fast16_t Power_registerNotify(Power_NotifyObj *pNotifyObj,
933 void Power_unregisterNotify(Power_NotifyObj *pNotifyObj);
/hal_ti-latest/simplelink/source/ti/drivers/power/
DPowerCC32XX.c322 int_fast16_t Power_registerNotify(Power_NotifyObj * pNotifyObj, in Power_registerNotify() argument
328 if ((pNotifyObj == NULL) || (notifyFxn == NULL)) { in Power_registerNotify()
334 pNotifyObj->eventTypes = eventTypes; in Power_registerNotify()
335 pNotifyObj->notifyFxn = notifyFxn; in Power_registerNotify()
336 pNotifyObj->clientArg = clientArg; in Power_registerNotify()
339 List_put(&PowerCC32XX_module.notifyList, (List_Elem*)pNotifyObj); in Power_registerNotify()
344 (uintptr_t) pNotifyObj, eventTypes, (uintptr_t) notifyFxn); in Power_registerNotify()
807 void Power_unregisterNotify(Power_NotifyObj * pNotifyObj) in Power_unregisterNotify() argument
815 List_remove(&PowerCC32XX_module.notifyList, (List_Elem *)pNotifyObj); in Power_unregisterNotify()
820 DebugP_log1("Power: unregister notify (%p)", (uintptr_t) pNotifyObj); in Power_unregisterNotify()
DPowerCC26X2.c422 int_fast16_t Power_registerNotify(Power_NotifyObj * pNotifyObj, in Power_registerNotify() argument
428 if ((pNotifyObj == NULL) || (notifyFxn == NULL)) { in Power_registerNotify()
434 pNotifyObj->eventTypes = eventTypes; in Power_registerNotify()
435 pNotifyObj->notifyFxn = notifyFxn; in Power_registerNotify()
436 pNotifyObj->clientArg = clientArg; in Power_registerNotify()
439 List_put(&PowerCC26X2_module.notifyList, (List_Elem*)pNotifyObj); in Power_registerNotify()
946 void Power_unregisterNotify(Power_NotifyObj * pNotifyObj) in Power_unregisterNotify() argument
954 List_remove(&PowerCC26X2_module.notifyList, (List_Elem *)pNotifyObj); in Power_unregisterNotify()