Zephyr API Documentation 4.1.99
A Scalable Open Source RTOS
Loading...
Searching...
No Matches
dsp_context.h File Reference

common definitions for the DSP sharing test application More...

Go to the source code of this file.

Data Structures

struct  dsp_volatile_register_set
 
struct  dsp_non_volatile_register_set
 
struct  dsp_register_set
 

Macros

#define SIZEOF_DSP_VOLATILE_REGISTER_SET   sizeof(struct dsp_volatile_register_set)
 
#define SIZEOF_DSP_NON_VOLATILE_REGISTER_SET   0
 
#define SIZEOF_DSP_REGISTER_SET    (SIZEOF_DSP_VOLATILE_REGISTER_SET + SIZEOF_DSP_NON_VOLATILE_REGISTER_SET)
 
#define MAIN_DSP_REG_CHECK_BYTE   ((unsigned char)0xe5)
 
#define FIBER_DSP_REG_CHECK_BYTE   ((unsigned char)0xf9)
 

Detailed Description

common definitions for the DSP sharing test application

Macro Definition Documentation

◆ FIBER_DSP_REG_CHECK_BYTE

#define FIBER_DSP_REG_CHECK_BYTE   ((unsigned char)0xf9)

◆ MAIN_DSP_REG_CHECK_BYTE

#define MAIN_DSP_REG_CHECK_BYTE   ((unsigned char)0xe5)

◆ SIZEOF_DSP_NON_VOLATILE_REGISTER_SET

#define SIZEOF_DSP_NON_VOLATILE_REGISTER_SET   0

◆ SIZEOF_DSP_REGISTER_SET

◆ SIZEOF_DSP_VOLATILE_REGISTER_SET

#define SIZEOF_DSP_VOLATILE_REGISTER_SET   sizeof(struct dsp_volatile_register_set)