![]() |
MCUXpresso SDK API Reference Manual
Rev. 0
NXP Semiconductors
|
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, 0)) |
| reset driver version 2.1.0. More... | |
| struct dsp_copy_image_t |
Defines start and destination address for copying image with given size.
| #define FSL_DSP_DRIVER_VERSION (MAKE_VERSION(2, 1, 0)) |
| 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.
| dspCopyImage | Structure contains information for DSP copy image to destination address. |