Searched refs:baud_value (Results 1 - 1 of 1) sorted by relevance

/openwrt/target/linux/at91/image/dfboot/src/include/
H A Dlib_AT91RM9200.h394 unsigned int baud_value; local
397 baud_value = 0;
400 baud_value = (unsigned int) (mainClock * 10)/(2*speed);
401 if ((baud_value % 10) >= 5)
402 baud_value = (baud_value / 10) + 1;
404 baud_value /= 10;
407 pSSC->SSC_CMR = baud_value;
1582 //* \brief Caluculate baud_value according to the main clock and the baud rate
1588 unsigned int baud_value local
[all...]

Completed in 21 milliseconds