Zephyr Project API 4.4.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 ZEPHYR_INCLUDE_DT_BINDINGS_MISC_NXP_RTXXX_DSP_CTRL_H_
8#define ZEPHYR_INCLUDE_DT_BINDINGS_MISC_NXP_RTXXX_DSP_CTRL_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 /* ZEPHYR_INCLUDE_DT_BINDINGS_MISC_NXP_RTXXX_DSP_CTRL_H_ */