Home
last modified time | relevance | path

Searched refs:intrBit (Results 1 – 3 of 3) sorted by relevance

/TwlSDK-5.1.0/build/libraries/os/common/src/
Dos_interrupt.c60 void OS_SetIrqFunction(OSIrqMask intrBit, OSIrqFunction function) in OS_SetIrqFunction() argument
67 if (intrBit & 1) in OS_SetIrqFunction()
109 intrBit >>= 1; in OS_SetIrqFunction()
114 void OS_SetIrqFunctionEx(OSIrqMask intrBit, OSIrqFunction function) in OS_SetIrqFunctionEx() argument
121 if (intrBit & 1) in OS_SetIrqFunctionEx()
134 intrBit >>= 1; in OS_SetIrqFunctionEx()
148 OSIrqFunction OS_GetIrqFunction(OSIrqMask intrBit) in OS_GetIrqFunction() argument
155 if (intrBit & 1) in OS_GetIrqFunction()
186 intrBit >>= 1; in OS_GetIrqFunction()
193 OSIrqFunction OS_GetIrqFunctionEx(OSIrqMask intrBit) in OS_GetIrqFunctionEx() argument
[all …]
/TwlSDK-5.1.0/include/twl/os/common/
Dinterrupt.h397 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);
/TwlSDK-5.1.0/include/nitro/os/common/
Dinterrupt.h326 void OS_SetIrqFunction(OSIrqMask intrBit, OSIrqFunction function);
337 OSIrqFunction OS_GetIrqFunction(OSIrqMask intrBit);