MCUXpresso SDK API Reference Manual  Rev 2.13.0
NXP Semiconductors
 All Data Structures Functions Variables Typedefs Enumerations Enumerator Groups Pages
DSP Driver

Overview

This driver is used for cooperation with DSP.

Data Structures

struct  dsp_copy_image_t
 Structure for DSP copy image to destination address. More...
 

Functions

void DSP_Init (void)
 Initializing DSP core. More...
 
void DSP_Deinit (void)
 Deinit DSP core. More...
 
void DSP_CopyImage (dsp_copy_image_t *dspCopyImage)
 Copy DSP image to destination address. More...
 
static void DSP_Start (void)
 Start DSP core.
 
static void DSP_Stop (void)
 Stop DSP core.
 

Driver version

#define FSL_DSP_DRIVER_VERSION   (MAKE_VERSION(2, 1, 1))
 reset driver version 2.1.1. More...
 

Data Structure Documentation

struct dsp_copy_image_t

Defines start and destination address for copying image with given size.

Macro Definition Documentation

#define FSL_DSP_DRIVER_VERSION   (MAKE_VERSION(2, 1, 1))

Function Documentation

void DSP_Init ( void  )

Power up DSP TCM Enable DSP clock Reset DSP peripheral

void DSP_Deinit ( void  )

Power down DSP TCM Disable DSP clock Set DSP peripheral reset

void DSP_CopyImage ( dsp_copy_image_t dspCopyImage)

Copy DSP image from source address to destination address with given size.

Parameters
dspCopyImageStructure contains information for DSP copy image to destination address.