gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 1 of 1 for funcall:USART_ICR (0.00 seconds)
mtkernel_3
device/ser/sysdepend/stm32l4/ser_stm32l4.c - 7.2KB - 215 lines
66: 
67:         out_w(USART_ICR(unit), USART_ICR_ALL);         // Clear Interrupt
68:         ClearInt(intno);
142: out_w(USART_CR1(unit), 0); 143: out_w(USART_ICR(unit), USART_ICR_ALL); // Clear interrupt 144: ClearInt(INTNO_USART1 + unit);