Home
last modified time | relevance | path

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

12

/external/platform/cc13xx/cc13xxware/driverlib/
A Dinterrupt.h85 #define IntUnregister NOROM_IntUnregister macro
210 extern void IntUnregister(uint32_t ui32Interrupt);
452 #undef IntUnregister
453 #define IntUnregister ROM_IntUnregister macro
A Dinterrupt.c50 #undef IntUnregister
51 #define IntUnregister NOROM_IntUnregister macro
200 IntUnregister(uint32_t ui32Interrupt) in IntUnregister() function
A Dsystick.h175 IntUnregister(INT_SYSTICK); in SysTickIntUnregister()
A Dtimer.c352 IntUnregister(ui32Int); in TimerIntUnregister()
368 IntUnregister(ui32Int + 1); in TimerIntUnregister()
A Di2c.c203 IntUnregister(ui32Int); in I2CIntUnregister()
A Dwatchdog.h380 IntUnregister(INT_WDT_IRQ); in WatchdogIntUnregister()
A Dtrng.h436 IntUnregister(INT_TRNG_IRQ); in TRNGIntUnregister()
A Dssi.c340 IntUnregister(ui32Int); in SSIIntUnregister()
A Duart.c367 IntUnregister(INT_UART0_COMB); in UARTIntUnregister()
A Dcrypto.h720 IntUnregister(INT_CRYPTO_RESULT_AVAIL_IRQ); in CRYPTOIntUnregister()
A Dflash.h536 IntUnregister(INT_FLASH); in FlashIntUnregister()
A Di2s.h579 IntUnregister(INT_I2S_IRQ); in I2SIntUnregister()
/external/platform/stellaris/ti-driverlib/driverlib/
A Dsysexc.c111 IntUnregister(INT_SYSEXC); in SysExcIntUnregister()
A Dinterrupt.h70 extern void IntUnregister(unsigned long ulInterrupt);
A Dsystick.c154 IntUnregister(FAULT_SYSTICK); in SysTickIntUnregister()
A Dmpu.c452 IntUnregister(FAULT_MPU); in MPUIntUnregister()
A Dcomp.c306 IntUnregister(INT_COMP0 + ulComp); in ComparatorIntUnregister()
A Dfan.c615 IntUnregister(INT_FAN0); in FanIntUnregister()
A Dwatchdog.c420 IntUnregister(INT_WATCHDOG); in WatchdogIntUnregister()
A Dqei.c487 IntUnregister(ulInt); in QEIIntUnregister()
A Dhibernate.c1146 IntUnregister(INT_HIBERNATE); in HibernateIntUnregister()
A Dtimer.c1257 IntUnregister(ulBase); in TimerIntUnregister()
1273 IntUnregister(ulBase + 1); in TimerIntUnregister()
A Dflash.c811 IntUnregister(INT_FLASH); in FlashIntUnregister()
A Dssi.c384 IntUnregister(ulInt); in SSIIntUnregister()
A Dinterrupt.c322 IntUnregister(unsigned long ulInterrupt) in IntUnregister() function

Completed in 32 milliseconds

12