Searched refs:ISPR (Results 1 – 2 of 2) sorted by relevance
304 NVIC->ISPR[0] = 1 << (intNum - 16); in IntSetPend()349 intPending = NVIC->ISPR[0] & (1 << intNum); in IntGetPend()
334 __IOM uint32_t ISPR[1U]; /*!< Offset: 0x100 (R/W) Interrupt Set Pending Register */ member802 … return((uint32_t)(((NVIC->ISPR[0U] & (1UL << (((uint32_t)IRQn) & 0x1FUL))) != 0UL) ? 1UL : 0UL)); in __NVIC_GetPendingIRQ()821 NVIC->ISPR[0U] = (uint32_t)(1UL << (((uint32_t)IRQn) & 0x1FUL)); in __NVIC_SetPendingIRQ()