Changing the values of a structure using pointers.

General discussion on mikroBasic PRO for ARM.
Post Reply
Author
Message
zmEE22
Posts: 4
Joined: 04 Aug 2022 16:54

Changing the values of a structure using pointers.

#1 Post by zmEE22 » 17 Oct 2022 18:13

Hi,

I am trying to implement a linked list of structures using MikroBasic in order to operate the scatter/gather feature of a DMA.

I set up a structure to write descriptors for each DMA request, but I am not sure of the syntax to access the structures when walking up the linked list.

Ideally, I would like to be able to take the address of an item in the linked list and modify the contents of that item.

Thanks in advanced for any help.

Post Reply

Return to “mikroBasic PRO for ARM General”