1 /*
2  * Copyright 2023 NXP
3  *
4  * Licensed under the Apache License, Version 2.0 (the "License");
5  * you may not use this file except in compliance with the License.
6  * You may obtain a copy of the License at
7  *
8  *      http://www.apache.org/licenses/LICENSE-2.0
9  *
10  * Unless required by applicable law or agreed to in writing, software
11  * distributed under the License is distributed on an "AS IS" BASIS,
12  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13  * See the License for the specific language governing permissions and
14  * limitations under the License.
15  */
16 
17 /*
18  * phNxpNciHal_LxDebug.h
19  */
20 
21 #ifndef _PHNXPNCIHAL_LXDEBUG_H_
22 #define _PHNXPNCIHAL_LXDEBUG_H_
23 
24 /*******************Lx_DEBUG_CFG*******************/
25 #define LX_DEBUG_CFG_DISABLE 0x0000
26 #define LX_DEBUG_CFG_ENABLE_L2_EVENT 0x0001
27 #define LX_DEBUG_CFG_ENABLE_FELICA_RF 0x0002
28 #define LX_DEBUG_CFG_ENABLE_FELICA_SYSCODE 0x0004
29 #define LX_DEBUG_CFG_ENABLE_L2_EVENT_READER 0x0008
30 #define LX_DEBUG_CFG_ENABLE_L1_EVENT 0x0010
31 #define LX_DEBUG_CFG_ENABLE_MOD_DETECTED_EVENT 0x0020
32 #define LX_DEBUG_CFG_ENABLE_CMA_EVENTS 0x2000
33 #define LX_DEBUG_CFG_MASK_RFU 0xDFC0
34 #define LX_DEBUG_CFG_MASK 0x20FF
35 
36 #endif /* _PHNXPNCIHAL_LXDEBUG_H_ */
37