ZMOD API
Functions
zmod.cpp File Reference

File containing implementations of the ZMOD general methods. More...

#include <stdlib.h>
#include <stdio.h>
#include <string.h>
#include "dma.h"
#include "zmod.h"
#include "flash.h"

Functions

void fnZmodInterruptHandler (void *data)
 

Detailed Description

File containing implementations of the ZMOD general methods.

Author
Cosmin Tanislav
Cristian Fatu
Date
15 Nov 2019

Function Documentation

◆ fnZmodInterruptHandler()

void fnZmodInterruptHandler ( void *  data)

Interrupt handler called when IP interrupt occurs.

Parameters
datathe callback data, set to be the pointer to the ZMOD object.