Home
last modified time | relevance | path

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

/hal_ti-latest/simplelink_lpf3/source/ti/devices/cc23x0r5/driverlib/
Dinterrupt.c330 uint32_t intPending; in IntGetPend() local
336 intPending = 0; in IntGetPend()
349 intPending = NVIC->ISPR[0] & (1 << intNum); in IntGetPend()
351 return intPending ? true : false; in IntGetPend()