Hilscher netX microcontroller driver  V0.0.5.0
Documentation of the netX driver package
DRV_DMAC_LINKED_LIST_ELEMENT_T Struct Reference

The dmac linked list element. More...

#include <netx_drv_dmac.h>

Collaboration diagram for DRV_DMAC_LINKED_LIST_ELEMENT_T:
Collaboration graph

Data Fields

void *volatile ptSource
 
void *volatile ptDest
 
DRV_DMAC_LINKED_LIST_ELEMENT_T *volatile ptNextElement
 
DRV_DMAC_LINKED_LIST_ELEMENT_CONTROL_E tControl
 

Detailed Description

The dmac linked list element.

Type definition of the dmacs linked list element type for self referencing.

Definition at line 171 of file netx_drv_dmac.h.

Field Documentation

void* volatile DRV_DMAC_LINKED_LIST_ELEMENT_T::ptDest

Contains the pointer to the destination

Definition at line 174 of file netx_drv_dmac.h.

DRV_DMAC_LINKED_LIST_ELEMENT_T* volatile DRV_DMAC_LINKED_LIST_ELEMENT_T::ptNextElement

Contains the pointer to the next list element

Definition at line 175 of file netx_drv_dmac.h.

void* volatile DRV_DMAC_LINKED_LIST_ELEMENT_T::ptSource

Contains the pointer to the source.

Definition at line 173 of file netx_drv_dmac.h.

DRV_DMAC_LINKED_LIST_ELEMENT_CONTROL_E DRV_DMAC_LINKED_LIST_ELEMENT_T::tControl

Contains the control structure defining the list elements behaviour.

Definition at line 176 of file netx_drv_dmac.h.


The documentation for this struct was generated from the following file: