Searched refs:can_update_spt (Results 1 – 1 of 1) sorted by relevance
/hal_nuvoton-3.4.0/m48x/StdDriver/src/ |
D | can.c | 50 static int can_update_spt(int sampl_pt, int tseg, int *tseg1, int *tseg2); 200 static int can_update_spt(int sampl_pt, int tseg, int *tseg1, int *tseg2) in can_update_spt() function 822 spt = can_update_spt(sampl_pt, tseg / 2, &tseg1, &tseg2); in CAN_SetBaudRate() 843 spt = can_update_spt(sampl_pt, best_tseg, &tseg1, &tseg2); in CAN_SetBaudRate()
|