Home
last modified time | relevance | path

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

/hal_ti-latest/simplelink/source/ti/devices/cc13x2x7_cc26x2x7/driverlib/
Dinterrupt.h92 #define IntPendClear NOROM_IntPendClear macro
549 extern void IntPendClear(uint32_t ui32Interrupt);
694 #undef IntPendClear
695 #define IntPendClear ROM_IntPendClear macro
Dinterrupt.c66 #undef IntPendClear
67 #define IntPendClear NOROM_IntPendClear macro
441 IntPendClear(uint32_t ui32Interrupt) in IntPendClear() function
Dsetup.c215 IntPendClear(INT_AON_RTC_COMB); in SetupTrimDevice()
Daes.c277 IntPendClear(INT_CRYPTO_RESULT_AVAIL_IRQ); in AESWriteToKeyStore()
/hal_ti-latest/simplelink/source/ti/devices/cc13x2_cc26x2/driverlib/
Dinterrupt.h94 #define IntPendClear NOROM_IntPendClear macro
551 extern void IntPendClear(uint32_t ui32Interrupt);
696 #undef IntPendClear
697 #define IntPendClear ROM_IntPendClear macro
Dinterrupt.c68 #undef IntPendClear
69 #define IntPendClear NOROM_IntPendClear macro
443 IntPendClear(uint32_t ui32Interrupt) in IntPendClear() function
Dcrypto.c195 IntPendClear(INT_CRYPTO_RESULT_AVAIL_IRQ); in CRYPTOAesCbc()
298 IntPendClear(INT_CRYPTO_RESULT_AVAIL_IRQ); in CRYPTOAesEcb()
529 IntPendClear(INT_CRYPTO_RESULT_AVAIL_IRQ); in CRYPTOCcmAuthEncrypt()
776 IntPendClear(INT_CRYPTO_RESULT_AVAIL_IRQ); in CRYPTOCcmInvAuthDecrypt()
Daes.c217 IntPendClear(INT_CRYPTO_RESULT_AVAIL_IRQ); in AESWriteToKeyStore()
/hal_ti-latest/simplelink/source/ti/devices/cc32xx/driverlib/
Dinterrupt.h108 extern void IntPendClear(unsigned long ulInterrupt);
Dinterrupt.c676 IntPendClear(unsigned long ulInterrupt) in IntPendClear() function
Drom_map.h126 IntPendClear
/hal_ti-latest/simplelink/kernel/zephyr/dpl/
DHwiP_zephyr.c276 IntPendClear((unsigned long)interruptNum); in HwiP_clearInterrupt()
/hal_ti-latest/simplelink/source/ti/drivers/temperature/
DTemperatureCC26X2.c384 IntPendClear(INT_BATMON_COMB); in temperatureHwiFxn()