Bar Logo 3.8/7.6 kw Totem pole Demonstration Application (Part-No. (not specified))
 
Content
     
Loading...
Searching...
No Matches
drv_dma.h File Reference

This is the driver header file for DMA driver. More...

#include <xc.h>
#include "dma/dma_types.h"
+ Include dependency graph for drv_dma.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

void DRV_DMA_getVinAverage (uint16_t *vinAvg)
 
uint16_t * DRV_DMA_getCoreBuffer (void)
 
void DMA_ChannelCallback (enum DMA_CHANNEL channel)
 This is the default callback with weak attribute. The user can override and implement the default callback without weak attribute or can register a custom callback function using DMA_ChannelCallbackRegister.
 
void DRV_DMA_init (void)
 

Detailed Description

DMA Driver Source File

Definition in file drv_dma.h.

Function Documentation

◆ DRV_DMA_getCoreBuffer()

uint16_t * DRV_DMA_getCoreBuffer ( void )

Definition at line 257 of file drv_dma.c.

+ Here is the caller graph for this function:

◆ DRV_DMA_getVinAverage()

void DRV_DMA_getVinAverage ( uint16_t * vinAvg)

Definition at line 241 of file drv_dma.c.

+ Here is the caller graph for this function:

◆ DRV_DMA_init()

void DRV_DMA_init ( void )

Definition at line 90 of file drv_dma.c.

+ Here is the call graph for this function: