Home
last modified time | relevance | path

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

/hal_silabs-latest/simplicity_sdk/platform/emdrv/dmadrv/src/
Ddmadrv.c79 static ChTable_t chTable[EMDRV_DMADRV_DMA_CH_COUNT]; variable
156 if ( !chTable[i].allocated ) { in DMADRV_AllocateChannel()
158 chTable[i].allocated = true; in DMADRV_AllocateChannel()
159 chTable[i].callback = NULL; in DMADRV_AllocateChannel()
196 if ( !chTable[channelId].allocated ) { in DMADRV_AllocateChannelById()
197 chTable[channelId].allocated = true; in DMADRV_AllocateChannelById()
198 chTable[channelId].callback = NULL; in DMADRV_AllocateChannelById()
228 if ( chTable[i].allocated ) { in DMADRV_DeInit()
286 if ( chTable[channelId].allocated ) { in DMADRV_FreeChannel()
287 chTable[channelId].allocated = false; in DMADRV_FreeChannel()
[all …]