Home
last modified time | relevance | path

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

/hal_ti-latest/simplelink_lpf3/source/ti/drivers/power/
DPowerCC23X0.c208 static PowerLPF3_StartInitialHfxtAmpCompFxn startInitialHfxtAmpCompFxn = NULL; variable
263 startInitialHfxtAmpCompFxn = PowerCC23X0_config.startInitialHfxtAmpCompFxn; in Power_init()
989 if (startInitialHfxtAmpCompFxn != NULL) in PowerCC23X0_oscillatorISR()
996 startInitialHfxtAmpCompFxn(); in PowerCC23X0_oscillatorISR()
999 startInitialHfxtAmpCompFxn = NULL; in PowerCC23X0_oscillatorISR()
DPowerCC23X0.h314 PowerLPF3_StartInitialHfxtAmpCompFxn startInitialHfxtAmpCompFxn; member