Home
last modified time | relevance | path

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

/hal_telink-3.7.0/tlsr9/drivers/B91/
Dpm.c358 _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() argument
360 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() argument
382 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()
Dpm.h293 _attribute_ram_code_sec_noinline_ void pm_cal_32k_rc_offset (int offset_tick);