Searched refs:pending (Results 1 – 4 of 4) sorted by relevance
122 uint32_t pending; in ADC0A_IRQHandler() local125 pending = Chip_ADC_GetFlags(LPC_ADC0); in ADC0A_IRQHandler()128 if (pending & ADC_FLAGS_SEQA_INT_MASK) { in ADC0A_IRQHandler()133 Chip_ADC_ClearFlags(LPC_ADC0, pending); in ADC0A_IRQHandler()142 uint32_t pending; in ADC1A_IRQHandler() local145 pending = Chip_ADC_GetFlags(LPC_ADC1); in ADC1A_IRQHandler()148 if (pending & ADC_FLAGS_SEQA_INT_MASK) { in ADC1A_IRQHandler()162 uint32_t pending; in ADC1_THCMP_IRQHandler() local165 pending = Chip_ADC_GetFlags(LPC_ADC1); in ADC1_THCMP_IRQHandler()168 if (pending & ADC_FLAGS_THCMP_MASK(BOARD_ADC_CH)) { in ADC1_THCMP_IRQHandler()
113 uint32_t pending; in ADC0A_IRQHandler() local116 pending = Chip_ADC_GetFlags(LPC_ADC0); in ADC0A_IRQHandler()119 if (pending & ADC_FLAGS_SEQA_INT_MASK) { in ADC0A_IRQHandler()133 Chip_ADC_ClearFlags(LPC_ADC0, pending); in ADC0A_IRQHandler()
266 uint32_t errors, pending; in DMA_IRQHandler() local270 pending = Chip_DMA_GetActiveIntAChannels(LPC_DMA); in DMA_IRQHandler()273 if ((errors | pending) & (1 << DMAREQ_USART0_TX)) { in DMA_IRQHandler()304 if ((errors | pending) & (1 << DMAREQ_USART0_RX)) { in DMA_IRQHandler()
214 - Fixed the pending interrupt clearing in NVIC in the nrfx_usbd_stop() function. The driver now cor…304 - Added glue layer macros for checking and modifying the pending status of interrupts.
Completed in 5 milliseconds