Hilscher netX microcontroller driver  V0.0.5.0
Documentation of the netX driver package
netx_drv_dmac.c File Reference

DMA controller module driver. More...

#include "netx_drv.h"
Include dependency graph for netx_drv_dmac.c:

Go to the source code of this file.

Macros

#define DRV_HANDLE_CHECK(handle)
 

Functions

void DMAC_IRQHandler (void)
 

Variables

static DRV_DMAC_CH_DEVICE_T *const s_apChannelDeviceAddressTable [DRV_DMAC_CH_DEVICE_COUNT] = DRV_DMAC_CH_DEVICE_LIST
 Table of the device addresses. More...
 
static DRV_DMAC_HANDLE_Ts_apChannelHandleAddressTable [DRV_DMAC_CH_DEVICE_COUNT] = { 0 }
 Used for mapping the handle to an interrupt. More...
 
void * s_apDeviceChannelCallbackHandleTable [DRV_DMAC_CH_DEVICE_COUNT] = { 0 }
 

Detailed Description

DMA controller module driver.

Revision
5905
Date
2019-07-02 16:13:53 +0200 (Di, 02 Jul 2019)
Note
Exclusion of Liability for this demo software: The following software is intended for and must only be used for reference and in an evaluation laboratory environment. It is provided without charge and is subject to alterations. There is no warranty for the software, to the extent permitted by applicable law. Except when otherwise stated in writing the copyright holders and/or other parties provide the software "as is" without warranty of any kind, either expressed or implied. Please refer to the Agreement in README_DISCLAIMER.txt, provided together with this file! By installing or otherwise using the software, you accept the terms of this Agreement. If you do not agree to the terms of this Agreement, then do not install or use the Software!

Definition in file netx_drv_dmac.c.