Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/can/
Dcan_common.c19 #define CAN_SYNC_SEG 1 macro
168 tseg1 = total_tq - CAN_SYNC_SEG - tseg2; in update_sample_pnt()
172 tseg2 = total_tq - CAN_SYNC_SEG - tseg1; in update_sample_pnt()
180 tseg2 = total_tq - CAN_SYNC_SEG - tseg1; in update_sample_pnt()
204 sample_pnt_res = (CAN_SYNC_SEG + tseg1) * 1000 / total_tq; in update_sample_pnt()
255 uint32_t total_tq = CAN_SYNC_SEG + max->prop_seg + max->phase_seg1 + max->phase_seg2; in can_calc_timing_internal()