Home
last modified time | relevance | path

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

/Zephyr-Core-2.7.6/drivers/can/
Dcan_common.c193 struct can_timing tmp_res; in can_calc_timing_int() local
210 sp_err = update_sampling_pnt(ts, sp, &tmp_res, in can_calc_timing_int()
219 res->prop_seg = tmp_res.prop_seg; in can_calc_timing_int()
220 res->phase_seg1 = tmp_res.phase_seg1; in can_calc_timing_int()
221 res->phase_seg2 = tmp_res.phase_seg2; in can_calc_timing_int()