1 /**
2  *
3  * @defgroup nrfx_ppi_config PPI peripheral allocator configuration
4  * @{
5  * @ingroup nrfx_ppi
6  */
7 /** @brief Enabling PPI allocator
8  *
9  *  Set to 1 to activate.
10  *
11  * @note This is an NRF_CONFIG macro.
12  */
13 #define NRFX_PPI_ENABLED
14 
15 /** @brief Enables logging in the module.
16  *
17  *  Set to 1 to activate.
18  *
19  * @note This is an NRF_CONFIG macro.
20  */
21 #define NRFX_PPI_CONFIG_LOG_ENABLED
22 
23 /** @brief Default Severity level
24  *
25  *  Following options are available:
26  * - 0 - Off
27  * - 1 - Error
28  * - 2 - Warning
29  * - 3 - Info
30  * - 4 - Debug
31  *
32  * @note This is an NRF_CONFIG macro.
33  */
34 #define NRFX_PPI_CONFIG_LOG_LEVEL
35 
36 /** @brief ANSI escape code prefix.
37  *
38  *  Following options are available:
39  * - 0 - Default
40  * - 1 - Black
41  * - 2 - Red
42  * - 3 - Green
43  * - 4 - Yellow
44  * - 5 - Blue
45  * - 6 - Magenta
46  * - 7 - Cyan
47  * - 8 - White
48  *
49  * @note This is an NRF_CONFIG macro.
50  */
51 #define NRFX_PPI_CONFIG_INFO_COLOR
52 
53 /** @brief ANSI escape code prefix.
54  *
55  *  Following options are available:
56  * - 0 - Default
57  * - 1 - Black
58  * - 2 - Red
59  * - 3 - Green
60  * - 4 - Yellow
61  * - 5 - Blue
62  * - 6 - Magenta
63  * - 7 - Cyan
64  * - 8 - White
65  *
66  * @note This is an NRF_CONFIG macro.
67  */
68 #define NRFX_PPI_CONFIG_DEBUG_COLOR
69 
70 
71 
72 /** @} */
73