gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 1 of 1 for funcall:USART_RDR (0.00 seconds)
mtkernel_3
device/ser/sysdepend/stm32l4/ser_stm32l4.c - 7.2KB - 215 lines
71:         if( isr & USART_ISR_RXNE) {
72:                 data = in_w(USART_RDR(unit));
73:                 dev_ser_notify_rcv(unit, data);       /* Notify the main process of data reception. */