Format: AllC/C++CSSTextshell script Advanced Search
125: } else if( i2c_st & I2C_ISR_RXNE) { /* RX interrupt */ 126: *(p_cb->rbuf++) = (UB)in_w(I2C_RXDR(unit)); 127: if(--(p_cb->rdat_num) <= 0) { /* final data ? */