Home
last modified time | relevance | path

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

/bsp/ck802/libraries/common/dmac/
A Dck_dmac.c44 static volatile uint8_t ch_opened[CK_DMA_MAXCHANNEL] = {0, 0}; variable
307 if (ch_opened[ch_num] != 0x1) { in csi_dma_alloc_channel()
308 ch_opened[ch_num] = 1; in csi_dma_alloc_channel()
319 if (ch_opened[ch] == 0x1) { in csi_dma_alloc_channel()
323 ch_opened[ch] = 1; in csi_dma_alloc_channel()
350 ch_opened[ch] = 0; in csi_dma_release_channel()

Completed in 6 milliseconds