Search | Google it | Results 1 - 1 of 1 for funcall:SetIntMode from tkernel_2/driver/tef_em1d/lowkbpd/src/hwkbpd.c (0.00 seconds) |
162: * pay attention to the delay caused by SPI communication) */ 163: SetIntMode(TpVec, IM_ENA | IM_LEVEL | IM_LOW); 164: EnableInt(TpVec); 172: DisableInt(TpVec); 173: SetIntMode(TpVec, IM_DIS); 174: 419: for (i = 0; i < sizeof(SwVec) / sizeof(INTVEC); i++) { 420: SetIntMode(SwVec[i], IM_ENA | IM_EDGE | IM_BOTH); 421: ClearInt(SwVec[i]); 434: DisableInt(SwVec[i]); 435: SetIntMode(SwVec[i], IM_DIS); 436: ClearInt(SwVec[i]);