Searched refs:IntRegister (Results 1 – 25 of 41) sorted by relevance
12
| /external/platform/cc13xx/cc13xxware/driverlib/ |
| A D | interrupt.h | 84 #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 D | interrupt.c | 48 #undef IntRegister 49 #define IntRegister NOROM_IntRegister macro 152 IntRegister(uint32_t ui32Interrupt, void (*pfnHandler)(void)) in IntRegister() function
|
| A D | systick.h | 143 IntRegister(INT_SYSTICK, pfnHandler); in SysTickIntRegister()
|
| A D | timer.c | 292 IntRegister(ui32Int, pfnHandler); in TimerIntRegister() 308 IntRegister(ui32Int + 1, pfnHandler); in TimerIntRegister()
|
| A D | i2c.c | 167 IntRegister(ui32Int, pfnHandler); in I2CIntRegister()
|
| A D | watchdog.h | 342 IntRegister(INT_WDT_IRQ, pfnHandler); in WatchdogIntRegister()
|
| A D | trng.h | 402 IntRegister(INT_TRNG_IRQ, pfnHandler); in TRNGIntRegister()
|
| A D | ssi.c | 293 IntRegister(ui32Int, pfnHandler); in SSIIntRegister()
|
| A D | uart.c | 338 IntRegister(INT_UART0_COMB, pfnHandler); in UARTIntRegister()
|
| A D | crypto.h | 686 IntRegister(INT_CRYPTO_RESULT_AVAIL_IRQ, pfnHandler); in CRYPTOIntRegister()
|
| A D | flash.h | 502 IntRegister(INT_FLASH, pfnHandler); in FlashIntRegister()
|
| A D | i2s.h | 538 IntRegister(INT_I2S_IRQ, pfnHandler); in I2SIntRegister()
|
| /external/platform/stellaris/ti-driverlib/driverlib/ |
| A D | sysexc.c | 77 IntRegister(INT_SYSEXC, pfnHandler); in SysExcIntRegister()
|
| A D | interrupt.h | 69 extern void IntRegister(unsigned long ulInterrupt, void (*pfnHandler)(void));
|
| A D | systick.c | 122 IntRegister(FAULT_SYSTICK, pfnHandler); in SysTickIntRegister()
|
| A D | mpu.c | 420 IntRegister(FAULT_MPU, pfnHandler); in MPUIntRegister()
|
| A D | comp.c | 254 IntRegister(INT_COMP0 + ulComp, pfnHandler); in ComparatorIntRegister()
|
| A D | fan.c | 576 IntRegister(INT_FAN0, pfnHandler); in FanIntRegister()
|
| A D | watchdog.c | 373 IntRegister(INT_WATCHDOG, pfnHandler); in WatchdogIntRegister()
|
| A D | qei.c | 440 IntRegister(ulInt, pfnHandler); in QEIIntRegister()
|
| A D | hibernate.c | 1113 IntRegister(INT_HIBERNATE, pfnHandler); in HibernateIntRegister()
|
| A D | timer.c | 1186 IntRegister(ulBase, pfnHandler); in TimerIntRegister() 1202 IntRegister(ulBase + 1, pfnHandler); in TimerIntRegister()
|
| A D | flash.c | 778 IntRegister(INT_FLASH, pfnHandler); in FlashIntRegister()
|
| A D | ssi.c | 337 IntRegister(ulInt, pfnHandler); in SSIIntRegister()
|
| A D | interrupt.c | 263 IntRegister(unsigned long ulInterrupt, void (*pfnHandler)(void)) in IntRegister() function
|
Completed in 29 milliseconds
12