- mtkernel_3
- device/adc/sysdepend/rx231/adc_rx231.c - 6.0KB - 201 lines
39: {
40: ClearInt(intno);
41: tk_wup_tsk(ll_devcb.wait_tskid);
- device/adc/sysdepend/rza2m/adc_rza2m.c - 4.7KB - 174 lines
40: {
41: ClearInt(intno);
42: tk_wup_tsk(ll_devcb.wait_tskid);
- device/adc/sysdepend/stm32l4/adc_stm32l4.c - 8.0KB - 257 lines
76: out_w(ADC_ISR(unit), 0x000007FF); // Clear all interrupt flag.
77: ClearInt((unit == DEV_ADC_3)?INTNO_INTADC3:INTNO_INTADC1_2);
78: }
- device/i2c/sysdepend/stm32l4/i2c_stm32l4.c - 11.2KB - 330 lines
137: out_w(I2C_ICR(unit), I2C_ICR_ALL); // Clear all Interrupt flag
138: ClearInt(intno); // Clear interrupt
139:
- More results from i2c_stm32l4.c
- device/ser/sysdepend/rza2m/ser_rza2m.c - 10.5KB - 342 lines
69:
70: ClearInt(intno);
71:
- More results from ser_rza2m.c
- device/ser/sysdepend/stm32l4/ser_stm32l4.c - 7.2KB - 215 lines
67: out_w(USART_ICR(unit), USART_ICR_ALL); // Clear Interrupt
68: ClearInt(intno);
69:
- More results from ser_stm32l4.c
- lib/libtk/sysdepend/cpu/rx231/ptimer_rx231.c - 6.3KB - 219 lines
53: {
54: ClearInt( intno);
55: if( p_cb->ptmrhdr != NULL) {
- lib/libtk/sysdepend/cpu/rza2m/ptimer_rza2m.c - 4.8KB - 179 lines
52: {
53: ClearInt( intno);
54:
- lib/libtk/sysdepend/cpu/stm32l4/ptimer_stm32l4.c - 6.2KB - 201 lines
57: out_h(p_cb->baddr + TIMxSR, 0); // Clear interrupt flag
58: ClearInt( intno);
59:
- lib/libtk/sysdepend/cpu/tx03_m367/ptimer_m367.c - 7.5KB - 236 lines
59: {
60: ClearInt( intno);
61: if( p_cb->ptmrhdr != NULL) {