Home
last modified time | relevance | path

Searched refs:IntPendSet (Results 1 – 6 of 6) sorted by relevance

/hal_ti-2.7.6/simplelink/source/ti/devices/cc13x2_cc26x2/driverlib/
Dinterrupt.h92 #define IntPendSet NOROM_IntPendSet macro
507 extern void IntPendSet(uint32_t ui32Interrupt);
688 #undef IntPendSet
689 #define IntPendSet ROM_IntPendSet macro
Dinterrupt.c64 #undef IntPendSet
65 #define IntPendSet NOROM_IntPendSet macro
371 IntPendSet(uint32_t ui32Interrupt) in IntPendSet() function
/hal_ti-2.7.6/simplelink/source/ti/devices/cc32xx/driverlib/
Dinterrupt.h107 extern void IntPendSet(unsigned long ulInterrupt);
Dinterrupt.c611 IntPendSet(unsigned long ulInterrupt) in IntPendSet() function
Drom_map.h119 IntPendSet
/hal_ti-2.7.6/simplelink/kernel/zephyr/dpl/
DHwiP_zephyr.c289 IntPendSet((uint32_t)interruptNum); in HwiP_post()