Search | Google it | Results 1 - 2 of 2 for funcall:SetIntMode (0.01 seconds) |
321: /* clear interrupt and permit it again */ 322: SetIntMode(IICVec[ch], IM_ENA); 323: ClearInt(IICVec[ch]);
53: #define NIC_INTVEC IV_GPIO(41) 54: #define EXBIntMode(x) SetIntMode(x, IM_ENA | IM_LEVEL | IM_LOW | IM_ASYN) 55: #define EXBIntEna(x) EnableInt(x)