Home
last modified time | relevance | path

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

/bsp/efm32/
A Dhdl_interrupt.c42 efm32_irq_hook_t acmpCbTable[ACMP_COUNT] = {RT_NULL}; variable
425 if (acmpCbTable[0].cbFunc != RT_NULL) in ACMP0_IRQHandler()
427 (acmpCbTable[0].cbFunc)(acmpCbTable[0].userPtr); in ACMP0_IRQHandler()
437 if (acmpCbTable[1].cbFunc != RT_NULL) in ACMP0_IRQHandler()
439 (acmpCbTable[1].cbFunc)(acmpCbTable[1].userPtr); in ACMP0_IRQHandler()
840 acmpCbTable[hook->unit].cbFunc = hook->cbFunc; in efm32_irq_hook_register()
841 acmpCbTable[hook->unit].userPtr = hook->userPtr; in efm32_irq_hook_register()

Completed in 5 milliseconds