Nordic Semiconductor nRF5 AirFuel SDK  version 2.2.0
wireless_debug_config.h
Go to the documentation of this file.
1 /* Copyright (c) 2013 Nordic Semiconductor. All Rights Reserved.
2  *
3  * The information contained herein is property of Nordic Semiconductor ASA.
4  * Terms and conditions of usage are described in detail in NORDIC
5  * SEMICONDUCTOR STANDARD SOFTWARE LICENSE AGREEMENT.
6  *
7  * Licensees are granted free, non-transferable use of the information. NO
8  * WARRANTY of ANY KIND is provided. This heading must NOT be removed from
9  * the file.
10  *
11  */
12 
20 #define NRF_GZLL_CHANNEL_TABLE_SIZE 5
22 #ifdef WDBG0
23 #define NRF_GZLL_BASE_ADDRESS_0 0x1B2A0600
24 #define NRF_GZLL_CHANNELS {10, 25, 40, 55, 70}
25 #endif
26 
27 #ifdef WDBG1
28 #define NRF_GZLL_BASE_ADDRESS_0 0x1B2A0601
29 #define NRF_GZLL_CHANNELS {12, 27, 42, 57, 71}
30 #endif
31 
32 #ifdef WDBG2
33 #define NRF_GZLL_BASE_ADDRESS_0 0x2B2A0602
34 #define NRF_GZLL_CHANNELS {14, 29, 44, 59, 72}
35 #endif
36 
37 #ifdef WDBG3
38 #define NRF_GZLL_BASE_ADDRESS_0 0x4B2A0603
39 #define NRF_GZLL_CHANNELS {16, 31, 46, 61, 73}
40 #endif
41 
42 #ifdef WDBG4
43 #define NRF_GZLL_BASE_ADDRESS_0 0x4B2A0604
44 #define NRF_GZLL_CHANNELS {18, 33, 57, 52, 74}
45 #endif
46 
47 #ifdef WDBG5
48 #define NRF_GZLL_BASE_ADDRESS_0 0x4B2A0605
49 #define NRF_GZLL_CHANNELS {20, 35, 59, 54, 75}
50 #endif
51 
52 #ifdef WDBG6
53 #define NRF_GZLL_BASE_ADDRESS_0 0x4B2A0606
54 #define NRF_GZLL_CHANNELS {22, 37, 61, 56, 76}
55 #endif
56 
57 #ifdef WDBG7
58 #define NRF_GZLL_BASE_ADDRESS_0 0x4B2A0607
59 #define NRF_GZLL_CHANNELS {42, 39, 63, 58, 77}
60 #endif
61 
62 #ifdef WDBGPTU
63 #define NRF_GZLL_BASE_ADDRESS_0 0x4B2A0608
64 #define NRF_GZLL_CHANNELS {23, 40, 64, 59, 78}
65 #endif
66