Format: AllC/C++CSSTextshell script Advanced Search
51: /* Communication speed -> frequency dividing count value */ 52: #define SC_LINE_SPEED(bps) ( _CLOCK / 16 / (bps) ) 53: