Home
last modified time | relevance | path

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

/Zephyr-Core-3.7.0/drivers/can/
Dcan_common.c256 struct can_timing tmp_res = { 0 }; in can_calc_timing_internal() local
286 err = update_sample_pnt(total_tq, sample_pnt, &tmp_res, min, max); in can_calc_timing_internal()
295 res->prop_seg = tmp_res.prop_seg; in can_calc_timing_internal()
296 res->phase_seg1 = tmp_res.phase_seg1; in can_calc_timing_internal()
297 res->phase_seg2 = tmp_res.phase_seg2; in can_calc_timing_internal()