gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 1 of 1 for funcall:IV_IRQ from tkernel_2/lib/libtk/src/sysdepend/tef_em1d/int.c (0.00 seconds)
tkernel_2
lib/libtk/src/sysdepend/tef_em1d/int.c - 11.8KB - 303 lines
111: 
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 */
115: 
262: 263: if ( intvec < IV_IRQ(32 ) ) { 264: /* IRQ 0-31 no relevant targets */ 265: 266: } else if ( intvec < IV_IRQ(64) ) { 267: /* IRQ 32--63 */