|
Zephyr API Documentation 4.1.99
A Scalable Open Source RTOS
|
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) |
common definitions for the DSP sharing test application
| #define FIBER_DSP_REG_CHECK_BYTE ((unsigned char)0xf9) |
| #define MAIN_DSP_REG_CHECK_BYTE ((unsigned char)0xe5) |
| #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 SIZEOF_DSP_VOLATILE_REGISTER_SET sizeof(struct dsp_volatile_register_set) |