gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 1 of 1 for funcall:I2C_RXDR (0.01 seconds)
mtkernel_3
device/i2c/sysdepend/stm32l4/i2c_stm32l4.c - 11.2KB - 330 lines
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 ? */