Home
last modified time | relevance | path

Searched refs:calStep (Results 1 – 4 of 4) sorted by relevance

/hal_ti-2.7.6/simplelink/source/ti/drivers/power/
DPowerCC26X2_calibrateRCOSC.c241 PowerCC26X2_module.calStep = PowerCC26X2_STATE_CAL_LF_2; /* next: trigger LF */ in PowerCC26X2_auxISR()
246 PowerCC26X2_module.calStep = PowerCC26X2_STATE_CLEANUP; /* next: cleanup */ in PowerCC26X2_auxISR()
266 PowerCC26X2_module.calStep = PowerCC26X2_STATE_CLEANUP; /* next: cleanup */ in PowerCC26X2_auxISR()
272 PowerCC26X2_module.calStep = PowerCC26X2_STATE_CAL_HF1_2; /* next: HF meas. #2 */ in PowerCC26X2_auxISR()
287 PowerCC26X2_module.calStep = PowerCC26X2_STATE_CLEANUP; /* next: cleanup */ in PowerCC26X2_auxISR()
325 switch (PowerCC26X2_module.calStep) { in runCalibrateFsm()
371 PowerCC26X2_module.calStep = PowerCC26X2_STATE_CAL_LF_1; in runCalibrateFsm()
377 PowerCC26X2_module.calStep = PowerCC26X2_STATE_CAL_HF1_1; in runCalibrateFsm()
412 PowerCC26X2_module.calStep = PowerCC26X2_STATE_CAL_HF1_1; in runCalibrateFsm()
449 PowerCC26X2_module.calStep = PowerCC26X2_STATE_CAL_HF2; in runCalibrateFsm()
[all …]
DPowerCC26X2.h234 uint32_t calStep; /*!< The current calibration step */ member
DPowerCC26XX.h489 uint8_t calStep; /*!< The current calibration step */ member
DPowerCC26X2.c122 .calStep = 0, /* current calibration step */