Home
last modified time | relevance | path

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

/bsp/essemi/es32f0654/drivers/
A Ddrv_can.c36 uint32_t i,j,j_max,near = 0; in get_can_baud_index() local
44 j_max = target/i/(0.98) + 1; /*缩小范围*/ in get_can_baud_index()
45 j_max = (j_max > 1024) ? (1024) : (j_max); in get_can_baud_index()
47 for(j = target/i/1.02 ;j < j_max;j++) in get_can_baud_index()
/bsp/essemi/es32f369x/drivers/
A Ddrv_can.c35 uint32_t i,j,j_max,near = 0; in get_can_baud_index() local
43 j_max = target/i/(0.98) + 1; /*缩小范围*/ in get_can_baud_index()
44 j_max = (j_max > 1024) ? (1024) : (j_max); in get_can_baud_index()
46 for(j = target/i/1.02 ;j < j_max;j++) in get_can_baud_index()

Completed in 51 milliseconds