Home
last modified time | relevance | path

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

/hal_ti-latest/simplelink_lpf3/source/ti/drivers/power/
DPowerCC23X0.c688 int_fast16_t notifyStatus; in Power_shutdown() local
713 notifyStatus = PowerCC23X0_notify(PowerLPF3_ENTERING_SHUTDOWN); in Power_shutdown()
730 if (ioPending == false && notifyStatus == Power_SOK) in Power_shutdown()
1175 int_fast16_t notifyStatus; in PowerCC23X0_notify() local
1203 notifyStatus = (int_fast16_t)(*(Power_NotifyFxn)notifyFxn)(eventType, 0, clientArg); in PowerCC23X0_notify()
1206 if (notifyStatus != Power_NOTIFYDONE) in PowerCC23X0_notify()
1213 notifyStatus); in PowerCC23X0_notify()
/hal_ti-latest/simplelink/source/ti/drivers/power/
DPowerCC26X2.c741 int_fast16_t notifyStatus = Power_SOK; in Power_sleep() local
897 notifyStatus = notify(postEvent); in Power_sleep()
931 if ((notifyStatus != Power_SOK) || in Power_sleep()
1278 int_fast16_t notifyStatus; in notify() local
1296 notifyStatus = (int_fast16_t)(*(Power_NotifyFxn)notifyFxn)( in notify()
1300 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()