Home
last modified time | relevance | path

Searched refs:notifyStatus (Results 1 – 2 of 2) sorted by relevance

/hal_ti-2.7.6/simplelink/source/ti/drivers/power/
DPowerCC26X2.c719 int_fast16_t notifyStatus = Power_SOK; in Power_sleep() local
875 notifyStatus = notify(postEvent); in Power_sleep()
909 if ((notifyStatus != Power_SOK) || in Power_sleep()
1256 int_fast16_t notifyStatus; in notify() local
1274 notifyStatus = (int_fast16_t)(*(Power_NotifyFxn)notifyFxn)( in notify()
1278 if (notifyStatus != Power_NOTIFYDONE) { in notify()
DPowerCC32XX.c1152 int_fast16_t notifyStatus; in notify() local
1170 notifyStatus = (int_fast16_t) (*(Power_NotifyFxn)notifyFxn)( in notify()
1174 if (notifyStatus != Power_NOTIFYDONE) { in notify()