Searched refs:BIT_OSC2M_CAL_START (Results 1 – 2 of 2) sorted by relevance
378 temp |= BIT_OSC2M_CAL_START; in OSC2M_Calibration()384 if ((temp & BIT_OSC2M_CAL_START) == 0) { in OSC2M_Calibration()418 temp |= BIT_OSC2M_CAL_START; in OSC2M_Calibration()424 if ((temp & BIT_OSC2M_CAL_START) == 0) { in OSC2M_Calibration()
844 #define BIT_OSC2M_CAL_START BIT(0) /* R/W 0 Write 1 to Start calibration, auto clear to 0 when … macro
Completed in 13 milliseconds