Search | Google it | Results 1 - 3 of 3 for funcall:IV_GPIO from tkernel_2 (0.00 seconds) |
59: 60: #define TpVec IV_GPIO(0) 61: #define RETRY 4
65: /* enable abort switch(SW1) */ 66: SetIntMode(IV_GPIO(8), IM_ENA|IM_LEVEL|IM_HI); 67: EnableInt(IV_GPIO(8));
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 */