Home
last modified time | relevance | path

Searched refs:ui32IntPending (Results 1 – 2 of 2) sorted by relevance

/hal_ti-latest/simplelink/source/ti/devices/cc13x2x7_cc26x2x7/driverlib/
Dinterrupt.c410 uint32_t ui32IntPending; in IntPendGet() local
416 ui32IntPending = 0; in IntPendGet()
429 ui32IntPending = HWREG(NVIC_PEND0 + (ui32Interrupt / 32)); in IntPendGet()
430 ui32IntPending &= (1 << (ui32Interrupt & 31)); in IntPendGet()
432 return ui32IntPending ? true : false; in IntPendGet()
/hal_ti-latest/simplelink/source/ti/devices/cc13x2_cc26x2/driverlib/
Dinterrupt.c412 uint32_t ui32IntPending; in IntPendGet() local
418 ui32IntPending = 0; in IntPendGet()
431 ui32IntPending = HWREG(NVIC_PEND0 + (ui32Interrupt / 32)); in IntPendGet()
432 ui32IntPending &= (1 << (ui32Interrupt & 31)); in IntPendGet()
434 return ui32IntPending ? true : false; in IntPendGet()