Home
last modified time | relevance | path

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

/hal_ti-latest/simplelink_lpf3/source/ti/devices/cc23x0r5/inc/
Dhw_ints.h44 #define INT_PENDSV 14 // Pending Service Call (PendSV) macro
/hal_ti-latest/simplelink/source/ti/devices/cc13x2x7_cc26x2x7/inc/
Dhw_ints.h53 #define INT_PENDSV 14 // Pending Service Call (PendSV) macro
/hal_ti-latest/simplelink/source/ti/devices/cc13x2_cc26x2/inc/
Dhw_ints.h53 #define INT_PENDSV 14 // Pending Service Call (PendSV) macro
/hal_ti-latest/simplelink_lpf3/source/ti/devices/cc23x0r5/driverlib/
Dinterrupt.c311 else if (intNum == INT_PENDSV) in IntSetPend()
365 if (intNum == INT_PENDSV) in IntClearPend()
/hal_ti-latest/simplelink/source/ti/devices/cc13x2x7_cc26x2x7/driverlib/
Dinterrupt.c380 else if(ui32Interrupt == INT_PENDSV) in IntPendSet()
447 if(ui32Interrupt == INT_PENDSV) in IntPendClear()
/hal_ti-latest/simplelink/source/ti/devices/cc13x2_cc26x2/driverlib/
Dinterrupt.c382 else if(ui32Interrupt == INT_PENDSV) in IntPendSet()
449 if(ui32Interrupt == INT_PENDSV) in IntPendClear()