Home
last modified time | relevance | path

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

/hal_ti-latest/simplelink_lpf3/source/ti/drivers/rcl/hal/cc23x0/
Dhal_cc23x0.c64 static void (*rclPowerNotify)(RCL_PowerEvent) = NULL; variable
399 if (rclPowerNotify != NULL) in hal_power_post_notify_fxn()
403 rclPowerNotify(RCL_POWER_STANDBY_AWAKE); in hal_power_post_notify_fxn()
407 rclPowerNotify(RCL_POWER_STANDBY_ENTER); in hal_power_post_notify_fxn()
435 rclPowerNotify = f; in hal_power_open()
/hal_ti-latest/simplelink_lpf3/source/ti/drivers/rcl/
DRCL.c63 static void rclPowerNotify(RCL_PowerEvent eventType);
547 static void rclPowerNotify(RCL_PowerEvent eventType) in rclPowerNotify() function
624 hal_power_open(&rclPowerNotify); in RCL_openPowerNotifications()