Home
last modified time | relevance | path

Searched refs:IntDisable (Results 1 – 25 of 56) sorted by relevance

123

/hal_ti-latest/simplelink/source/ti/devices/cc13x2x7_cc26x2x7/driverlib/
Dinterrupt.h89 #define IntDisable NOROM_IntDisable macro
441 extern void IntDisable(uint32_t ui32Interrupt);
682 #undef IntDisable
683 #define IntDisable ROM_IntDisable macro
Dinterrupt.c60 #undef IntDisable
61 #define IntDisable NOROM_IntDisable macro
325 IntDisable(uint32_t ui32Interrupt) in IntDisable() function
Duart.c300 IntDisable(INT_UART0_COMB); in UARTIntUnregister()
305 IntDisable(INT_UART1_COMB); in UARTIntUnregister()
Di2c.c166 IntDisable(ui32Int); in I2CIntUnregister()
Dtimer.c295 IntDisable(ui32Int); in TimerIntUnregister()
305 IntDisable(ui32Int + 1); in TimerIntUnregister()
Dtrng.h408 IntDisable(INT_TRNG_IRQ); in TRNGIntUnregister()
Dwatchdog.h356 IntDisable(INT_WDT_IRQ); in WatchdogIntUnregister()
Dssi.c247 IntDisable(ui32Int); in SSIIntUnregister()
/hal_ti-latest/simplelink/source/ti/devices/cc13x2_cc26x2/driverlib/
Dinterrupt.h91 #define IntDisable NOROM_IntDisable macro
443 extern void IntDisable(uint32_t ui32Interrupt);
684 #undef IntDisable
685 #define IntDisable ROM_IntDisable macro
Dinterrupt.c62 #undef IntDisable
63 #define IntDisable NOROM_IntDisable macro
327 IntDisable(uint32_t ui32Interrupt) in IntDisable() function
Duart.c298 IntDisable(INT_UART0_COMB); in UARTIntUnregister()
301 IntDisable(INT_UART1_COMB); in UARTIntUnregister()
Dcrypto.c99 IntDisable(INT_CRYPTO_RESULT_AVAIL_IRQ); in CRYPTOAesLoadKey()
382 IntDisable(INT_CRYPTO_RESULT_AVAIL_IRQ); in CRYPTOAesEcbStatus()
411 IntDisable(INT_CRYPTO_RESULT_AVAIL_IRQ); in CRYPTOCcmAuthEncrypt()
588 IntDisable(INT_CRYPTO_RESULT_AVAIL_IRQ); in CRYPTOCcmAuthEncryptStatus()
659 IntDisable(INT_CRYPTO_RESULT_AVAIL_IRQ); in CRYPTOCcmInvAuthDecrypt()
837 IntDisable(INT_CRYPTO_RESULT_AVAIL_IRQ); in CRYPTOCcmInvAuthDecryptStatus()
Di2c.c168 IntDisable(ui32Int); in I2CIntUnregister()
Dtimer.c297 IntDisable(ui32Int); in TimerIntUnregister()
307 IntDisable(ui32Int + 1); in TimerIntUnregister()
Dtrng.h410 IntDisable(INT_TRNG_IRQ); in TRNGIntUnregister()
Dwatchdog.h358 IntDisable(INT_WDT_IRQ); in WatchdogIntUnregister()
/hal_ti-latest/simplelink/source/ti/devices/cc32xx/driverlib/
Dinterrupt.h106 extern void IntDisable(unsigned long ulInterrupt);
Dwdt.c348 IntDisable(INT_WDT); in WatchdogIntUnregister()
Dtimer.c850 IntDisable(ulBase); in TimerIntUnregister()
866 IntDisable(ulBase + 1); in TimerIntUnregister()
Dcamera.c355 IntDisable(INT_CAMERA); in CameraIntUnregister()
Dsdhost.c408 IntDisable(INT_MMCHS); in SDHostIntUnregister()
/hal_ti-latest/simplelink_lpf3/source/ti/devices/cc23x0r5/driverlib/
Dinterrupt.h286 extern void IntDisable(uint32_t intNum);
Dinterrupt.c175 IntDisable(intNum); in IntSetPriority()
272 void IntDisable(uint32_t intNum) in IntDisable() function
Dspi.c223 IntDisable((uint32_t)INT_SPI0_COMB); in SPIUnregisterInt()
/hal_ti-latest/simplelink_lpf3/source/ti/drivers/cryptoutils/aes/
DAESCommonLPF3.c222 IntDisable(INT_AES_COMB); in AESCommonLPF3_cleanup()
409 IntDisable(INT_AES_COMB); in AESCommonLPF3_cancelDMA()

123