Home
last modified time | relevance | path

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

/bsp/hpmicro/libraries/hpm_sdk/drivers/inc/
A Dhpm_dma_drv.h466 volatile uint32_t tmp_channel; in dma_check_transfer_status() local
470 tmp_channel = tmp & (1 << (DMA_STATUS_TC_SHIFT + ch_index)); in dma_check_transfer_status()
471 if (tmp_channel) { in dma_check_transfer_status()
473 ptr->INTSTATUS = tmp_channel; in dma_check_transfer_status()
475 tmp_channel = tmp & (1 << (DMA_STATUS_ERROR_SHIFT + ch_index)); in dma_check_transfer_status()
476 if (tmp_channel) { in dma_check_transfer_status()
478 ptr->INTSTATUS = tmp_channel; in dma_check_transfer_status()
480 tmp_channel = tmp & (1 << (DMA_STATUS_ABORT_SHIFT + ch_index)); in dma_check_transfer_status()
481 if (tmp_channel) { in dma_check_transfer_status()
483 ptr->INTSTATUS = tmp_channel; in dma_check_transfer_status()

Completed in 6 milliseconds