- tkernel_2
- driver/tef_em1d/clk/src/em1d512_iic.c - 8.8KB - 338 lines
321: /* clear interrupt and permit it again */
322: SetIntMode(IICVec[ch], IM_ENA);
323: ClearInt(IICVec[ch]);
- More results from em1d512_iic.c
- driver/tef_em1d/clk/src/em1d512_spi.c - 5.5KB - 208 lines
193: spi_init(ch);
194: SetIntMode(SPIVec[ch], IM_ENA);
195: EnableInt(SPIVec[ch]);
- More results from em1d512_spi.c
- driver/tef_em1d/console/src/ns16450sys.h - 2.0KB - 84 lines
70: /* Enable interrupt */
71: SetIntMode(scdefs->c.intvec, IM_ENA);
72: EnableInt(scdefs->c.intvec);
- driver/tef_em1d/lowkbpd/src/hwkbpd.c - 17.6KB - 631 lines
162: * pay attention to the delay caused by SPI communication) */
163: SetIntMode(TpVec, IM_ENA | IM_LEVEL | IM_LOW);
164: EnableInt(TpVec);
- More results from hwkbpd.c
- kernel/sysdepend/device/tef_em1d/tkdev_init.c - 2.9KB - 86 lines
65: /* enable abort switch(SW1) */
66: SetIntMode(IV_GPIO(8), IM_ENA|IM_LEVEL|IM_HI);
67: EnableInt(IV_GPIO(8));
- kernel/sysdepend/device/tef_em1d/tkdev_timer.h - 4.5KB - 185 lines
82: /* enable timer interrupt */
83: SetIntMode(VECNO_TIMER, IM_ENA);
84: ClearInt(VECNO_TIMER);
- lib/libtk/src/sysdepend/tef_em1d/ptimer.c - 8.5KB - 329 lines
211:
212: SetIntMode(TimerList[pn].irq, IM_ENA);
213: ClearInt(TimerList[pn].irq);