LCOV - code coverage report | ||||||||||||||||||
![]() | ||||||||||||||||||
|
||||||||||||||||||
![]() |
Line data Source code 1 0 : /* 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 0 : #define NXP_RTXXX_DSP_REGION_RESET 0 11 0 : #define NXP_RTXXX_DSP_REGION_TEXT 1 12 0 : #define NXP_RTXXX_DSP_REGION_DATA 2 13 0 : #define NXP_RTXXX_DSP_REGION_MAX 3 14 : 15 : #endif |
![]() |
Generated by: LCOV version 2.0-1 |