Searched refs:offset_tick (Results 1 – 2 of 2) sorted by relevance
358 _attribute_ram_code_sec_noinline_ void pm_ble_cal_32k_rc_offset (int offset_tick, int rc32_cnt) in pm_ble_cal_32k_rc_offset() argument360 int offset = offset_tick * (256 * 31) / rc32_cnt; //256mS / sleep_period in pm_ble_cal_32k_rc_offset()380 _attribute_ram_code_sec_noinline_ void pm_cal_32k_rc_offset (int offset_tick) in pm_cal_32k_rc_offset() argument382 int offset = offset_tick * (240 * 31) / pmcd.rc32; //240ms / sleep_period in pm_cal_32k_rc_offset()393 pmcd.offset_dc += (offset_tick - pmcd.offset_dc) >> 3; in pm_cal_32k_rc_offset()
293 _attribute_ram_code_sec_noinline_ void pm_cal_32k_rc_offset (int offset_tick);