Home
last modified time | relevance | path

Searched refs:IntRegister (Results 1 – 25 of 41) sorted by relevance

12

/external/platform/cc13xx/cc13xxware/driverlib/
A Dinterrupt.h84 #define IntRegister NOROM_IntRegister macro
192 extern void IntRegister(uint32_t ui32Interrupt, void (*pfnHandler)(void));
448 #undef IntRegister
449 #define IntRegister ROM_IntRegister macro
A Dinterrupt.c48 #undef IntRegister
49 #define IntRegister NOROM_IntRegister macro
152 IntRegister(uint32_t ui32Interrupt, void (*pfnHandler)(void)) in IntRegister() function
A Dsystick.h143 IntRegister(INT_SYSTICK, pfnHandler); in SysTickIntRegister()
A Dtimer.c292 IntRegister(ui32Int, pfnHandler); in TimerIntRegister()
308 IntRegister(ui32Int + 1, pfnHandler); in TimerIntRegister()
A Di2c.c167 IntRegister(ui32Int, pfnHandler); in I2CIntRegister()
A Dwatchdog.h342 IntRegister(INT_WDT_IRQ, pfnHandler); in WatchdogIntRegister()
A Dtrng.h402 IntRegister(INT_TRNG_IRQ, pfnHandler); in TRNGIntRegister()
A Dssi.c293 IntRegister(ui32Int, pfnHandler); in SSIIntRegister()
A Duart.c338 IntRegister(INT_UART0_COMB, pfnHandler); in UARTIntRegister()
A Dcrypto.h686 IntRegister(INT_CRYPTO_RESULT_AVAIL_IRQ, pfnHandler); in CRYPTOIntRegister()
A Dflash.h502 IntRegister(INT_FLASH, pfnHandler); in FlashIntRegister()
A Di2s.h538 IntRegister(INT_I2S_IRQ, pfnHandler); in I2SIntRegister()
/external/platform/stellaris/ti-driverlib/driverlib/
A Dsysexc.c77 IntRegister(INT_SYSEXC, pfnHandler); in SysExcIntRegister()
A Dinterrupt.h69 extern void IntRegister(unsigned long ulInterrupt, void (*pfnHandler)(void));
A Dsystick.c122 IntRegister(FAULT_SYSTICK, pfnHandler); in SysTickIntRegister()
A Dmpu.c420 IntRegister(FAULT_MPU, pfnHandler); in MPUIntRegister()
A Dcomp.c254 IntRegister(INT_COMP0 + ulComp, pfnHandler); in ComparatorIntRegister()
A Dfan.c576 IntRegister(INT_FAN0, pfnHandler); in FanIntRegister()
A Dwatchdog.c373 IntRegister(INT_WATCHDOG, pfnHandler); in WatchdogIntRegister()
A Dqei.c440 IntRegister(ulInt, pfnHandler); in QEIIntRegister()
A Dhibernate.c1113 IntRegister(INT_HIBERNATE, pfnHandler); in HibernateIntRegister()
A Dtimer.c1186 IntRegister(ulBase, pfnHandler); in TimerIntRegister()
1202 IntRegister(ulBase + 1, pfnHandler); in TimerIntRegister()
A Dflash.c778 IntRegister(INT_FLASH, pfnHandler); in FlashIntRegister()
A Dssi.c337 IntRegister(ulInt, pfnHandler); in SSIIntRegister()
A Dinterrupt.c263 IntRegister(unsigned long ulInterrupt, void (*pfnHandler)(void)) in IntRegister() function

Completed in 29 milliseconds

12