Searched refs:intrBit (Results 1 – 3 of 3) sorted by relevance
60 void OS_SetIrqFunction(OSIrqMask intrBit, OSIrqFunction function) in OS_SetIrqFunction() argument67 if (intrBit & 1) in OS_SetIrqFunction()109 intrBit >>= 1; in OS_SetIrqFunction()114 void OS_SetIrqFunctionEx(OSIrqMask intrBit, OSIrqFunction function) in OS_SetIrqFunctionEx() argument121 if (intrBit & 1) in OS_SetIrqFunctionEx()134 intrBit >>= 1; in OS_SetIrqFunctionEx()148 OSIrqFunction OS_GetIrqFunction(OSIrqMask intrBit) in OS_GetIrqFunction() argument155 if (intrBit & 1) in OS_GetIrqFunction()186 intrBit >>= 1; in OS_GetIrqFunction()193 OSIrqFunction OS_GetIrqFunctionEx(OSIrqMask intrBit) in OS_GetIrqFunctionEx() argument[all …]
397 void OS_SetIrqFunction(OSIrqMask intrBit, OSIrqFunction function);399 void OS_SetIrqFunctionEx(OSIrqMask intrBit, OSIrqFunction function);411 OSIrqFunction OS_GetIrqFunction(OSIrqMask intrBit);413 OSIrqFunction OS_GetIrqFunctionEx(OSIrqMask intrBit);
326 void OS_SetIrqFunction(OSIrqMask intrBit, OSIrqFunction function);337 OSIrqFunction OS_GetIrqFunction(OSIrqMask intrBit);