Home
last modified time | relevance | path

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

/Zephyr-Core-3.5.0/drivers/can/
Dcan_common.c173 struct can_timing tmp_res = { 0 }; in can_calc_timing_int() local
188 sp_err = update_sampling_pnt(ts, sp, &tmp_res, in can_calc_timing_int()
197 res->prop_seg = tmp_res.prop_seg; in can_calc_timing_int()
198 res->phase_seg1 = tmp_res.phase_seg1; in can_calc_timing_int()
199 res->phase_seg2 = tmp_res.phase_seg2; in can_calc_timing_int()