Searched refs:intPending (Results 1 – 1 of 1) sorted by relevance
330 uint32_t intPending; in IntGetPend() local336 intPending = 0; in IntGetPend()349 intPending = NVIC->ISPR[0] & (1 << intNum); in IntGetPend()351 return intPending ? true : false; in IntGetPend()