Home
last modified time | relevance | path

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

/hal_ti-latest/simplelink_lpf3/source/ti/drivers/rcl/hal/
Dhal.h84 } RCL_PowerEvent; typedef
101 void hal_power_open(void (*f)(RCL_PowerEvent));
/hal_ti-latest/simplelink_lpf3/source/ti/drivers/rcl/hal/cc23x0/
Dhal_cc23x0.c64 static void (*rclPowerNotify)(RCL_PowerEvent) = NULL;
432 void hal_power_open(void (*f)(RCL_PowerEvent)) in hal_power_open() argument
/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()