Home
last modified time | relevance | path

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

/hal_ti-latest/simplelink/source/ti/drivers/
DPower.h430 typedef int_fast16_t (*Power_NotifyFxn)(uint_fast16_t eventType, typedef
446 Power_NotifyFxn notifyFxn; /*!< notification function */
690 Power_NotifyFxn notifyFxn,
/hal_ti-latest/simplelink_lpf3/source/ti/drivers/
DPower.h429 typedef int_fast16_t (*Power_NotifyFxn)(uint_fast16_t eventType, uintptr_t eventArg, uintptr_t clie… typedef
445 Power_NotifyFxn notifyFxn; /*!< notification function */
697 Power_NotifyFxn notifyFxn,
/hal_ti-latest/simplelink/source/ti/drivers/power/
DPowerCC26X2.c423 uint_fast16_t eventTypes, Power_NotifyFxn notifyFxn, uintptr_t clientArg) in Power_registerNotify()
1279 Power_NotifyFxn notifyFxn; in notify()
1296 notifyStatus = (int_fast16_t)(*(Power_NotifyFxn)notifyFxn)( in notify()
DPowerCC32XX.c323 uint_fast16_t eventTypes, Power_NotifyFxn notifyFxn, uintptr_t clientArg) in Power_registerNotify()
1153 Power_NotifyFxn notifyFxn; in notify()
1170 notifyStatus = (int_fast16_t) (*(Power_NotifyFxn)notifyFxn)( in notify()
/hal_ti-latest/simplelink_lpf3/source/ti/drivers/power/
DPowerCC23X0.c480 Power_NotifyFxn notifyFxn, in Power_registerNotify()
1176 Power_NotifyFxn notifyFxn; in PowerCC23X0_notify()
1203 notifyStatus = (int_fast16_t)(*(Power_NotifyFxn)notifyFxn)(eventType, 0, clientArg); in PowerCC23X0_notify()
/hal_ti-latest/simplelink/source/ti/drivers/rf/
DRFCC26X2_multiMode.c3689 (Power_NotifyFxn) RF_wakeupNotification, /* Function to be invoked */ in RF_init()