Home
last modified time | relevance | path

Searched refs:offset (Results 1 – 3 of 3) sorted by relevance

/hal_telink-latest/tlsr9/drivers/B91/
Dpm.c328 pmcd.offset = 0; in pm_32k_rc_offset_init()
351 pmcd.offset = 0; in pm_ble_32k_rc_cal_reset()
360 int offset = offset_tick * (256 * 31) / rc32_cnt; //256mS / sleep_period in pm_ble_cal_32k_rc_offset() local
367 if (offset > thres) in pm_ble_cal_32k_rc_offset()
369 offset = thres; in pm_ble_cal_32k_rc_offset()
371 else if (offset < -thres) in pm_ble_cal_32k_rc_offset()
373 offset = -thres; in pm_ble_cal_32k_rc_offset()
376 pmcd.offset += (offset - pmcd.offset) >> 4; in pm_ble_cal_32k_rc_offset()
382 int offset = offset_tick * (240 * 31) / pmcd.rc32; //240ms / sleep_period in pm_cal_32k_rc_offset() local
383 if (offset > 0x100) in pm_cal_32k_rc_offset()
[all …]
Dpm.h186 int offset; member
/hal_telink-latest/tlsr9/ble/stack/ble/controller/ial/
Dial.h55 u16 offset; member