gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 3 of 3 for funcall:IV_GPIO from tkernel_2 (0.03 seconds)
tkernel_2
driver/tef_em1d/lowkbpd/src/hwkbpd.c - 17.6KB - 631 lines
59: 
60: #define TpVec   IV_GPIO(0)
61: #define RETRY   4
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));
More results from tkdev_init.c
lib/libtk/src/sysdepend/tef_em1d/int.c - 11.8KB - 303 lines
112: #define AINTNO(intvec)  ( ((intvec) - IV_IRQ(0)) / 32 )          /* AINT number */
113: #define GIONO(intvec)   ( ((intvec) - IV_GPIO(0)) / 32 )  /* GIO number */
114: #define BITNO(intvec)   ( ((intvec) - IV_IRQ(0)) % 32 )           /* bit number */
More results from int.c