DMA_SetConfiguration() API of the DMA component

Tip / Sign in to post questions, reply, level up, and achieve exciting badges. Know more

cross mob
YoIs_1298666
Level 5
Level 5
250 sign-ins 100 replies posted 100 sign-ins

I have a question about DMA_SetConfiguration()  API of the DMA component. I can see the declaration static void DMA_SetConfiguration(int32 descriptor, const cydma_init_struct * config) in DMA.h. but there is not the definition. Can we execute  this API?

0 Likes
1 Solution
Vasanth
Moderator
Moderator
Moderator
250 sign-ins 500 solutions authored First question asked

Hi,

You can see in the DMA_SetConfiguration() definition in DMA.h file CyDmaSetConfiguration() function. This function is defined in CyDMA.c file. You can see the complete function definition there. And you can execute this API.

Best Regards,

VSRS

View solution in original post

0 Likes
1 Reply
Vasanth
Moderator
Moderator
Moderator
250 sign-ins 500 solutions authored First question asked

Hi,

You can see in the DMA_SetConfiguration() definition in DMA.h file CyDmaSetConfiguration() function. This function is defined in CyDMA.c file. You can see the complete function definition there. And you can execute this API.

Best Regards,

VSRS

0 Likes