Searched refs:intSource (Results 1 – 5 of 5) sorted by relevance
260 IRQn_Type intSource; in IRQSTEER_CommonIRQHandler() local263 intSource = IRQSTEER_GetMasterNextInterrupt(base, intMasterIndex); in IRQSTEER_CommonIRQHandler()264 if (NotAvail_IRQn != intSource) in IRQSTEER_CommonIRQHandler()266 isr = *(uint32_t *)(SCB->VTOR + (((uint32_t)intSource + 16UL) << 2U)); in IRQSTEER_CommonIRQHandler()
258 void UART_SetIntCmd(UART_Type* base, uint32_t intSource, bool enable) in UART_SetIntCmd() argument263 uart_reg = (uint32_t *)((uint32_t)base + (intSource >> 16)); in UART_SetIntCmd()264 uart_mask = (1 << (intSource & 0x0000FFFF)); in UART_SetIntCmd()
733 void ADC_SetIntCmd(ADC_Type* base, uint32_t intSource, bool enable) in ADC_SetIntCmd() argument736 ADC_INT_EN_REG(base) |= intSource; in ADC_SetIntCmd()738 ADC_INT_EN_REG(base) &= ~intSource; in ADC_SetIntCmd()
396 void ADC_SetIntCmd(ADC_Type* base, uint32_t intSource, bool enable);
381 void UART_SetIntCmd(UART_Type* base, uint32_t intSource, bool enable);