Home
last modified time | relevance | path

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

/external/platform/lpc15xx/lpcopen/periph_adc/example/src/
A Dadc.c122 uint32_t pending; in ADC0A_IRQHandler() local
125 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() local
145 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() local
165 pending = Chip_ADC_GetFlags(LPC_ADC1); in ADC1_THCMP_IRQHandler()
168 if (pending & ADC_FLAGS_THCMP_MASK(BOARD_ADC_CH)) { in ADC1_THCMP_IRQHandler()
/external/platform/lpc15xx/lpcopen/periph_temp/example/src/
A Dtemp.c113 uint32_t pending; in ADC0A_IRQHandler() local
116 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()
/external/platform/lpc15xx/lpcopen/periph_dma_uart/example/src/
A Ddma_uart.c266 uint32_t errors, pending; in DMA_IRQHandler() local
270 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()
/external/platform/nrfx/
A DCHANGELOG.md214 - 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