Zephyr Project API 4.1.99
A Scalable Open Source RTOS
Loading...
Searching...
No Matches
nxp_rtxxx_dsp_ctrl.h
Go to the documentation of this file.
1/*
2 * Copyright 2025 NXP
3 *
4 * SPDX-License-Identifier: Apache-2.0
5 */
6
7#ifndef __NXP_RTXXX_DSP_CTRL_DT_CONST_H__
8#define __NXP_RTXXX_DSP_CTRL_DT_CONST_H__
9
10#define NXP_RTXXX_DSP_REGION_RESET 0
11#define NXP_RTXXX_DSP_REGION_TEXT 1
12#define NXP_RTXXX_DSP_REGION_DATA 2
13#define NXP_RTXXX_DSP_REGION_MAX 3
14
15#endif