Home
last modified time | relevance | path

Searched refs:OSIrqFunction (Results 1 – 6 of 6) sorted by relevance

/TwlSDK-5.1.0/include/twl/os/common/
Dinterrupt.h177 typedef void (*OSIrqFunction) (void); typedef
195 extern OSIrqFunction OS_IRQTable[];
197 extern OSIrqFunction OS_IRQTable2[];
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);
/TwlSDK-5.1.0/include/nitro/os/common/
Dinterrupt.h123 typedef void (*OSIrqFunction) (void); typedef
141 extern OSIrqFunction OS_IRQTable[];
326 void OS_SetIrqFunction(OSIrqMask intrBit, OSIrqFunction function);
337 OSIrqFunction OS_GetIrqFunction(OSIrqMask intrBit);
/TwlSDK-5.1.0/build/libraries/os/common/src/
Dos_interrupt.c60 void OS_SetIrqFunction(OSIrqMask intrBit, OSIrqFunction function) in OS_SetIrqFunction()
114 void OS_SetIrqFunctionEx(OSIrqMask intrBit, OSIrqFunction function) in OS_SetIrqFunctionEx()
148 OSIrqFunction OS_GetIrqFunction(OSIrqMask intrBit) in OS_GetIrqFunction()
151 OSIrqFunction *funcPtr = &OS_IRQTable[0]; in OS_GetIrqFunction()
193 OSIrqFunction OS_GetIrqFunctionEx(OSIrqMask intrBit) in OS_GetIrqFunctionEx()
196 OSIrqFunction *funcPtr = &OS_IRQTable2[0]; // skip IE part in OS_GetIrqFunctionEx()
Dos_irqTable.c49 OSIrqFunction OS_IRQTable[OS_IRQ_TABLE_MAX] = {
93 OSIrqFunction OS_IRQTable[OS_IRQ_TABLE_MAX] = {
141 OSIrqFunction OS_IRQTable2[OS_IRQ_TABLE2_MAX] = {
/TwlSDK-5.1.0/build/demos/os/forChina-fs/src/
Dos_china_override.c240 OSIrqFunction irqFunction; in OS_ShowAttentionChina()
/TwlSDK-5.1.0/build/libraries/os/ARM9/src/
Dos_china.c494 OSIrqFunction irqFunction; in OS_ShowAttentionChina()