<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="https://devzone.nordicsemi.com/cfs-file/__key/system/syndication/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>NRF SDK , how to disable DMA when using SPI</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/94521/nrf-sdk-how-to-disable-dma-when-using-spi</link><description>Hello, 
 We are testing with the NRF SDK sample in: 
 nRF5_SDK_17.0.2_d674dde\examples\peripheral\spi\main.c 
 How do we disable use_easy_dma. ? 
 We want to only use the spi without dma. 
 
 
 
 Also, the spi in the example is set to NRF_DRV_SPI_MODE_0</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Tue, 13 Dec 2022 09:08:27 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/94521/nrf-sdk-how-to-disable-dma-when-using-spi" /><item><title>RE: NRF SDK , how to disable DMA when using SPI</title><link>https://devzone.nordicsemi.com/thread/400317?ContentTypeID=1</link><pubDate>Tue, 13 Dec 2022 09:08:27 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:029439c5-9b52-4bf0-8591-58bbfc2986a9</guid><dc:creator>Sigurd</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;Setting&amp;nbsp;&lt;/p&gt;
&lt;p&gt;spi_config.frequency&amp;nbsp; &amp;nbsp; &amp;nbsp; = NRF_SPIM_FREQ_32M;&lt;/p&gt;
&lt;p&gt;works fine here.&lt;/p&gt;
&lt;p&gt;&lt;span&gt;If your logic analyzer&amp;nbsp;has limited sampling rate, then it might give incorrect values. If you are using e.g.&amp;nbsp;Saleae logic, make sure to set it to max sampling rate.&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: NRF SDK , how to disable DMA when using SPI</title><link>https://devzone.nordicsemi.com/thread/400276?ContentTypeID=1</link><pubDate>Tue, 13 Dec 2022 03:45:52 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:d725b937-b6e9-4af9-98ca-4d01e9b19d6b</guid><dc:creator>cjh39</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;This example runs, using SPI3. This example is set in the config :&lt;/p&gt;
&lt;p&gt;spi_config.frequency = NRF_SPIM_FREQ_1M&lt;/p&gt;
&lt;p&gt;We&amp;#39;ve tried to switch it to NRF_SPIM_FREQ_32M, and even toe 16M , but the spi clk is not working at 32M.&lt;/p&gt;
&lt;p&gt;Are there additional config flags for the spi and in the sdk_config.h that we need to set ?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: NRF SDK , how to disable DMA when using SPI</title><link>https://devzone.nordicsemi.com/thread/399885?ContentTypeID=1</link><pubDate>Fri, 09 Dec 2022 10:23:34 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:9a08ef89-67c5-4f9e-8fd1-aff1ed23b270</guid><dc:creator>Sigurd</dc:creator><description>[quote user="cjh39"]we would like to use SPI3 and use 16 MHz and 32 MHz frequencies.[/quote]
&lt;p&gt;Take a look at this example:&amp;nbsp;&lt;a href="https://infocenter.nordicsemi.com/topic/sdk_nrf5_v17.1.0/nrfx_spim_example.html"&gt;https://infocenter.nordicsemi.com/topic/sdk_nrf5_v17.1.0/nrfx_spim_example.html&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: NRF SDK , how to disable DMA when using SPI</title><link>https://devzone.nordicsemi.com/thread/399757?ContentTypeID=1</link><pubDate>Thu, 08 Dec 2022 15:23:16 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:4e1a9cc3-2dea-4139-88ed-5385414bf0d6</guid><dc:creator>cjh39</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;We are currently using SPI0 , we would like to use SPI3 and use 16 MHz and 32 MHz frequencies. What do we change in the sdk_config.h to enable the SPI3 and enable 32MHz or 16MHz .. we prefer 32 MHz&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Thanks&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: NRF SDK , how to disable DMA when using SPI</title><link>https://devzone.nordicsemi.com/thread/399176?ContentTypeID=1</link><pubDate>Tue, 06 Dec 2022 12:10:12 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:99302fe1-ae05-43f2-b7f3-2045269f5507</guid><dc:creator>Sigurd</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;I tested the spi example in nRF5 SDK v17.0.2, with your sdk_config.h, and it shows as false here:&lt;/p&gt;
&lt;p&gt;&lt;img style="max-height:240px;max-width:320px;" src="https://devzone.nordicsemi.com/resized-image/__size/640x480/__key/communityserver-discussions-components-files/4/pastedimage1670328512318v1.png" alt=" " /&gt;&lt;/p&gt;
&lt;p&gt;Maybe you did not save the sdk_config.h, or did not recompile the application or something.&lt;/p&gt;
&lt;p&gt;You can also check the autos, and see if it&amp;#39;s false/true there.&lt;/p&gt;
&lt;p&gt;&lt;img style="max-height:240px;max-width:320px;" src="https://devzone.nordicsemi.com/resized-image/__size/640x480/__key/communityserver-discussions-components-files/4/pastedimage1670328587556v2.png" alt=" " /&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: NRF SDK , how to disable DMA when using SPI</title><link>https://devzone.nordicsemi.com/thread/399042?ContentTypeID=1</link><pubDate>Mon, 05 Dec 2022 18:08:19 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:7ab840a4-a504-4ebc-ae76-da1a2e7e6767</guid><dc:creator>cjh39</dc:creator><description>&lt;p&gt;Hello,&lt;/p&gt;
&lt;p&gt;I&amp;#39;ve checked the sdk_config.h&lt;/p&gt;
&lt;p&gt;SPI0_USE_EASY_DMA, NRFX_SPIM0_ENABLED, and NRFX_SPIM_ENABLED are all set to 0.&lt;/p&gt;
&lt;p&gt;I have even set UART0_CONFIG_USE_EASY_DMA = 0&lt;/p&gt;
&lt;p&gt;It is still showing spi , use_easy_dma = true;&lt;/p&gt;
&lt;p&gt;&lt;img style="max-height:240px;max-width:320px;" src="https://devzone.nordicsemi.com/resized-image/__size/640x480/__key/communityserver-discussions-components-files/4/pastedimage1670263418841v2.png" alt=" " /&gt;&lt;/p&gt;
&lt;p&gt;&lt;img style="max-height:240px;max-width:320px;" src="https://devzone.nordicsemi.com/resized-image/__size/640x480/__key/communityserver-discussions-components-files/4/pastedimage1670263543711v3.png" alt=" " /&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Below is the complete sdk_config.h&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;/**&lt;br /&gt;&amp;nbsp;* Copyright (c) 2017 - 2020, Nordic Semiconductor ASA&lt;br /&gt;&amp;nbsp;*&lt;br /&gt;&amp;nbsp;* All rights reserved.&lt;br /&gt;&amp;nbsp;*&lt;br /&gt;&amp;nbsp;* Redistribution and use in source and binary forms, with or without modification,&lt;br /&gt;&amp;nbsp;* are permitted provided that the following conditions are met:&lt;br /&gt;&amp;nbsp;*&lt;br /&gt;&amp;nbsp;* 1. Redistributions of source code must retain the above copyright notice, this&lt;br /&gt;&amp;nbsp;*&amp;nbsp;&amp;nbsp;&amp;nbsp; list of conditions and the following disclaimer.&lt;br /&gt;&amp;nbsp;*&lt;br /&gt;&amp;nbsp;* 2. Redistributions in binary form, except as embedded into a Nordic&lt;br /&gt;&amp;nbsp;*&amp;nbsp;&amp;nbsp;&amp;nbsp; Semiconductor ASA integrated circuit in a product or a software update for&lt;br /&gt;&amp;nbsp;*&amp;nbsp;&amp;nbsp;&amp;nbsp; such product, must reproduce the above copyright notice, this list of&lt;br /&gt;&amp;nbsp;*&amp;nbsp;&amp;nbsp;&amp;nbsp; conditions and the following disclaimer in the documentation and/or other&lt;br /&gt;&amp;nbsp;*&amp;nbsp;&amp;nbsp;&amp;nbsp; materials provided with the distribution.&lt;br /&gt;&amp;nbsp;*&lt;br /&gt;&amp;nbsp;* 3. Neither the name of Nordic Semiconductor ASA nor the names of its&lt;br /&gt;&amp;nbsp;*&amp;nbsp;&amp;nbsp;&amp;nbsp; contributors may be used to endorse or promote products derived from this&lt;br /&gt;&amp;nbsp;*&amp;nbsp;&amp;nbsp;&amp;nbsp; software without specific prior written permission.&lt;br /&gt;&amp;nbsp;*&lt;br /&gt;&amp;nbsp;* 4. This software, with or without modification, must only be used with a&lt;br /&gt;&amp;nbsp;*&amp;nbsp;&amp;nbsp;&amp;nbsp; Nordic Semiconductor ASA integrated circuit.&lt;br /&gt;&amp;nbsp;*&lt;br /&gt;&amp;nbsp;* 5. Any software provided in binary form under this license must not be reverse&lt;br /&gt;&amp;nbsp;*&amp;nbsp;&amp;nbsp;&amp;nbsp; engineered, decompiled, modified and/or disassembled.&lt;br /&gt;&amp;nbsp;*&lt;br /&gt;&amp;nbsp;* THIS SOFTWARE IS PROVIDED BY NORDIC SEMICONDUCTOR ASA &amp;quot;AS IS&amp;quot; AND ANY EXPRESS&lt;br /&gt;&amp;nbsp;* OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES&lt;br /&gt;&amp;nbsp;* OF MERCHANTABILITY, NONINFRINGEMENT, AND FITNESS FOR A PARTICULAR PURPOSE ARE&lt;br /&gt;&amp;nbsp;* DISCLAIMED. IN NO EVENT SHALL NORDIC SEMICONDUCTOR ASA OR CONTRIBUTORS BE&lt;br /&gt;&amp;nbsp;* LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR&lt;br /&gt;&amp;nbsp;* CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE&lt;br /&gt;&amp;nbsp;* GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)&lt;br /&gt;&amp;nbsp;* HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT&lt;br /&gt;&amp;nbsp;* LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT&lt;br /&gt;&amp;nbsp;* OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.&lt;br /&gt;&amp;nbsp;*&lt;br /&gt;&amp;nbsp;*/&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;#ifndef SDK_CONFIG_H&lt;br /&gt;#define SDK_CONFIG_H&lt;br /&gt;// &amp;lt;&amp;lt;&amp;lt; Use Configuration Wizard in Context Menu &amp;gt;&amp;gt;&amp;gt;\n&lt;br /&gt;#ifdef USE_APP_CONFIG&lt;br /&gt;#include &amp;quot;app_config.h&amp;quot;&lt;br /&gt;#endif&lt;br /&gt;// &amp;lt;h&amp;gt; Application &lt;br /&gt;&lt;br /&gt;//==========================================================&lt;br /&gt;// &amp;lt;h&amp;gt; SPI_CONFIGURATION - Spi configuration&lt;br /&gt;&lt;br /&gt;//==========================================================&lt;br /&gt;// &amp;lt;o&amp;gt; SPI_SCK_PIN&amp;nbsp; - Pin number&lt;br /&gt;&amp;nbsp;&lt;br /&gt;// &amp;lt;0=&amp;gt; 0 (P0.0) &lt;br /&gt;// &amp;lt;1=&amp;gt; 1 (P0.1) &lt;br /&gt;// &amp;lt;2=&amp;gt; 2 (P0.2) &lt;br /&gt;// &amp;lt;3=&amp;gt; 3 (P0.3) &lt;br /&gt;// &amp;lt;4=&amp;gt; 4 (P0.4) &lt;br /&gt;// &amp;lt;5=&amp;gt; 5 (P0.5) &lt;br /&gt;// &amp;lt;6=&amp;gt; 6 (P0.6) &lt;br /&gt;// &amp;lt;7=&amp;gt; 7 (P0.7) &lt;br /&gt;// &amp;lt;8=&amp;gt; 8 (P0.8) &lt;br /&gt;// &amp;lt;9=&amp;gt; 9 (P0.9) &lt;br /&gt;// &amp;lt;10=&amp;gt; 10 (P0.10) &lt;br /&gt;// &amp;lt;11=&amp;gt; 11 (P0.11) &lt;br /&gt;// &amp;lt;12=&amp;gt; 12 (P0.12) &lt;br /&gt;// &amp;lt;13=&amp;gt; 13 (P0.13) &lt;br /&gt;// &amp;lt;14=&amp;gt; 14 (P0.14) &lt;br /&gt;// &amp;lt;15=&amp;gt; 15 (P0.15) &lt;br /&gt;// &amp;lt;16=&amp;gt; 16 (P0.16) &lt;br /&gt;// &amp;lt;17=&amp;gt; 17 (P0.17) &lt;br /&gt;// &amp;lt;18=&amp;gt; 18 (P0.18) &lt;br /&gt;// &amp;lt;19=&amp;gt; 19 (P0.19) &lt;br /&gt;// &amp;lt;20=&amp;gt; 20 (P0.20) &lt;br /&gt;// &amp;lt;21=&amp;gt; 21 (P0.21) &lt;br /&gt;// &amp;lt;22=&amp;gt; 22 (P0.22) &lt;br /&gt;// &amp;lt;23=&amp;gt; 23 (P0.23) &lt;br /&gt;// &amp;lt;24=&amp;gt; 24 (P0.24) &lt;br /&gt;// &amp;lt;25=&amp;gt; 25 (P0.25) &lt;br /&gt;// &amp;lt;26=&amp;gt; 26 (P0.26) &lt;br /&gt;// &amp;lt;27=&amp;gt; 27 (P0.27) &lt;br /&gt;// &amp;lt;28=&amp;gt; 28 (P0.28) &lt;br /&gt;// &amp;lt;29=&amp;gt; 29 (P0.29) &lt;br /&gt;// &amp;lt;30=&amp;gt; 30 (P0.30) &lt;br /&gt;// &amp;lt;31=&amp;gt; 31 (P0.31) &lt;br /&gt;// &amp;lt;32=&amp;gt; 32 (P1.0) &lt;br /&gt;// &amp;lt;33=&amp;gt; 33 (P1.1) &lt;br /&gt;// &amp;lt;34=&amp;gt; 34 (P1.2) &lt;br /&gt;// &amp;lt;35=&amp;gt; 35 (P1.3) &lt;br /&gt;// &amp;lt;36=&amp;gt; 36 (P1.4) &lt;br /&gt;// &amp;lt;37=&amp;gt; 37 (P1.5) &lt;br /&gt;// &amp;lt;38=&amp;gt; 38 (P1.6) &lt;br /&gt;// &amp;lt;39=&amp;gt; 39 (P1.7) &lt;br /&gt;// &amp;lt;40=&amp;gt; 40 (P1.8) &lt;br /&gt;// &amp;lt;41=&amp;gt; 41 (P1.9) &lt;br /&gt;// &amp;lt;42=&amp;gt; 42 (P1.10) &lt;br /&gt;// &amp;lt;43=&amp;gt; 43 (P1.11) &lt;br /&gt;// &amp;lt;44=&amp;gt; 44 (P1.12) &lt;br /&gt;// &amp;lt;45=&amp;gt; 45 (P1.13) &lt;br /&gt;// &amp;lt;46=&amp;gt; 46 (P1.14) &lt;br /&gt;// &amp;lt;47=&amp;gt; 47 (P1.15) &lt;br /&gt;// &amp;lt;4294967295=&amp;gt; Not connected &lt;br /&gt;&lt;br /&gt;#ifndef SPI_SCK_PIN&lt;br /&gt;#define SPI_SCK_PIN 4 // 26&lt;br /&gt;#endif&lt;br /&gt;&lt;br /&gt;// &amp;lt;o&amp;gt; SPI_MISO_PIN&amp;nbsp; - Pin number&lt;br /&gt;&amp;nbsp;&lt;br /&gt;// &amp;lt;0=&amp;gt; 0 (P0.0) &lt;br /&gt;// &amp;lt;1=&amp;gt; 1 (P0.1) &lt;br /&gt;// &amp;lt;2=&amp;gt; 2 (P0.2) &lt;br /&gt;// &amp;lt;3=&amp;gt; 3 (P0.3) &lt;br /&gt;// &amp;lt;4=&amp;gt; 4 (P0.4) &lt;br /&gt;// &amp;lt;5=&amp;gt; 5 (P0.5) &lt;br /&gt;// &amp;lt;6=&amp;gt; 6 (P0.6) &lt;br /&gt;// &amp;lt;7=&amp;gt; 7 (P0.7) &lt;br /&gt;// &amp;lt;8=&amp;gt; 8 (P0.8) &lt;br /&gt;// &amp;lt;9=&amp;gt; 9 (P0.9) &lt;br /&gt;// &amp;lt;10=&amp;gt; 10 (P0.10) &lt;br /&gt;// &amp;lt;11=&amp;gt; 11 (P0.11) &lt;br /&gt;// &amp;lt;12=&amp;gt; 12 (P0.12) &lt;br /&gt;// &amp;lt;13=&amp;gt; 13 (P0.13) &lt;br /&gt;// &amp;lt;14=&amp;gt; 14 (P0.14) &lt;br /&gt;// &amp;lt;15=&amp;gt; 15 (P0.15) &lt;br /&gt;// &amp;lt;16=&amp;gt; 16 (P0.16) &lt;br /&gt;// &amp;lt;17=&amp;gt; 17 (P0.17) &lt;br /&gt;// &amp;lt;18=&amp;gt; 18 (P0.18) &lt;br /&gt;// &amp;lt;19=&amp;gt; 19 (P0.19) &lt;br /&gt;// &amp;lt;20=&amp;gt; 20 (P0.20) &lt;br /&gt;// &amp;lt;21=&amp;gt; 21 (P0.21) &lt;br /&gt;// &amp;lt;22=&amp;gt; 22 (P0.22) &lt;br /&gt;// &amp;lt;23=&amp;gt; 23 (P0.23) &lt;br /&gt;// &amp;lt;24=&amp;gt; 24 (P0.24) &lt;br /&gt;// &amp;lt;25=&amp;gt; 25 (P0.25) &lt;br /&gt;// &amp;lt;26=&amp;gt; 26 (P0.26) &lt;br /&gt;// &amp;lt;27=&amp;gt; 27 (P0.27) &lt;br /&gt;// &amp;lt;28=&amp;gt; 28 (P0.28) &lt;br /&gt;// &amp;lt;29=&amp;gt; 29 (P0.29) &lt;br /&gt;// &amp;lt;30=&amp;gt; 30 (P0.30) &lt;br /&gt;// &amp;lt;31=&amp;gt; 31 (P0.31) &lt;br /&gt;// &amp;lt;32=&amp;gt; 32 (P1.0) &lt;br /&gt;// &amp;lt;33=&amp;gt; 33 (P1.1) &lt;br /&gt;// &amp;lt;34=&amp;gt; 34 (P1.2) &lt;br /&gt;// &amp;lt;35=&amp;gt; 35 (P1.3) &lt;br /&gt;// &amp;lt;36=&amp;gt; 36 (P1.4) &lt;br /&gt;// &amp;lt;37=&amp;gt; 37 (P1.5) &lt;br /&gt;// &amp;lt;38=&amp;gt; 38 (P1.6) &lt;br /&gt;// &amp;lt;39=&amp;gt; 39 (P1.7) &lt;br /&gt;// &amp;lt;40=&amp;gt; 40 (P1.8) &lt;br /&gt;// &amp;lt;41=&amp;gt; 41 (P1.9) &lt;br /&gt;// &amp;lt;42=&amp;gt; 42 (P1.10) &lt;br /&gt;// &amp;lt;43=&amp;gt; 43 (P1.11) &lt;br /&gt;// &amp;lt;44=&amp;gt; 44 (P1.12) &lt;br /&gt;// &amp;lt;45=&amp;gt; 45 (P1.13) &lt;br /&gt;// &amp;lt;46=&amp;gt; 46 (P1.14) &lt;br /&gt;// &amp;lt;47=&amp;gt; 47 (P1.15) &lt;br /&gt;// &amp;lt;4294967295=&amp;gt; Not connected &lt;br /&gt;&lt;br /&gt;#ifndef SPI_MISO_PIN&lt;br /&gt;#define SPI_MISO_PIN 25 // 30&lt;br /&gt;#endif&lt;br /&gt;&lt;br /&gt;// &amp;lt;o&amp;gt; SPI_MOSI_PIN&amp;nbsp; - Pin number&lt;br /&gt;&amp;nbsp;&lt;br /&gt;// &amp;lt;0=&amp;gt; 0 (P0.0) &lt;br /&gt;// &amp;lt;1=&amp;gt; 1 (P0.1) &lt;br /&gt;// &amp;lt;2=&amp;gt; 2 (P0.2) &lt;br /&gt;// &amp;lt;3=&amp;gt; 3 (P0.3) &lt;br /&gt;// &amp;lt;4=&amp;gt; 4 (P0.4) &lt;br /&gt;// &amp;lt;5=&amp;gt; 5 (P0.5) &lt;br /&gt;// &amp;lt;6=&amp;gt; 6 (P0.6) &lt;br /&gt;// &amp;lt;7=&amp;gt; 7 (P0.7) &lt;br /&gt;// &amp;lt;8=&amp;gt; 8 (P0.8) &lt;br /&gt;// &amp;lt;9=&amp;gt; 9 (P0.9) &lt;br /&gt;// &amp;lt;10=&amp;gt; 10 (P0.10) &lt;br /&gt;// &amp;lt;11=&amp;gt; 11 (P0.11) &lt;br /&gt;// &amp;lt;12=&amp;gt; 12 (P0.12) &lt;br /&gt;// &amp;lt;13=&amp;gt; 13 (P0.13) &lt;br /&gt;// &amp;lt;14=&amp;gt; 14 (P0.14) &lt;br /&gt;// &amp;lt;15=&amp;gt; 15 (P0.15) &lt;br /&gt;// &amp;lt;16=&amp;gt; 16 (P0.16) &lt;br /&gt;// &amp;lt;17=&amp;gt; 17 (P0.17) &lt;br /&gt;// &amp;lt;18=&amp;gt; 18 (P0.18) &lt;br /&gt;// &amp;lt;19=&amp;gt; 19 (P0.19) &lt;br /&gt;// &amp;lt;20=&amp;gt; 20 (P0.20) &lt;br /&gt;// &amp;lt;21=&amp;gt; 21 (P0.21) &lt;br /&gt;// &amp;lt;22=&amp;gt; 22 (P0.22) &lt;br /&gt;// &amp;lt;23=&amp;gt; 23 (P0.23) &lt;br /&gt;// &amp;lt;24=&amp;gt; 24 (P0.24) &lt;br /&gt;// &amp;lt;25=&amp;gt; 25 (P0.25) &lt;br /&gt;// &amp;lt;26=&amp;gt; 26 (P0.26) &lt;br /&gt;// &amp;lt;27=&amp;gt; 27 (P0.27) &lt;br /&gt;// &amp;lt;28=&amp;gt; 28 (P0.28) &lt;br /&gt;// &amp;lt;29=&amp;gt; 29 (P0.29) &lt;br /&gt;// &amp;lt;30=&amp;gt; 30 (P0.30) &lt;br /&gt;// &amp;lt;31=&amp;gt; 31 (P0.31) &lt;br /&gt;// &amp;lt;32=&amp;gt; 32 (P1.0) &lt;br /&gt;// &amp;lt;33=&amp;gt; 33 (P1.1) &lt;br /&gt;// &amp;lt;34=&amp;gt; 34 (P1.2) &lt;br /&gt;// &amp;lt;35=&amp;gt; 35 (P1.3) &lt;br /&gt;// &amp;lt;36=&amp;gt; 36 (P1.4) &lt;br /&gt;// &amp;lt;37=&amp;gt; 37 (P1.5) &lt;br /&gt;// &amp;lt;38=&amp;gt; 38 (P1.6) &lt;br /&gt;// &amp;lt;39=&amp;gt; 39 (P1.7) &lt;br /&gt;// &amp;lt;40=&amp;gt; 40 (P1.8) &lt;br /&gt;// &amp;lt;41=&amp;gt; 41 (P1.9) &lt;br /&gt;// &amp;lt;42=&amp;gt; 42 (P1.10) &lt;br /&gt;// &amp;lt;43=&amp;gt; 43 (P1.11) &lt;br /&gt;// &amp;lt;44=&amp;gt; 44 (P1.12) &lt;br /&gt;// &amp;lt;45=&amp;gt; 45 (P1.13) &lt;br /&gt;// &amp;lt;46=&amp;gt; 46 (P1.14) &lt;br /&gt;// &amp;lt;47=&amp;gt; 47 (P1.15) &lt;br /&gt;// &amp;lt;4294967295=&amp;gt; Not connected &lt;br /&gt;&lt;br /&gt;#ifndef SPI_MOSI_PIN&lt;br /&gt;#define SPI_MOSI_PIN 11 //29&lt;br /&gt;#endif&lt;br /&gt;&lt;br /&gt;// &amp;lt;o&amp;gt; SPI_SS_PIN&amp;nbsp; - Pin number&lt;br /&gt;&amp;nbsp;&lt;br /&gt;// &amp;lt;0=&amp;gt; 0 (P0.0) &lt;br /&gt;// &amp;lt;1=&amp;gt; 1 (P0.1) &lt;br /&gt;// &amp;lt;2=&amp;gt; 2 (P0.2) &lt;br /&gt;// &amp;lt;3=&amp;gt; 3 (P0.3) &lt;br /&gt;// &amp;lt;4=&amp;gt; 4 (P0.4) &lt;br /&gt;// &amp;lt;5=&amp;gt; 5 (P0.5) &lt;br /&gt;// &amp;lt;6=&amp;gt; 6 (P0.6) &lt;br /&gt;// &amp;lt;7=&amp;gt; 7 (P0.7) &lt;br /&gt;// &amp;lt;8=&amp;gt; 8 (P0.8) &lt;br /&gt;// &amp;lt;9=&amp;gt; 9 (P0.9) &lt;br /&gt;// &amp;lt;10=&amp;gt; 10 (P0.10) &lt;br /&gt;// &amp;lt;11=&amp;gt; 11 (P0.11) &lt;br /&gt;// &amp;lt;12=&amp;gt; 12 (P0.12) &lt;br /&gt;// &amp;lt;13=&amp;gt; 13 (P0.13) &lt;br /&gt;// &amp;lt;14=&amp;gt; 14 (P0.14) &lt;br /&gt;// &amp;lt;15=&amp;gt; 15 (P0.15) &lt;br /&gt;// &amp;lt;16=&amp;gt; 16 (P0.16) &lt;br /&gt;// &amp;lt;17=&amp;gt; 17 (P0.17) &lt;br /&gt;// &amp;lt;18=&amp;gt; 18 (P0.18) &lt;br /&gt;// &amp;lt;19=&amp;gt; 19 (P0.19) &lt;br /&gt;// &amp;lt;20=&amp;gt; 20 (P0.20) &lt;br /&gt;// &amp;lt;21=&amp;gt; 21 (P0.21) &lt;br /&gt;// &amp;lt;22=&amp;gt; 22 (P0.22) &lt;br /&gt;// &amp;lt;23=&amp;gt; 23 (P0.23) &lt;br /&gt;// &amp;lt;24=&amp;gt; 24 (P0.24) &lt;br /&gt;// &amp;lt;25=&amp;gt; 25 (P0.25) &lt;br /&gt;// &amp;lt;26=&amp;gt; 26 (P0.26) &lt;br /&gt;// &amp;lt;27=&amp;gt; 27 (P0.27) &lt;br /&gt;// &amp;lt;28=&amp;gt; 28 (P0.28) &lt;br /&gt;// &amp;lt;29=&amp;gt; 29 (P0.29) &lt;br /&gt;// &amp;lt;30=&amp;gt; 30 (P0.30) &lt;br /&gt;// &amp;lt;31=&amp;gt; 31 (P0.31) &lt;br /&gt;// &amp;lt;32=&amp;gt; 32 (P1.0) &lt;br /&gt;// &amp;lt;33=&amp;gt; 33 (P1.1) &lt;br /&gt;// &amp;lt;34=&amp;gt; 34 (P1.2) &lt;br /&gt;// &amp;lt;35=&amp;gt; 35 (P1.3) &lt;br /&gt;// &amp;lt;36=&amp;gt; 36 (P1.4) &lt;br /&gt;// &amp;lt;37=&amp;gt; 37 (P1.5) &lt;br /&gt;// &amp;lt;38=&amp;gt; 38 (P1.6) &lt;br /&gt;// &amp;lt;39=&amp;gt; 39 (P1.7) &lt;br /&gt;// &amp;lt;40=&amp;gt; 40 (P1.8) &lt;br /&gt;// &amp;lt;41=&amp;gt; 41 (P1.9) &lt;br /&gt;// &amp;lt;42=&amp;gt; 42 (P1.10) &lt;br /&gt;// &amp;lt;43=&amp;gt; 43 (P1.11) &lt;br /&gt;// &amp;lt;44=&amp;gt; 44 (P1.12) &lt;br /&gt;// &amp;lt;45=&amp;gt; 45 (P1.13) &lt;br /&gt;// &amp;lt;46=&amp;gt; 46 (P1.14) &lt;br /&gt;// &amp;lt;47=&amp;gt; 47 (P1.15) &lt;br /&gt;// &amp;lt;4294967295=&amp;gt; Not connected &lt;br /&gt;&lt;br /&gt;#ifndef SPI_SS_PIN&lt;br /&gt;#define SPI_SS_PIN 13 // 31&lt;br /&gt;#endif&lt;br /&gt;&lt;br /&gt;// &amp;lt;o&amp;gt; SPI_IRQ_PRIORITY&amp;nbsp; - Interrupt priority&lt;br /&gt;&amp;nbsp;&lt;br /&gt;&lt;br /&gt;// &amp;lt;i&amp;gt; Priorities 0,2 (nRF51) and 0,1,4,5 (nRF52) are reserved for SoftDevice&lt;br /&gt;// &amp;lt;0=&amp;gt; 0 (highest) &lt;br /&gt;// &amp;lt;1=&amp;gt; 1 &lt;br /&gt;// &amp;lt;2=&amp;gt; 2 &lt;br /&gt;// &amp;lt;3=&amp;gt; 3 &lt;br /&gt;// &amp;lt;4=&amp;gt; 4 &lt;br /&gt;// &amp;lt;5=&amp;gt; 5 &lt;br /&gt;// &amp;lt;6=&amp;gt; 6 &lt;br /&gt;// &amp;lt;7=&amp;gt; 7 &lt;br /&gt;&lt;br /&gt;#ifndef SPI_IRQ_PRIORITY&lt;br /&gt;#define SPI_IRQ_PRIORITY 6&lt;br /&gt;#endif&lt;br /&gt;&lt;br /&gt;// &amp;lt;/h&amp;gt; &lt;br /&gt;//==========================================================&lt;br /&gt;&lt;br /&gt;// &amp;lt;/h&amp;gt; &lt;br /&gt;//==========================================================&lt;br /&gt;&lt;br /&gt;// &amp;lt;h&amp;gt; nRF_Drivers &lt;br /&gt;&lt;br /&gt;//==========================================================&lt;br /&gt;// &amp;lt;e&amp;gt; GPIOTE_ENABLED - nrf_drv_gpiote - GPIOTE peripheral driver - legacy layer&lt;br /&gt;//==========================================================&lt;br /&gt;#ifndef GPIOTE_ENABLED&lt;br /&gt;#define GPIOTE_ENABLED 1&lt;br /&gt;#endif&lt;br /&gt;// &amp;lt;o&amp;gt; GPIOTE_CONFIG_NUM_OF_LOW_POWER_EVENTS - Number of lower power input pins &lt;br /&gt;#ifndef GPIOTE_CONFIG_NUM_OF_LOW_POWER_EVENTS&lt;br /&gt;#define GPIOTE_CONFIG_NUM_OF_LOW_POWER_EVENTS 4&lt;br /&gt;#endif&lt;br /&gt;&lt;br /&gt;// &amp;lt;o&amp;gt; GPIOTE_CONFIG_IRQ_PRIORITY&amp;nbsp; - Interrupt priority&lt;br /&gt;&amp;nbsp;&lt;br /&gt;&lt;br /&gt;// &amp;lt;i&amp;gt; Priorities 0,2 (nRF51) and 0,1,4,5 (nRF52) are reserved for SoftDevice&lt;br /&gt;// &amp;lt;0=&amp;gt; 0 (highest) &lt;br /&gt;// &amp;lt;1=&amp;gt; 1 &lt;br /&gt;// &amp;lt;2=&amp;gt; 2 &lt;br /&gt;// &amp;lt;3=&amp;gt; 3 &lt;br /&gt;// &amp;lt;4=&amp;gt; 4 &lt;br /&gt;// &amp;lt;5=&amp;gt; 5 &lt;br /&gt;// &amp;lt;6=&amp;gt; 6 &lt;br /&gt;// &amp;lt;7=&amp;gt; 7 &lt;br /&gt;&lt;br /&gt;#ifndef GPIOTE_CONFIG_IRQ_PRIORITY&lt;br /&gt;#define GPIOTE_CONFIG_IRQ_PRIORITY 6&lt;br /&gt;#endif&lt;br /&gt;&lt;br /&gt;// &amp;lt;/e&amp;gt;&lt;br /&gt;&lt;br /&gt;// &amp;lt;e&amp;gt; NRFX_GPIOTE_ENABLED - nrfx_gpiote - GPIOTE peripheral driver&lt;br /&gt;//==========================================================&lt;br /&gt;#ifndef NRFX_GPIOTE_ENABLED&lt;br /&gt;#define NRFX_GPIOTE_ENABLED 1&lt;br /&gt;#endif&lt;br /&gt;// &amp;lt;o&amp;gt; NRFX_GPIOTE_CONFIG_NUM_OF_LOW_POWER_EVENTS - Number of lower power input pins &lt;br /&gt;#ifndef NRFX_GPIOTE_CONFIG_NUM_OF_LOW_POWER_EVENTS&lt;br /&gt;#define NRFX_GPIOTE_CONFIG_NUM_OF_LOW_POWER_EVENTS 1&lt;br /&gt;#endif&lt;br /&gt;&lt;br /&gt;// &amp;lt;o&amp;gt; NRFX_GPIOTE_CONFIG_IRQ_PRIORITY&amp;nbsp; - Interrupt priority&lt;br /&gt;&amp;nbsp;&lt;br /&gt;// &amp;lt;0=&amp;gt; 0 (highest) &lt;br /&gt;// &amp;lt;1=&amp;gt; 1 &lt;br /&gt;// &amp;lt;2=&amp;gt; 2 &lt;br /&gt;// &amp;lt;3=&amp;gt; 3 &lt;br /&gt;// &amp;lt;4=&amp;gt; 4 &lt;br /&gt;// &amp;lt;5=&amp;gt; 5 &lt;br /&gt;// &amp;lt;6=&amp;gt; 6 &lt;br /&gt;// &amp;lt;7=&amp;gt; 7 &lt;br /&gt;&lt;br /&gt;#ifndef NRFX_GPIOTE_CONFIG_IRQ_PRIORITY&lt;br /&gt;#define NRFX_GPIOTE_CONFIG_IRQ_PRIORITY 6&lt;br /&gt;#endif&lt;br /&gt;&lt;br /&gt;// &amp;lt;e&amp;gt; NRFX_GPIOTE_CONFIG_LOG_ENABLED - Enables logging in the module.&lt;br /&gt;//==========================================================&lt;br /&gt;#ifndef NRFX_GPIOTE_CONFIG_LOG_ENABLED&lt;br /&gt;#define NRFX_GPIOTE_CONFIG_LOG_ENABLED 0&lt;br /&gt;#endif&lt;br /&gt;// &amp;lt;o&amp;gt; NRFX_GPIOTE_CONFIG_LOG_LEVEL&amp;nbsp; - Default Severity level&lt;br /&gt;&amp;nbsp;&lt;br /&gt;// &amp;lt;0=&amp;gt; Off &lt;br /&gt;// &amp;lt;1=&amp;gt; Error &lt;br /&gt;// &amp;lt;2=&amp;gt; Warning &lt;br /&gt;// &amp;lt;3=&amp;gt; Info &lt;br /&gt;// &amp;lt;4=&amp;gt; Debug &lt;br /&gt;&lt;br /&gt;#ifndef NRFX_GPIOTE_CONFIG_LOG_LEVEL&lt;br /&gt;#define NRFX_GPIOTE_CONFIG_LOG_LEVEL 3&lt;br /&gt;#endif&lt;br /&gt;&lt;br /&gt;// &amp;lt;o&amp;gt; NRFX_GPIOTE_CONFIG_INFO_COLOR&amp;nbsp; - ANSI escape code prefix.&lt;br /&gt;&amp;nbsp;&lt;br /&gt;// &amp;lt;0=&amp;gt; Default &lt;br /&gt;// &amp;lt;1=&amp;gt; Black &lt;br /&gt;// &amp;lt;2=&amp;gt; Red &lt;br /&gt;// &amp;lt;3=&amp;gt; Green &lt;br /&gt;// &amp;lt;4=&amp;gt; Yellow &lt;br /&gt;// &amp;lt;5=&amp;gt; Blue &lt;br /&gt;// &amp;lt;6=&amp;gt; Magenta &lt;br /&gt;// &amp;lt;7=&amp;gt; Cyan &lt;br /&gt;// &amp;lt;8=&amp;gt; White &lt;br /&gt;&lt;br /&gt;#ifndef NRFX_GPIOTE_CONFIG_INFO_COLOR&lt;br /&gt;#define NRFX_GPIOTE_CONFIG_INFO_COLOR 0&lt;br /&gt;#endif&lt;br /&gt;&lt;br /&gt;// &amp;lt;o&amp;gt; NRFX_GPIOTE_CONFIG_DEBUG_COLOR&amp;nbsp; - ANSI escape code prefix.&lt;br /&gt;&amp;nbsp;&lt;br /&gt;// &amp;lt;0=&amp;gt; Default &lt;br /&gt;// &amp;lt;1=&amp;gt; Black &lt;br /&gt;// &amp;lt;2=&amp;gt; Red &lt;br /&gt;// &amp;lt;3=&amp;gt; Green &lt;br /&gt;// &amp;lt;4=&amp;gt; Yellow &lt;br /&gt;// &amp;lt;5=&amp;gt; Blue &lt;br /&gt;// &amp;lt;6=&amp;gt; Magenta &lt;br /&gt;// &amp;lt;7=&amp;gt; Cyan &lt;br /&gt;// &amp;lt;8=&amp;gt; White &lt;br /&gt;&lt;br /&gt;#ifndef NRFX_GPIOTE_CONFIG_DEBUG_COLOR&lt;br /&gt;#define NRFX_GPIOTE_CONFIG_DEBUG_COLOR 0&lt;br /&gt;#endif&lt;br /&gt;&lt;br /&gt;// &amp;lt;/e&amp;gt;&lt;br /&gt;&lt;br /&gt;// &amp;lt;/e&amp;gt;&lt;br /&gt;&lt;br /&gt;// &amp;lt;e&amp;gt; NRFX_PRS_ENABLED - nrfx_prs - Peripheral Resource Sharing module&lt;br /&gt;//==========================================================&lt;br /&gt;#ifndef NRFX_PRS_ENABLED&lt;br /&gt;#define NRFX_PRS_ENABLED 1&lt;br /&gt;#endif&lt;br /&gt;// &amp;lt;q&amp;gt; NRFX_PRS_BOX_0_ENABLED&amp;nbsp; - Enables box 0 in the module.&lt;br /&gt;&amp;nbsp;&lt;br /&gt;&lt;br /&gt;#ifndef NRFX_PRS_BOX_0_ENABLED&lt;br /&gt;#define NRFX_PRS_BOX_0_ENABLED 0&lt;br /&gt;#endif&lt;br /&gt;&lt;br /&gt;// &amp;lt;q&amp;gt; NRFX_PRS_BOX_1_ENABLED&amp;nbsp; - Enables box 1 in the module.&lt;br /&gt;&amp;nbsp;&lt;br /&gt;&lt;br /&gt;#ifndef NRFX_PRS_BOX_1_ENABLED&lt;br /&gt;#define NRFX_PRS_BOX_1_ENABLED 0&lt;br /&gt;#endif&lt;br /&gt;&lt;br /&gt;// &amp;lt;q&amp;gt; NRFX_PRS_BOX_2_ENABLED&amp;nbsp; - Enables box 2 in the module.&lt;br /&gt;&amp;nbsp;&lt;br /&gt;&lt;br /&gt;#ifndef NRFX_PRS_BOX_2_ENABLED&lt;br /&gt;#define NRFX_PRS_BOX_2_ENABLED 0&lt;br /&gt;#endif&lt;br /&gt;&lt;br /&gt;// &amp;lt;q&amp;gt; NRFX_PRS_BOX_3_ENABLED&amp;nbsp; - Enables box 3 in the module.&lt;br /&gt;&amp;nbsp;&lt;br /&gt;&lt;br /&gt;#ifndef NRFX_PRS_BOX_3_ENABLED&lt;br /&gt;#define NRFX_PRS_BOX_3_ENABLED 0&lt;br /&gt;#endif&lt;br /&gt;&lt;br /&gt;// &amp;lt;q&amp;gt; NRFX_PRS_BOX_4_ENABLED&amp;nbsp; - Enables box 4 in the module.&lt;br /&gt;&amp;nbsp;&lt;br /&gt;&lt;br /&gt;#ifndef NRFX_PRS_BOX_4_ENABLED&lt;br /&gt;#define NRFX_PRS_BOX_4_ENABLED 1&lt;br /&gt;#endif&lt;br /&gt;&lt;br /&gt;// &amp;lt;e&amp;gt; NRFX_PRS_CONFIG_LOG_ENABLED - Enables logging in the module.&lt;br /&gt;//==========================================================&lt;br /&gt;#ifndef NRFX_PRS_CONFIG_LOG_ENABLED&lt;br /&gt;#define NRFX_PRS_CONFIG_LOG_ENABLED 0&lt;br /&gt;#endif&lt;br /&gt;// &amp;lt;o&amp;gt; NRFX_PRS_CONFIG_LOG_LEVEL&amp;nbsp; - Default Severity level&lt;br /&gt;&amp;nbsp;&lt;br /&gt;// &amp;lt;0=&amp;gt; Off &lt;br /&gt;// &amp;lt;1=&amp;gt; Error &lt;br /&gt;// &amp;lt;2=&amp;gt; Warning &lt;br /&gt;// &amp;lt;3=&amp;gt; Info &lt;br /&gt;// &amp;lt;4=&amp;gt; Debug &lt;br /&gt;&lt;br /&gt;#ifndef NRFX_PRS_CONFIG_LOG_LEVEL&lt;br /&gt;#define NRFX_PRS_CONFIG_LOG_LEVEL 3&lt;br /&gt;#endif&lt;br /&gt;&lt;br /&gt;// &amp;lt;o&amp;gt; NRFX_PRS_CONFIG_INFO_COLOR&amp;nbsp; - ANSI escape code prefix.&lt;br /&gt;&amp;nbsp;&lt;br /&gt;// &amp;lt;0=&amp;gt; Default &lt;br /&gt;// &amp;lt;1=&amp;gt; Black &lt;br /&gt;// &amp;lt;2=&amp;gt; Red &lt;br /&gt;// &amp;lt;3=&amp;gt; Green &lt;br /&gt;// &amp;lt;4=&amp;gt; Yellow &lt;br /&gt;// &amp;lt;5=&amp;gt; Blue &lt;br /&gt;// &amp;lt;6=&amp;gt; Magenta &lt;br /&gt;// &amp;lt;7=&amp;gt; Cyan &lt;br /&gt;// &amp;lt;8=&amp;gt; White &lt;br /&gt;&lt;br /&gt;#ifndef NRFX_PRS_CONFIG_INFO_COLOR&lt;br /&gt;#define NRFX_PRS_CONFIG_INFO_COLOR 0&lt;br /&gt;#endif&lt;br /&gt;&lt;br /&gt;// &amp;lt;o&amp;gt; NRFX_PRS_CONFIG_DEBUG_COLOR&amp;nbsp; - ANSI escape code prefix.&lt;br /&gt;&amp;nbsp;&lt;br /&gt;// &amp;lt;0=&amp;gt; Default &lt;br /&gt;// &amp;lt;1=&amp;gt; Black &lt;br /&gt;// &amp;lt;2=&amp;gt; Red &lt;br /&gt;// &amp;lt;3=&amp;gt; Green &lt;br /&gt;// &amp;lt;4=&amp;gt; Yellow &lt;br /&gt;// &amp;lt;5=&amp;gt; Blue &lt;br /&gt;// &amp;lt;6=&amp;gt; Magenta &lt;br /&gt;// &amp;lt;7=&amp;gt; Cyan &lt;br /&gt;// &amp;lt;8=&amp;gt; White &lt;br /&gt;&lt;br /&gt;#ifndef NRFX_PRS_CONFIG_DEBUG_COLOR&lt;br /&gt;#define NRFX_PRS_CONFIG_DEBUG_COLOR 0&lt;br /&gt;#endif&lt;br /&gt;&lt;br /&gt;// &amp;lt;/e&amp;gt;&lt;br /&gt;&lt;br /&gt;// &amp;lt;/e&amp;gt;&lt;br /&gt;&lt;br /&gt;// &amp;lt;e&amp;gt; NRFX_SPIM_ENABLED - nrfx_spim - SPIM peripheral driver&lt;br /&gt;//==========================================================&lt;br /&gt;#ifndef NRFX_SPIM_ENABLED&lt;br /&gt;#define NRFX_SPIM_ENABLED&amp;nbsp; 0 // CHANGED&lt;br /&gt;#endif&lt;br /&gt;// &amp;lt;q&amp;gt; NRFX_SPIM0_ENABLED&amp;nbsp; - Enable SPIM0 instance&lt;br /&gt;&amp;nbsp;&lt;br /&gt;&lt;br /&gt;#ifndef NRFX_SPIM0_ENABLED&lt;br /&gt;#define NRFX_SPIM0_ENABLED 0&lt;br /&gt;#endif&lt;br /&gt;&lt;br /&gt;// &amp;lt;q&amp;gt; NRFX_SPIM1_ENABLED&amp;nbsp; - Enable SPIM1 instance&lt;br /&gt;&amp;nbsp;&lt;br /&gt;&lt;br /&gt;#ifndef NRFX_SPIM1_ENABLED&lt;br /&gt;#define NRFX_SPIM1_ENABLED 0&lt;br /&gt;#endif&lt;br /&gt;&lt;br /&gt;// &amp;lt;q&amp;gt; NRFX_SPIM2_ENABLED&amp;nbsp; - Enable SPIM2 instance&lt;br /&gt;&amp;nbsp;&lt;br /&gt;&lt;br /&gt;#ifndef NRFX_SPIM2_ENABLED&lt;br /&gt;#define NRFX_SPIM2_ENABLED 0&lt;br /&gt;#endif&lt;br /&gt;&lt;br /&gt;// &amp;lt;q&amp;gt; NRFX_SPIM3_ENABLED&amp;nbsp; - Enable SPIM3 instance&lt;br /&gt;&amp;nbsp;&lt;br /&gt;&lt;br /&gt;#ifndef NRFX_SPIM3_ENABLED&lt;br /&gt;#define NRFX_SPIM3_ENABLED 0&lt;br /&gt;#endif&lt;br /&gt;&lt;br /&gt;// &amp;lt;q&amp;gt; NRFX_SPIM_EXTENDED_ENABLED&amp;nbsp; - Enable extended SPIM features&lt;br /&gt;&amp;nbsp;&lt;br /&gt;&lt;br /&gt;#ifndef NRFX_SPIM_EXTENDED_ENABLED&lt;br /&gt;#define NRFX_SPIM_EXTENDED_ENABLED 0&lt;br /&gt;#endif&lt;br /&gt;&lt;br /&gt;// &amp;lt;o&amp;gt; NRFX_SPIM_MISO_PULL_CFG&amp;nbsp; - MISO pin pull configuration.&lt;br /&gt;&amp;nbsp;&lt;br /&gt;// &amp;lt;0=&amp;gt; NRF_GPIO_PIN_NOPULL &lt;br /&gt;// &amp;lt;1=&amp;gt; NRF_GPIO_PIN_PULLDOWN &lt;br /&gt;// &amp;lt;3=&amp;gt; NRF_GPIO_PIN_PULLUP &lt;br /&gt;&lt;br /&gt;#ifndef NRFX_SPIM_MISO_PULL_CFG&lt;br /&gt;#define NRFX_SPIM_MISO_PULL_CFG 1&lt;br /&gt;#endif&lt;br /&gt;&lt;br /&gt;// &amp;lt;o&amp;gt; NRFX_SPIM_DEFAULT_CONFIG_IRQ_PRIORITY&amp;nbsp; - Interrupt priority&lt;br /&gt;&amp;nbsp;&lt;br /&gt;// &amp;lt;0=&amp;gt; 0 (highest) &lt;br /&gt;// &amp;lt;1=&amp;gt; 1 &lt;br /&gt;// &amp;lt;2=&amp;gt; 2 &lt;br /&gt;// &amp;lt;3=&amp;gt; 3 &lt;br /&gt;// &amp;lt;4=&amp;gt; 4 &lt;br /&gt;// &amp;lt;5=&amp;gt; 5 &lt;br /&gt;// &amp;lt;6=&amp;gt; 6 &lt;br /&gt;// &amp;lt;7=&amp;gt; 7 &lt;br /&gt;&lt;br /&gt;#ifndef NRFX_SPIM_DEFAULT_CONFIG_IRQ_PRIORITY&lt;br /&gt;#define NRFX_SPIM_DEFAULT_CONFIG_IRQ_PRIORITY 6&lt;br /&gt;#endif&lt;br /&gt;&lt;br /&gt;// &amp;lt;e&amp;gt; NRFX_SPIM_CONFIG_LOG_ENABLED - Enables logging in the module.&lt;br /&gt;//==========================================================&lt;br /&gt;#ifndef NRFX_SPIM_CONFIG_LOG_ENABLED&lt;br /&gt;#define NRFX_SPIM_CONFIG_LOG_ENABLED 0&lt;br /&gt;#endif&lt;br /&gt;// &amp;lt;o&amp;gt; NRFX_SPIM_CONFIG_LOG_LEVEL&amp;nbsp; - Default Severity level&lt;br /&gt;&amp;nbsp;&lt;br /&gt;// &amp;lt;0=&amp;gt; Off &lt;br /&gt;// &amp;lt;1=&amp;gt; Error &lt;br /&gt;// &amp;lt;2=&amp;gt; Warning &lt;br /&gt;// &amp;lt;3=&amp;gt; Info &lt;br /&gt;// &amp;lt;4=&amp;gt; Debug &lt;br /&gt;&lt;br /&gt;#ifndef NRFX_SPIM_CONFIG_LOG_LEVEL&lt;br /&gt;#define NRFX_SPIM_CONFIG_LOG_LEVEL 3&lt;br /&gt;#endif&lt;br /&gt;&lt;br /&gt;// &amp;lt;o&amp;gt; NRFX_SPIM_CONFIG_INFO_COLOR&amp;nbsp; - ANSI escape code prefix.&lt;br /&gt;&amp;nbsp;&lt;br /&gt;// &amp;lt;0=&amp;gt; Default &lt;br /&gt;// &amp;lt;1=&amp;gt; Black &lt;br /&gt;// &amp;lt;2=&amp;gt; Red &lt;br /&gt;// &amp;lt;3=&amp;gt; Green &lt;br /&gt;// &amp;lt;4=&amp;gt; Yellow &lt;br /&gt;// &amp;lt;5=&amp;gt; Blue &lt;br /&gt;// &amp;lt;6=&amp;gt; Magenta &lt;br /&gt;// &amp;lt;7=&amp;gt; Cyan &lt;br /&gt;// &amp;lt;8=&amp;gt; White &lt;br /&gt;&lt;br /&gt;#ifndef NRFX_SPIM_CONFIG_INFO_COLOR&lt;br /&gt;#define NRFX_SPIM_CONFIG_INFO_COLOR 0&lt;br /&gt;#endif&lt;br /&gt;&lt;br /&gt;// &amp;lt;o&amp;gt; NRFX_SPIM_CONFIG_DEBUG_COLOR&amp;nbsp; - ANSI escape code prefix.&lt;br /&gt;&amp;nbsp;&lt;br /&gt;// &amp;lt;0=&amp;gt; Default &lt;br /&gt;// &amp;lt;1=&amp;gt; Black &lt;br /&gt;// &amp;lt;2=&amp;gt; Red &lt;br /&gt;// &amp;lt;3=&amp;gt; Green &lt;br /&gt;// &amp;lt;4=&amp;gt; Yellow &lt;br /&gt;// &amp;lt;5=&amp;gt; Blue &lt;br /&gt;// &amp;lt;6=&amp;gt; Magenta &lt;br /&gt;// &amp;lt;7=&amp;gt; Cyan &lt;br /&gt;// &amp;lt;8=&amp;gt; White &lt;br /&gt;&lt;br /&gt;#ifndef NRFX_SPIM_CONFIG_DEBUG_COLOR&lt;br /&gt;#define NRFX_SPIM_CONFIG_DEBUG_COLOR 0&lt;br /&gt;#endif&lt;br /&gt;&lt;br /&gt;// &amp;lt;/e&amp;gt;&lt;br /&gt;&lt;br /&gt;// &amp;lt;/e&amp;gt;&lt;br /&gt;&lt;br /&gt;// &amp;lt;e&amp;gt; NRFX_SPI_ENABLED - nrfx_spi - SPI peripheral driver&lt;br /&gt;//==========================================================&lt;br /&gt;#ifndef NRFX_SPI_ENABLED&lt;br /&gt;#define NRFX_SPI_ENABLED 0&lt;br /&gt;#endif&lt;br /&gt;// &amp;lt;q&amp;gt; NRFX_SPI0_ENABLED&amp;nbsp; - Enable SPI0 instance&lt;br /&gt;&amp;nbsp;&lt;br /&gt;&lt;br /&gt;#ifndef NRFX_SPI0_ENABLED&lt;br /&gt;#define NRFX_SPI0_ENABLED 0&lt;br /&gt;#endif&lt;br /&gt;&lt;br /&gt;// &amp;lt;q&amp;gt; NRFX_SPI1_ENABLED&amp;nbsp; - Enable SPI1 instance&lt;br /&gt;&amp;nbsp;&lt;br /&gt;&lt;br /&gt;#ifndef NRFX_SPI1_ENABLED&lt;br /&gt;#define NRFX_SPI1_ENABLED 0&lt;br /&gt;#endif&lt;br /&gt;&lt;br /&gt;// &amp;lt;q&amp;gt; NRFX_SPI2_ENABLED&amp;nbsp; - Enable SPI2 instance&lt;br /&gt;&amp;nbsp;&lt;br /&gt;&lt;br /&gt;#ifndef NRFX_SPI2_ENABLED&lt;br /&gt;#define NRFX_SPI2_ENABLED 0&lt;br /&gt;#endif&lt;br /&gt;&lt;br /&gt;// &amp;lt;o&amp;gt; NRFX_SPI_MISO_PULL_CFG&amp;nbsp; - MISO pin pull configuration.&lt;br /&gt;&amp;nbsp;&lt;br /&gt;// &amp;lt;0=&amp;gt; NRF_GPIO_PIN_NOPULL &lt;br /&gt;// &amp;lt;1=&amp;gt; NRF_GPIO_PIN_PULLDOWN &lt;br /&gt;// &amp;lt;3=&amp;gt; NRF_GPIO_PIN_PULLUP &lt;br /&gt;&lt;br /&gt;#ifndef NRFX_SPI_MISO_PULL_CFG&lt;br /&gt;#define NRFX_SPI_MISO_PULL_CFG 1&lt;br /&gt;#endif&lt;br /&gt;&lt;br /&gt;// &amp;lt;o&amp;gt; NRFX_SPI_DEFAULT_CONFIG_IRQ_PRIORITY&amp;nbsp; - Interrupt priority&lt;br /&gt;&amp;nbsp;&lt;br /&gt;// &amp;lt;0=&amp;gt; 0 (highest) &lt;br /&gt;// &amp;lt;1=&amp;gt; 1 &lt;br /&gt;// &amp;lt;2=&amp;gt; 2 &lt;br /&gt;// &amp;lt;3=&amp;gt; 3 &lt;br /&gt;// &amp;lt;4=&amp;gt; 4 &lt;br /&gt;// &amp;lt;5=&amp;gt; 5 &lt;br /&gt;// &amp;lt;6=&amp;gt; 6 &lt;br /&gt;// &amp;lt;7=&amp;gt; 7 &lt;br /&gt;&lt;br /&gt;#ifndef NRFX_SPI_DEFAULT_CONFIG_IRQ_PRIORITY&lt;br /&gt;#define NRFX_SPI_DEFAULT_CONFIG_IRQ_PRIORITY 6&lt;br /&gt;#endif&lt;br /&gt;&lt;br /&gt;// &amp;lt;e&amp;gt; NRFX_SPI_CONFIG_LOG_ENABLED - Enables logging in the module.&lt;br /&gt;//==========================================================&lt;br /&gt;#ifndef NRFX_SPI_CONFIG_LOG_ENABLED&lt;br /&gt;#define NRFX_SPI_CONFIG_LOG_ENABLED 0&lt;br /&gt;#endif&lt;br /&gt;// &amp;lt;o&amp;gt; NRFX_SPI_CONFIG_LOG_LEVEL&amp;nbsp; - Default Severity level&lt;br /&gt;&amp;nbsp;&lt;br /&gt;// &amp;lt;0=&amp;gt; Off &lt;br /&gt;// &amp;lt;1=&amp;gt; Error &lt;br /&gt;// &amp;lt;2=&amp;gt; Warning &lt;br /&gt;// &amp;lt;3=&amp;gt; Info &lt;br /&gt;// &amp;lt;4=&amp;gt; Debug &lt;br /&gt;&lt;br /&gt;#ifndef NRFX_SPI_CONFIG_LOG_LEVEL&lt;br /&gt;#define NRFX_SPI_CONFIG_LOG_LEVEL 3&lt;br /&gt;#endif&lt;br /&gt;&lt;br /&gt;// &amp;lt;o&amp;gt; NRFX_SPI_CONFIG_INFO_COLOR&amp;nbsp; - ANSI escape code prefix.&lt;br /&gt;&amp;nbsp;&lt;br /&gt;// &amp;lt;0=&amp;gt; Default &lt;br /&gt;// &amp;lt;1=&amp;gt; Black &lt;br /&gt;// &amp;lt;2=&amp;gt; Red &lt;br /&gt;// &amp;lt;3=&amp;gt; Green &lt;br /&gt;// &amp;lt;4=&amp;gt; Yellow &lt;br /&gt;// &amp;lt;5=&amp;gt; Blue &lt;br /&gt;// &amp;lt;6=&amp;gt; Magenta &lt;br /&gt;// &amp;lt;7=&amp;gt; Cyan &lt;br /&gt;// &amp;lt;8=&amp;gt; White &lt;br /&gt;&lt;br /&gt;#ifndef NRFX_SPI_CONFIG_INFO_COLOR&lt;br /&gt;#define NRFX_SPI_CONFIG_INFO_COLOR 0&lt;br /&gt;#endif&lt;br /&gt;&lt;br /&gt;// &amp;lt;o&amp;gt; NRFX_SPI_CONFIG_DEBUG_COLOR&amp;nbsp; - ANSI escape code prefix.&lt;br /&gt;&amp;nbsp;&lt;br /&gt;// &amp;lt;0=&amp;gt; Default &lt;br /&gt;// &amp;lt;1=&amp;gt; Black &lt;br /&gt;// &amp;lt;2=&amp;gt; Red &lt;br /&gt;// &amp;lt;3=&amp;gt; Green &lt;br /&gt;// &amp;lt;4=&amp;gt; Yellow &lt;br /&gt;// &amp;lt;5=&amp;gt; Blue &lt;br /&gt;// &amp;lt;6=&amp;gt; Magenta &lt;br /&gt;// &amp;lt;7=&amp;gt; Cyan &lt;br /&gt;// &amp;lt;8=&amp;gt; White &lt;br /&gt;&lt;br /&gt;#ifndef NRFX_SPI_CONFIG_DEBUG_COLOR&lt;br /&gt;#define NRFX_SPI_CONFIG_DEBUG_COLOR 0&lt;br /&gt;#endif&lt;br /&gt;&lt;br /&gt;// &amp;lt;/e&amp;gt;&lt;br /&gt;&lt;br /&gt;// &amp;lt;/e&amp;gt;&lt;br /&gt;&lt;br /&gt;// &amp;lt;e&amp;gt; NRFX_UARTE_ENABLED - nrfx_uarte - UARTE peripheral driver&lt;br /&gt;//==========================================================&lt;br /&gt;#ifndef NRFX_UARTE_ENABLED&lt;br /&gt;#define NRFX_UARTE_ENABLED 1&lt;br /&gt;#endif&lt;br /&gt;// &amp;lt;o&amp;gt; NRFX_UARTE0_ENABLED - Enable UARTE0 instance &lt;br /&gt;#ifndef NRFX_UARTE0_ENABLED&lt;br /&gt;#define NRFX_UARTE0_ENABLED 0&lt;br /&gt;#endif&lt;br /&gt;&lt;br /&gt;// &amp;lt;o&amp;gt; NRFX_UARTE1_ENABLED - Enable UARTE1 instance &lt;br /&gt;#ifndef NRFX_UARTE1_ENABLED&lt;br /&gt;#define NRFX_UARTE1_ENABLED 0&lt;br /&gt;#endif&lt;br /&gt;&lt;br /&gt;// &amp;lt;o&amp;gt; NRFX_UARTE_DEFAULT_CONFIG_HWFC&amp;nbsp; - Hardware Flow Control&lt;br /&gt;&amp;nbsp;&lt;br /&gt;// &amp;lt;0=&amp;gt; Disabled &lt;br /&gt;// &amp;lt;1=&amp;gt; Enabled &lt;br /&gt;&lt;br /&gt;#ifndef NRFX_UARTE_DEFAULT_CONFIG_HWFC&lt;br /&gt;#define NRFX_UARTE_DEFAULT_CONFIG_HWFC 0&lt;br /&gt;#endif&lt;br /&gt;&lt;br /&gt;// &amp;lt;o&amp;gt; NRFX_UARTE_DEFAULT_CONFIG_PARITY&amp;nbsp; - Parity&lt;br /&gt;&amp;nbsp;&lt;br /&gt;// &amp;lt;0=&amp;gt; Excluded &lt;br /&gt;// &amp;lt;14=&amp;gt; Included &lt;br /&gt;&lt;br /&gt;#ifndef NRFX_UARTE_DEFAULT_CONFIG_PARITY&lt;br /&gt;#define NRFX_UARTE_DEFAULT_CONFIG_PARITY 0&lt;br /&gt;#endif&lt;br /&gt;&lt;br /&gt;// &amp;lt;o&amp;gt; NRFX_UARTE_DEFAULT_CONFIG_BAUDRATE&amp;nbsp; - Default Baudrate&lt;br /&gt;&amp;nbsp;&lt;br /&gt;// &amp;lt;323584=&amp;gt; 1200 baud &lt;br /&gt;// &amp;lt;643072=&amp;gt; 2400 baud &lt;br /&gt;// &amp;lt;1290240=&amp;gt; 4800 baud &lt;br /&gt;// &amp;lt;2576384=&amp;gt; 9600 baud &lt;br /&gt;// &amp;lt;3862528=&amp;gt; 14400 baud &lt;br /&gt;// &amp;lt;5152768=&amp;gt; 19200 baud &lt;br /&gt;// &amp;lt;7716864=&amp;gt; 28800 baud &lt;br /&gt;// &amp;lt;8388608=&amp;gt; 31250 baud &lt;br /&gt;// &amp;lt;10289152=&amp;gt; 38400 baud &lt;br /&gt;// &amp;lt;15007744=&amp;gt; 56000 baud &lt;br /&gt;// &amp;lt;15400960=&amp;gt; 57600 baud &lt;br /&gt;// &amp;lt;20615168=&amp;gt; 76800 baud &lt;br /&gt;// &amp;lt;30801920=&amp;gt; 115200 baud &lt;br /&gt;// &amp;lt;61865984=&amp;gt; 230400 baud &lt;br /&gt;// &amp;lt;67108864=&amp;gt; 250000 baud &lt;br /&gt;// &amp;lt;121634816=&amp;gt; 460800 baud &lt;br /&gt;// &amp;lt;251658240=&amp;gt; 921600 baud &lt;br /&gt;// &amp;lt;268435456=&amp;gt; 1000000 baud &lt;br /&gt;&lt;br /&gt;#ifndef NRFX_UARTE_DEFAULT_CONFIG_BAUDRATE&lt;br /&gt;#define NRFX_UARTE_DEFAULT_CONFIG_BAUDRATE 30801920&lt;br /&gt;#endif&lt;br /&gt;&lt;br /&gt;// &amp;lt;o&amp;gt; NRFX_UARTE_DEFAULT_CONFIG_IRQ_PRIORITY&amp;nbsp; - Interrupt priority&lt;br /&gt;&amp;nbsp;&lt;br /&gt;// &amp;lt;0=&amp;gt; 0 (highest) &lt;br /&gt;// &amp;lt;1=&amp;gt; 1 &lt;br /&gt;// &amp;lt;2=&amp;gt; 2 &lt;br /&gt;// &amp;lt;3=&amp;gt; 3 &lt;br /&gt;// &amp;lt;4=&amp;gt; 4 &lt;br /&gt;// &amp;lt;5=&amp;gt; 5 &lt;br /&gt;// &amp;lt;6=&amp;gt; 6 &lt;br /&gt;// &amp;lt;7=&amp;gt; 7 &lt;br /&gt;&lt;br /&gt;#ifndef NRFX_UARTE_DEFAULT_CONFIG_IRQ_PRIORITY&lt;br /&gt;#define NRFX_UARTE_DEFAULT_CONFIG_IRQ_PRIORITY 6&lt;br /&gt;#endif&lt;br /&gt;&lt;br /&gt;// &amp;lt;e&amp;gt; NRFX_UARTE_CONFIG_LOG_ENABLED - Enables logging in the module.&lt;br /&gt;//==========================================================&lt;br /&gt;#ifndef NRFX_UARTE_CONFIG_LOG_ENABLED&lt;br /&gt;#define NRFX_UARTE_CONFIG_LOG_ENABLED 0&lt;br /&gt;#endif&lt;br /&gt;// &amp;lt;o&amp;gt; NRFX_UARTE_CONFIG_LOG_LEVEL&amp;nbsp; - Default Severity level&lt;br /&gt;&amp;nbsp;&lt;br /&gt;// &amp;lt;0=&amp;gt; Off &lt;br /&gt;// &amp;lt;1=&amp;gt; Error &lt;br /&gt;// &amp;lt;2=&amp;gt; Warning &lt;br /&gt;// &amp;lt;3=&amp;gt; Info &lt;br /&gt;// &amp;lt;4=&amp;gt; Debug &lt;br /&gt;&lt;br /&gt;#ifndef NRFX_UARTE_CONFIG_LOG_LEVEL&lt;br /&gt;#define NRFX_UARTE_CONFIG_LOG_LEVEL 3&lt;br /&gt;#endif&lt;br /&gt;&lt;br /&gt;// &amp;lt;o&amp;gt; NRFX_UARTE_CONFIG_INFO_COLOR&amp;nbsp; - ANSI escape code prefix.&lt;br /&gt;&amp;nbsp;&lt;br /&gt;// &amp;lt;0=&amp;gt; Default &lt;br /&gt;// &amp;lt;1=&amp;gt; Black &lt;br /&gt;// &amp;lt;2=&amp;gt; Red &lt;br /&gt;// &amp;lt;3=&amp;gt; Green &lt;br /&gt;// &amp;lt;4=&amp;gt; Yellow &lt;br /&gt;// &amp;lt;5=&amp;gt; Blue &lt;br /&gt;// &amp;lt;6=&amp;gt; Magenta &lt;br /&gt;// &amp;lt;7=&amp;gt; Cyan &lt;br /&gt;// &amp;lt;8=&amp;gt; White &lt;br /&gt;&lt;br /&gt;#ifndef NRFX_UARTE_CONFIG_INFO_COLOR&lt;br /&gt;#define NRFX_UARTE_CONFIG_INFO_COLOR 0&lt;br /&gt;#endif&lt;br /&gt;&lt;br /&gt;// &amp;lt;o&amp;gt; NRFX_UARTE_CONFIG_DEBUG_COLOR&amp;nbsp; - ANSI escape code prefix.&lt;br /&gt;&amp;nbsp;&lt;br /&gt;// &amp;lt;0=&amp;gt; Default &lt;br /&gt;// &amp;lt;1=&amp;gt; Black &lt;br /&gt;// &amp;lt;2=&amp;gt; Red &lt;br /&gt;// &amp;lt;3=&amp;gt; Green &lt;br /&gt;// &amp;lt;4=&amp;gt; Yellow &lt;br /&gt;// &amp;lt;5=&amp;gt; Blue &lt;br /&gt;// &amp;lt;6=&amp;gt; Magenta &lt;br /&gt;// &amp;lt;7=&amp;gt; Cyan &lt;br /&gt;// &amp;lt;8=&amp;gt; White &lt;br /&gt;&lt;br /&gt;#ifndef NRFX_UARTE_CONFIG_DEBUG_COLOR&lt;br /&gt;#define NRFX_UARTE_CONFIG_DEBUG_COLOR 0&lt;br /&gt;#endif&lt;br /&gt;&lt;br /&gt;// &amp;lt;/e&amp;gt;&lt;br /&gt;&lt;br /&gt;// &amp;lt;/e&amp;gt;&lt;br /&gt;&lt;br /&gt;// &amp;lt;e&amp;gt; NRFX_UART_ENABLED - nrfx_uart - UART peripheral driver&lt;br /&gt;//==========================================================&lt;br /&gt;#ifndef NRFX_UART_ENABLED&lt;br /&gt;#define NRFX_UART_ENABLED 1&lt;br /&gt;#endif&lt;br /&gt;// &amp;lt;o&amp;gt; NRFX_UART0_ENABLED - Enable UART0 instance &lt;br /&gt;#ifndef NRFX_UART0_ENABLED&lt;br /&gt;#define NRFX_UART0_ENABLED 0&lt;br /&gt;#endif&lt;br /&gt;&lt;br /&gt;// &amp;lt;o&amp;gt; NRFX_UART_DEFAULT_CONFIG_HWFC&amp;nbsp; - Hardware Flow Control&lt;br /&gt;&amp;nbsp;&lt;br /&gt;// &amp;lt;0=&amp;gt; Disabled &lt;br /&gt;// &amp;lt;1=&amp;gt; Enabled &lt;br /&gt;&lt;br /&gt;#ifndef NRFX_UART_DEFAULT_CONFIG_HWFC&lt;br /&gt;#define NRFX_UART_DEFAULT_CONFIG_HWFC 0&lt;br /&gt;#endif&lt;br /&gt;&lt;br /&gt;// &amp;lt;o&amp;gt; NRFX_UART_DEFAULT_CONFIG_PARITY&amp;nbsp; - Parity&lt;br /&gt;&amp;nbsp;&lt;br /&gt;// &amp;lt;0=&amp;gt; Excluded &lt;br /&gt;// &amp;lt;14=&amp;gt; Included &lt;br /&gt;&lt;br /&gt;#ifndef NRFX_UART_DEFAULT_CONFIG_PARITY&lt;br /&gt;#define NRFX_UART_DEFAULT_CONFIG_PARITY 0&lt;br /&gt;#endif&lt;br /&gt;&lt;br /&gt;// &amp;lt;o&amp;gt; NRFX_UART_DEFAULT_CONFIG_BAUDRATE&amp;nbsp; - Default Baudrate&lt;br /&gt;&amp;nbsp;&lt;br /&gt;// &amp;lt;323584=&amp;gt; 1200 baud &lt;br /&gt;// &amp;lt;643072=&amp;gt; 2400 baud &lt;br /&gt;// &amp;lt;1290240=&amp;gt; 4800 baud &lt;br /&gt;// &amp;lt;2576384=&amp;gt; 9600 baud &lt;br /&gt;// &amp;lt;3866624=&amp;gt; 14400 baud &lt;br /&gt;// &amp;lt;5152768=&amp;gt; 19200 baud &lt;br /&gt;// &amp;lt;7729152=&amp;gt; 28800 baud &lt;br /&gt;// &amp;lt;8388608=&amp;gt; 31250 baud &lt;br /&gt;// &amp;lt;10309632=&amp;gt; 38400 baud &lt;br /&gt;// &amp;lt;15007744=&amp;gt; 56000 baud &lt;br /&gt;// &amp;lt;15462400=&amp;gt; 57600 baud &lt;br /&gt;// &amp;lt;20615168=&amp;gt; 76800 baud &lt;br /&gt;// &amp;lt;30924800=&amp;gt; 115200 baud &lt;br /&gt;// &amp;lt;61845504=&amp;gt; 230400 baud &lt;br /&gt;// &amp;lt;67108864=&amp;gt; 250000 baud &lt;br /&gt;// &amp;lt;123695104=&amp;gt; 460800 baud &lt;br /&gt;// &amp;lt;247386112=&amp;gt; 921600 baud &lt;br /&gt;// &amp;lt;268435456=&amp;gt; 1000000 baud &lt;br /&gt;&lt;br /&gt;#ifndef NRFX_UART_DEFAULT_CONFIG_BAUDRATE&lt;br /&gt;#define NRFX_UART_DEFAULT_CONFIG_BAUDRATE 30924800&lt;br /&gt;#endif&lt;br /&gt;&lt;br /&gt;// &amp;lt;o&amp;gt; NRFX_UART_DEFAULT_CONFIG_IRQ_PRIORITY&amp;nbsp; - Interrupt priority&lt;br /&gt;&amp;nbsp;&lt;br /&gt;// &amp;lt;0=&amp;gt; 0 (highest) &lt;br /&gt;// &amp;lt;1=&amp;gt; 1 &lt;br /&gt;// &amp;lt;2=&amp;gt; 2 &lt;br /&gt;// &amp;lt;3=&amp;gt; 3 &lt;br /&gt;// &amp;lt;4=&amp;gt; 4 &lt;br /&gt;// &amp;lt;5=&amp;gt; 5 &lt;br /&gt;// &amp;lt;6=&amp;gt; 6 &lt;br /&gt;// &amp;lt;7=&amp;gt; 7 &lt;br /&gt;&lt;br /&gt;#ifndef NRFX_UART_DEFAULT_CONFIG_IRQ_PRIORITY&lt;br /&gt;#define NRFX_UART_DEFAULT_CONFIG_IRQ_PRIORITY 6&lt;br /&gt;#endif&lt;br /&gt;&lt;br /&gt;// &amp;lt;e&amp;gt; NRFX_UART_CONFIG_LOG_ENABLED - Enables logging in the module.&lt;br /&gt;//==========================================================&lt;br /&gt;#ifndef NRFX_UART_CONFIG_LOG_ENABLED&lt;br /&gt;#define NRFX_UART_CONFIG_LOG_ENABLED 0&lt;br /&gt;#endif&lt;br /&gt;// &amp;lt;o&amp;gt; NRFX_UART_CONFIG_LOG_LEVEL&amp;nbsp; - Default Severity level&lt;br /&gt;&amp;nbsp;&lt;br /&gt;// &amp;lt;0=&amp;gt; Off &lt;br /&gt;// &amp;lt;1=&amp;gt; Error &lt;br /&gt;// &amp;lt;2=&amp;gt; Warning &lt;br /&gt;// &amp;lt;3=&amp;gt; Info &lt;br /&gt;// &amp;lt;4=&amp;gt; Debug &lt;br /&gt;&lt;br /&gt;#ifndef NRFX_UART_CONFIG_LOG_LEVEL&lt;br /&gt;#define NRFX_UART_CONFIG_LOG_LEVEL 3&lt;br /&gt;#endif&lt;br /&gt;&lt;br /&gt;// &amp;lt;o&amp;gt; NRFX_UART_CONFIG_INFO_COLOR&amp;nbsp; - ANSI escape code prefix.&lt;br /&gt;&amp;nbsp;&lt;br /&gt;// &amp;lt;0=&amp;gt; Default &lt;br /&gt;// &amp;lt;1=&amp;gt; Black &lt;br /&gt;// &amp;lt;2=&amp;gt; Red &lt;br /&gt;// &amp;lt;3=&amp;gt; Green &lt;br /&gt;// &amp;lt;4=&amp;gt; Yellow &lt;br /&gt;// &amp;lt;5=&amp;gt; Blue &lt;br /&gt;// &amp;lt;6=&amp;gt; Magenta &lt;br /&gt;// &amp;lt;7=&amp;gt; Cyan &lt;br /&gt;// &amp;lt;8=&amp;gt; White &lt;br /&gt;&lt;br /&gt;#ifndef NRFX_UART_CONFIG_INFO_COLOR&lt;br /&gt;#define NRFX_UART_CONFIG_INFO_COLOR 0&lt;br /&gt;#endif&lt;br /&gt;&lt;br /&gt;// &amp;lt;o&amp;gt; NRFX_UART_CONFIG_DEBUG_COLOR&amp;nbsp; - ANSI escape code prefix.&lt;br /&gt;&amp;nbsp;&lt;br /&gt;// &amp;lt;0=&amp;gt; Default &lt;br /&gt;// &amp;lt;1=&amp;gt; Black &lt;br /&gt;// &amp;lt;2=&amp;gt; Red &lt;br /&gt;// &amp;lt;3=&amp;gt; Green &lt;br /&gt;// &amp;lt;4=&amp;gt; Yellow &lt;br /&gt;// &amp;lt;5=&amp;gt; Blue &lt;br /&gt;// &amp;lt;6=&amp;gt; Magenta &lt;br /&gt;// &amp;lt;7=&amp;gt; Cyan &lt;br /&gt;// &amp;lt;8=&amp;gt; White &lt;br /&gt;&lt;br /&gt;#ifndef NRFX_UART_CONFIG_DEBUG_COLOR&lt;br /&gt;#define NRFX_UART_CONFIG_DEBUG_COLOR 0&lt;br /&gt;#endif&lt;br /&gt;&lt;br /&gt;// &amp;lt;/e&amp;gt;&lt;br /&gt;&lt;br /&gt;// &amp;lt;/e&amp;gt;&lt;br /&gt;&lt;br /&gt;// &amp;lt;e&amp;gt; SPI_ENABLED - nrf_drv_spi - SPI/SPIM peripheral driver - legacy layer&lt;br /&gt;//==========================================================&lt;br /&gt;#ifndef SPI_ENABLED&lt;br /&gt;#define SPI_ENABLED 1&lt;br /&gt;#endif&lt;br /&gt;// &amp;lt;o&amp;gt; SPI_DEFAULT_CONFIG_IRQ_PRIORITY&amp;nbsp; - Interrupt priority&lt;br /&gt;&amp;nbsp;&lt;br /&gt;&lt;br /&gt;// &amp;lt;i&amp;gt; Priorities 0,2 (nRF51) and 0,1,4,5 (nRF52) are reserved for SoftDevice&lt;br /&gt;// &amp;lt;0=&amp;gt; 0 (highest) &lt;br /&gt;// &amp;lt;1=&amp;gt; 1 &lt;br /&gt;// &amp;lt;2=&amp;gt; 2 &lt;br /&gt;// &amp;lt;3=&amp;gt; 3 &lt;br /&gt;// &amp;lt;4=&amp;gt; 4 &lt;br /&gt;// &amp;lt;5=&amp;gt; 5 &lt;br /&gt;// &amp;lt;6=&amp;gt; 6 &lt;br /&gt;// &amp;lt;7=&amp;gt; 7 &lt;br /&gt;&lt;br /&gt;#ifndef SPI_DEFAULT_CONFIG_IRQ_PRIORITY&lt;br /&gt;#define SPI_DEFAULT_CONFIG_IRQ_PRIORITY 6&lt;br /&gt;#endif&lt;br /&gt;&lt;br /&gt;// &amp;lt;o&amp;gt; NRF_SPI_DRV_MISO_PULLUP_CFG&amp;nbsp; - MISO PIN pull-up configuration.&lt;br /&gt;&amp;nbsp;&lt;br /&gt;// &amp;lt;0=&amp;gt; NRF_GPIO_PIN_NOPULL &lt;br /&gt;// &amp;lt;1=&amp;gt; NRF_GPIO_PIN_PULLDOWN &lt;br /&gt;// &amp;lt;3=&amp;gt; NRF_GPIO_PIN_PULLUP &lt;br /&gt;&lt;br /&gt;#ifndef NRF_SPI_DRV_MISO_PULLUP_CFG&lt;br /&gt;#define NRF_SPI_DRV_MISO_PULLUP_CFG 1&lt;br /&gt;#endif&lt;br /&gt;&lt;br /&gt;// &amp;lt;e&amp;gt; SPI0_ENABLED - Enable SPI0 instance&lt;br /&gt;//==========================================================&lt;br /&gt;#ifndef SPI0_ENABLED&lt;br /&gt;#define SPI0_ENABLED 1 // CHANGED&lt;br /&gt;#endif&lt;br /&gt;// &amp;lt;q&amp;gt; SPI0_USE_EASY_DMA&amp;nbsp; - Use EasyDMA&lt;br /&gt;&amp;nbsp;&lt;br /&gt;&lt;br /&gt;#ifndef SPI0_USE_EASY_DMA&lt;br /&gt;#define SPI0_USE_EASY_DMA 0&lt;br /&gt;#endif&lt;br /&gt;&lt;br /&gt;// &amp;lt;/e&amp;gt;&lt;br /&gt;&lt;br /&gt;// &amp;lt;e&amp;gt; SPI1_ENABLED - Enable SPI1 instance&lt;br /&gt;//==========================================================&lt;br /&gt;#ifndef SPI1_ENABLED&lt;br /&gt;#define SPI1_ENABLED 0&lt;br /&gt;#endif&lt;br /&gt;// &amp;lt;q&amp;gt; SPI1_USE_EASY_DMA&amp;nbsp; - Use EasyDMA&lt;br /&gt;&amp;nbsp;&lt;br /&gt;&lt;br /&gt;#ifndef SPI1_USE_EASY_DMA&lt;br /&gt;#define SPI1_USE_EASY_DMA 0&lt;br /&gt;#endif&lt;br /&gt;&lt;br /&gt;// &amp;lt;/e&amp;gt;&lt;br /&gt;&lt;br /&gt;// &amp;lt;e&amp;gt; SPI2_ENABLED - Enable SPI2 instance&lt;br /&gt;//==========================================================&lt;br /&gt;#ifndef SPI2_ENABLED&lt;br /&gt;#define SPI2_ENABLED 0&lt;br /&gt;#endif&lt;br /&gt;// &amp;lt;q&amp;gt; SPI2_USE_EASY_DMA&amp;nbsp; - Use EasyDMA&lt;br /&gt;&amp;nbsp;&lt;br /&gt;&lt;br /&gt;#ifndef SPI2_USE_EASY_DMA&lt;br /&gt;#define SPI2_USE_EASY_DMA 0&lt;br /&gt;#endif&lt;br /&gt;&lt;br /&gt;// &amp;lt;/e&amp;gt;&lt;br /&gt;&lt;br /&gt;// &amp;lt;/e&amp;gt;&lt;br /&gt;&lt;br /&gt;// &amp;lt;e&amp;gt; UART_ENABLED - nrf_drv_uart - UART/UARTE peripheral driver - legacy layer&lt;br /&gt;//==========================================================&lt;br /&gt;#ifndef UART_ENABLED&lt;br /&gt;#define UART_ENABLED 1&lt;br /&gt;#endif&lt;br /&gt;// &amp;lt;o&amp;gt; UART_DEFAULT_CONFIG_HWFC&amp;nbsp; - Hardware Flow Control&lt;br /&gt;&amp;nbsp;&lt;br /&gt;// &amp;lt;0=&amp;gt; Disabled &lt;br /&gt;// &amp;lt;1=&amp;gt; Enabled &lt;br /&gt;&lt;br /&gt;#ifndef UART_DEFAULT_CONFIG_HWFC&lt;br /&gt;#define UART_DEFAULT_CONFIG_HWFC 0&lt;br /&gt;#endif&lt;br /&gt;&lt;br /&gt;// &amp;lt;o&amp;gt; UART_DEFAULT_CONFIG_PARITY&amp;nbsp; - Parity&lt;br /&gt;&amp;nbsp;&lt;br /&gt;// &amp;lt;0=&amp;gt; Excluded &lt;br /&gt;// &amp;lt;14=&amp;gt; Included &lt;br /&gt;&lt;br /&gt;#ifndef UART_DEFAULT_CONFIG_PARITY&lt;br /&gt;#define UART_DEFAULT_CONFIG_PARITY 0&lt;br /&gt;#endif&lt;br /&gt;&lt;br /&gt;// &amp;lt;o&amp;gt; UART_DEFAULT_CONFIG_BAUDRATE&amp;nbsp; - Default Baudrate&lt;br /&gt;&amp;nbsp;&lt;br /&gt;// &amp;lt;323584=&amp;gt; 1200 baud &lt;br /&gt;// &amp;lt;643072=&amp;gt; 2400 baud &lt;br /&gt;// &amp;lt;1290240=&amp;gt; 4800 baud &lt;br /&gt;// &amp;lt;2576384=&amp;gt; 9600 baud &lt;br /&gt;// &amp;lt;3862528=&amp;gt; 14400 baud &lt;br /&gt;// &amp;lt;5152768=&amp;gt; 19200 baud &lt;br /&gt;// &amp;lt;7716864=&amp;gt; 28800 baud &lt;br /&gt;// &amp;lt;10289152=&amp;gt; 38400 baud &lt;br /&gt;// &amp;lt;15400960=&amp;gt; 57600 baud &lt;br /&gt;// &amp;lt;20615168=&amp;gt; 76800 baud &lt;br /&gt;// &amp;lt;30801920=&amp;gt; 115200 baud &lt;br /&gt;// &amp;lt;61865984=&amp;gt; 230400 baud &lt;br /&gt;// &amp;lt;67108864=&amp;gt; 250000 baud &lt;br /&gt;// &amp;lt;121634816=&amp;gt; 460800 baud &lt;br /&gt;// &amp;lt;251658240=&amp;gt; 921600 baud &lt;br /&gt;// &amp;lt;268435456=&amp;gt; 1000000 baud &lt;br /&gt;&lt;br /&gt;#ifndef UART_DEFAULT_CONFIG_BAUDRATE&lt;br /&gt;#define UART_DEFAULT_CONFIG_BAUDRATE 30801920&lt;br /&gt;#endif&lt;br /&gt;&lt;br /&gt;// &amp;lt;o&amp;gt; UART_DEFAULT_CONFIG_IRQ_PRIORITY&amp;nbsp; - Interrupt priority&lt;br /&gt;&amp;nbsp;&lt;br /&gt;&lt;br /&gt;// &amp;lt;i&amp;gt; Priorities 0,2 (nRF51) and 0,1,4,5 (nRF52) are reserved for SoftDevice&lt;br /&gt;// &amp;lt;0=&amp;gt; 0 (highest) &lt;br /&gt;// &amp;lt;1=&amp;gt; 1 &lt;br /&gt;// &amp;lt;2=&amp;gt; 2 &lt;br /&gt;// &amp;lt;3=&amp;gt; 3 &lt;br /&gt;// &amp;lt;4=&amp;gt; 4 &lt;br /&gt;// &amp;lt;5=&amp;gt; 5 &lt;br /&gt;// &amp;lt;6=&amp;gt; 6 &lt;br /&gt;// &amp;lt;7=&amp;gt; 7 &lt;br /&gt;&lt;br /&gt;#ifndef UART_DEFAULT_CONFIG_IRQ_PRIORITY&lt;br /&gt;#define UART_DEFAULT_CONFIG_IRQ_PRIORITY 6&lt;br /&gt;#endif&lt;br /&gt;&lt;br /&gt;// &amp;lt;q&amp;gt; UART_EASY_DMA_SUPPORT&amp;nbsp; - Driver supporting EasyDMA&lt;br /&gt;&amp;nbsp;&lt;br /&gt;&lt;br /&gt;#ifndef UART_EASY_DMA_SUPPORT&lt;br /&gt;#define UART_EASY_DMA_SUPPORT 1&lt;br /&gt;#endif&lt;br /&gt;&lt;br /&gt;// &amp;lt;q&amp;gt; UART_LEGACY_SUPPORT&amp;nbsp; - Driver supporting Legacy mode&lt;br /&gt;&amp;nbsp;&lt;br /&gt;&lt;br /&gt;#ifndef UART_LEGACY_SUPPORT&lt;br /&gt;#define UART_LEGACY_SUPPORT 1&lt;br /&gt;#endif&lt;br /&gt;&lt;br /&gt;// &amp;lt;e&amp;gt; UART0_ENABLED - Enable UART0 instance&lt;br /&gt;//==========================================================&lt;br /&gt;#ifndef UART0_ENABLED&lt;br /&gt;#define UART0_ENABLED 1&lt;br /&gt;#endif&lt;br /&gt;// &amp;lt;q&amp;gt; UART0_CONFIG_USE_EASY_DMA&amp;nbsp; - Default setting for using EasyDMA&lt;br /&gt;&amp;nbsp;&lt;br /&gt;&lt;br /&gt;#ifndef UART0_CONFIG_USE_EASY_DMA&lt;br /&gt;#define UART0_CONFIG_USE_EASY_DMA 0 // CHANGED&lt;br /&gt;#endif&lt;br /&gt;&lt;br /&gt;// &amp;lt;/e&amp;gt;&lt;br /&gt;&lt;br /&gt;// &amp;lt;e&amp;gt; UART1_ENABLED - Enable UART1 instance&lt;br /&gt;//==========================================================&lt;br /&gt;#ifndef UART1_ENABLED&lt;br /&gt;#define UART1_ENABLED 0&lt;br /&gt;#endif&lt;br /&gt;// &amp;lt;/e&amp;gt;&lt;br /&gt;&lt;br /&gt;// &amp;lt;/e&amp;gt;&lt;br /&gt;&lt;br /&gt;// &amp;lt;/h&amp;gt; &lt;br /&gt;//==========================================================&lt;br /&gt;&lt;br /&gt;// &amp;lt;h&amp;gt; nRF_Libraries &lt;br /&gt;&lt;br /&gt;//==========================================================&lt;br /&gt;// &amp;lt;e&amp;gt; APP_SCHEDULER_ENABLED - app_scheduler - Events scheduler&lt;br /&gt;//==========================================================&lt;br /&gt;#ifndef APP_SCHEDULER_ENABLED&lt;br /&gt;#define APP_SCHEDULER_ENABLED 1&lt;br /&gt;#endif&lt;br /&gt;// &amp;lt;q&amp;gt; APP_SCHEDULER_WITH_PAUSE&amp;nbsp; - Enabling pause feature&lt;br /&gt;&amp;nbsp;&lt;br /&gt;&lt;br /&gt;#ifndef APP_SCHEDULER_WITH_PAUSE&lt;br /&gt;#define APP_SCHEDULER_WITH_PAUSE 0&lt;br /&gt;#endif&lt;br /&gt;&lt;br /&gt;// &amp;lt;q&amp;gt; APP_SCHEDULER_WITH_PROFILER&amp;nbsp; - Enabling scheduler profiling&lt;br /&gt;&amp;nbsp;&lt;br /&gt;&lt;br /&gt;#ifndef APP_SCHEDULER_WITH_PROFILER&lt;br /&gt;#define APP_SCHEDULER_WITH_PROFILER 0&lt;br /&gt;#endif&lt;br /&gt;&lt;br /&gt;// &amp;lt;/e&amp;gt;&lt;br /&gt;&lt;br /&gt;// &amp;lt;e&amp;gt; APP_TIMER_ENABLED - app_timer - Application timer functionality&lt;br /&gt;//==========================================================&lt;br /&gt;#ifndef APP_TIMER_ENABLED&lt;br /&gt;#define APP_TIMER_ENABLED 1&lt;br /&gt;#endif&lt;br /&gt;// &amp;lt;o&amp;gt; APP_TIMER_CONFIG_RTC_FREQUENCY&amp;nbsp; - Configure RTC prescaler.&lt;br /&gt;&amp;nbsp;&lt;br /&gt;// &amp;lt;0=&amp;gt; 32768 Hz &lt;br /&gt;// &amp;lt;1=&amp;gt; 16384 Hz &lt;br /&gt;// &amp;lt;3=&amp;gt; 8192 Hz &lt;br /&gt;// &amp;lt;7=&amp;gt; 4096 Hz &lt;br /&gt;// &amp;lt;15=&amp;gt; 2048 Hz &lt;br /&gt;// &amp;lt;31=&amp;gt; 1024 Hz &lt;br /&gt;&lt;br /&gt;#ifndef APP_TIMER_CONFIG_RTC_FREQUENCY&lt;br /&gt;#define APP_TIMER_CONFIG_RTC_FREQUENCY 1&lt;br /&gt;#endif&lt;br /&gt;&lt;br /&gt;// &amp;lt;o&amp;gt; APP_TIMER_CONFIG_IRQ_PRIORITY&amp;nbsp; - Interrupt priority&lt;br /&gt;&amp;nbsp;&lt;br /&gt;&lt;br /&gt;// &amp;lt;i&amp;gt; Priorities 0,2 (nRF51) and 0,1,4,5 (nRF52) are reserved for SoftDevice&lt;br /&gt;// &amp;lt;0=&amp;gt; 0 (highest) &lt;br /&gt;// &amp;lt;1=&amp;gt; 1 &lt;br /&gt;// &amp;lt;2=&amp;gt; 2 &lt;br /&gt;// &amp;lt;3=&amp;gt; 3 &lt;br /&gt;// &amp;lt;4=&amp;gt; 4 &lt;br /&gt;// &amp;lt;5=&amp;gt; 5 &lt;br /&gt;// &amp;lt;6=&amp;gt; 6 &lt;br /&gt;// &amp;lt;7=&amp;gt; 7 &lt;br /&gt;&lt;br /&gt;#ifndef APP_TIMER_CONFIG_IRQ_PRIORITY&lt;br /&gt;#define APP_TIMER_CONFIG_IRQ_PRIORITY 6&lt;br /&gt;#endif&lt;br /&gt;&lt;br /&gt;// &amp;lt;o&amp;gt; APP_TIMER_CONFIG_OP_QUEUE_SIZE - Capacity of timer requests queue. &lt;br /&gt;// &amp;lt;i&amp;gt; Size of the queue depends on how many timers are used&lt;br /&gt;// &amp;lt;i&amp;gt; in the system, how often timers are started and overall&lt;br /&gt;// &amp;lt;i&amp;gt; system latency. If queue size is too small app_timer calls&lt;br /&gt;// &amp;lt;i&amp;gt; will fail.&lt;br /&gt;&lt;br /&gt;#ifndef APP_TIMER_CONFIG_OP_QUEUE_SIZE&lt;br /&gt;#define APP_TIMER_CONFIG_OP_QUEUE_SIZE 10&lt;br /&gt;#endif&lt;br /&gt;&lt;br /&gt;// &amp;lt;q&amp;gt; APP_TIMER_CONFIG_USE_SCHEDULER&amp;nbsp; - Enable scheduling app_timer events to app_scheduler&lt;br /&gt;&amp;nbsp;&lt;br /&gt;&lt;br /&gt;#ifndef APP_TIMER_CONFIG_USE_SCHEDULER&lt;br /&gt;#define APP_TIMER_CONFIG_USE_SCHEDULER 0&lt;br /&gt;#endif&lt;br /&gt;&lt;br /&gt;// &amp;lt;q&amp;gt; APP_TIMER_KEEPS_RTC_ACTIVE&amp;nbsp; - Enable RTC always on&lt;br /&gt;&amp;nbsp;&lt;br /&gt;&lt;br /&gt;// &amp;lt;i&amp;gt; If option is enabled RTC is kept running even if there is no active timers.&lt;br /&gt;// &amp;lt;i&amp;gt; This option can be used when app_timer is used for timestamping.&lt;br /&gt;&lt;br /&gt;#ifndef APP_TIMER_KEEPS_RTC_ACTIVE&lt;br /&gt;#define APP_TIMER_KEEPS_RTC_ACTIVE 0&lt;br /&gt;#endif&lt;br /&gt;&lt;br /&gt;// &amp;lt;o&amp;gt; APP_TIMER_SAFE_WINDOW_MS - Maximum possible latency (in milliseconds) of handling app_timer event. &lt;br /&gt;// &amp;lt;i&amp;gt; Maximum possible timeout that can be set is reduced by safe window.&lt;br /&gt;// &amp;lt;i&amp;gt; Example: RTC frequency 16384 Hz, maximum possible timeout 1024 seconds - APP_TIMER_SAFE_WINDOW_MS.&lt;br /&gt;// &amp;lt;i&amp;gt; Since RTC is not stopped when processor is halted in debugging session, this value&lt;br /&gt;// &amp;lt;i&amp;gt; must cover it if debugging is needed. It is possible to halt processor for APP_TIMER_SAFE_WINDOW_MS&lt;br /&gt;// &amp;lt;i&amp;gt; without corrupting app_timer behavior.&lt;br /&gt;&lt;br /&gt;#ifndef APP_TIMER_SAFE_WINDOW_MS&lt;br /&gt;#define APP_TIMER_SAFE_WINDOW_MS 300000&lt;br /&gt;#endif&lt;br /&gt;&lt;br /&gt;// &amp;lt;h&amp;gt; App Timer Legacy configuration - Legacy configuration.&lt;br /&gt;&lt;br /&gt;//==========================================================&lt;br /&gt;// &amp;lt;q&amp;gt; APP_TIMER_WITH_PROFILER&amp;nbsp; - Enable app_timer profiling&lt;br /&gt;&amp;nbsp;&lt;br /&gt;&lt;br /&gt;#ifndef APP_TIMER_WITH_PROFILER&lt;br /&gt;#define APP_TIMER_WITH_PROFILER 0&lt;br /&gt;#endif&lt;br /&gt;&lt;br /&gt;// &amp;lt;q&amp;gt; APP_TIMER_CONFIG_SWI_NUMBER&amp;nbsp; - Configure SWI instance used.&lt;br /&gt;&amp;nbsp;&lt;br /&gt;&lt;br /&gt;#ifndef APP_TIMER_CONFIG_SWI_NUMBER&lt;br /&gt;#define APP_TIMER_CONFIG_SWI_NUMBER 0&lt;br /&gt;#endif&lt;br /&gt;&lt;br /&gt;// &amp;lt;/h&amp;gt; &lt;br /&gt;//==========================================================&lt;br /&gt;&lt;br /&gt;// &amp;lt;/e&amp;gt;&lt;br /&gt;&lt;br /&gt;// &amp;lt;e&amp;gt; NRF_BALLOC_ENABLED - nrf_balloc - Block allocator module&lt;br /&gt;//==========================================================&lt;br /&gt;#ifndef NRF_BALLOC_ENABLED&lt;br /&gt;#define NRF_BALLOC_ENABLED 1&lt;br /&gt;#endif&lt;br /&gt;// &amp;lt;e&amp;gt; NRF_BALLOC_CONFIG_DEBUG_ENABLED - Enables debug mode in the module.&lt;br /&gt;//==========================================================&lt;br /&gt;#ifndef NRF_BALLOC_CONFIG_DEBUG_ENABLED&lt;br /&gt;#define NRF_BALLOC_CONFIG_DEBUG_ENABLED 0&lt;br /&gt;#endif&lt;br /&gt;// &amp;lt;o&amp;gt; NRF_BALLOC_CONFIG_HEAD_GUARD_WORDS - Number of words used as head guard.&amp;nbsp; &amp;lt;0-255&amp;gt; &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;#ifndef NRF_BALLOC_CONFIG_HEAD_GUARD_WORDS&lt;br /&gt;#define NRF_BALLOC_CONFIG_HEAD_GUARD_WORDS 1&lt;br /&gt;#endif&lt;br /&gt;&lt;br /&gt;// &amp;lt;o&amp;gt; NRF_BALLOC_CONFIG_TAIL_GUARD_WORDS - Number of words used as tail guard.&amp;nbsp; &amp;lt;0-255&amp;gt; &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;#ifndef NRF_BALLOC_CONFIG_TAIL_GUARD_WORDS&lt;br /&gt;#define NRF_BALLOC_CONFIG_TAIL_GUARD_WORDS 1&lt;br /&gt;#endif&lt;br /&gt;&lt;br /&gt;// &amp;lt;q&amp;gt; NRF_BALLOC_CONFIG_BASIC_CHECKS_ENABLED&amp;nbsp; - Enables basic checks in this module.&lt;br /&gt;&amp;nbsp;&lt;br /&gt;&lt;br /&gt;#ifndef NRF_BALLOC_CONFIG_BASIC_CHECKS_ENABLED&lt;br /&gt;#define NRF_BALLOC_CONFIG_BASIC_CHECKS_ENABLED 0&lt;br /&gt;#endif&lt;br /&gt;&lt;br /&gt;// &amp;lt;q&amp;gt; NRF_BALLOC_CONFIG_DOUBLE_FREE_CHECK_ENABLED&amp;nbsp; - Enables double memory free check in this module.&lt;br /&gt;&amp;nbsp;&lt;br /&gt;&lt;br /&gt;#ifndef NRF_BALLOC_CONFIG_DOUBLE_FREE_CHECK_ENABLED&lt;br /&gt;#define NRF_BALLOC_CONFIG_DOUBLE_FREE_CHECK_ENABLED 0&lt;br /&gt;#endif&lt;br /&gt;&lt;br /&gt;// &amp;lt;q&amp;gt; NRF_BALLOC_CONFIG_DATA_TRASHING_CHECK_ENABLED&amp;nbsp; - Enables free memory corruption check in this module.&lt;br /&gt;&amp;nbsp;&lt;br /&gt;&lt;br /&gt;#ifndef NRF_BALLOC_CONFIG_DATA_TRASHING_CHECK_ENABLED&lt;br /&gt;#define NRF_BALLOC_CONFIG_DATA_TRASHING_CHECK_ENABLED 0&lt;br /&gt;#endif&lt;br /&gt;&lt;br /&gt;// &amp;lt;q&amp;gt; NRF_BALLOC_CLI_CMDS&amp;nbsp; - Enable CLI commands specific to the module&lt;br /&gt;&amp;nbsp;&lt;br /&gt;&lt;br /&gt;#ifndef NRF_BALLOC_CLI_CMDS&lt;br /&gt;#define NRF_BALLOC_CLI_CMDS 0&lt;br /&gt;#endif&lt;br /&gt;&lt;br /&gt;// &amp;lt;/e&amp;gt;&lt;br /&gt;&lt;br /&gt;// &amp;lt;/e&amp;gt;&lt;br /&gt;&lt;br /&gt;// &amp;lt;q&amp;gt; NRF_MEMOBJ_ENABLED&amp;nbsp; - nrf_memobj - Linked memory allocator module&lt;br /&gt;&amp;nbsp;&lt;br /&gt;&lt;br /&gt;#ifndef NRF_MEMOBJ_ENABLED&lt;br /&gt;#define NRF_MEMOBJ_ENABLED 1&lt;br /&gt;#endif&lt;br /&gt;&lt;br /&gt;// &amp;lt;q&amp;gt; NRF_SORTLIST_ENABLED&amp;nbsp; - nrf_sortlist - Sorted list&lt;br /&gt;&amp;nbsp;&lt;br /&gt;&lt;br /&gt;#ifndef NRF_SORTLIST_ENABLED&lt;br /&gt;#define NRF_SORTLIST_ENABLED 1&lt;br /&gt;#endif&lt;br /&gt;&lt;br /&gt;// &amp;lt;q&amp;gt; NRF_STRERROR_ENABLED&amp;nbsp; - nrf_strerror - Library for converting error code to string.&lt;br /&gt;&amp;nbsp;&lt;br /&gt;&lt;br /&gt;#ifndef NRF_STRERROR_ENABLED&lt;br /&gt;#define NRF_STRERROR_ENABLED 1&lt;br /&gt;#endif&lt;br /&gt;&lt;br /&gt;// &amp;lt;h&amp;gt; app_button - buttons handling module&lt;br /&gt;&lt;br /&gt;//==========================================================&lt;br /&gt;// &amp;lt;q&amp;gt; BUTTON_ENABLED&amp;nbsp; - Enables Button module&lt;br /&gt;&amp;nbsp;&lt;br /&gt;&lt;br /&gt;#ifndef BUTTON_ENABLED&lt;br /&gt;#define BUTTON_ENABLED 1&lt;br /&gt;#endif&lt;br /&gt;&lt;br /&gt;// &amp;lt;q&amp;gt; BUTTON_HIGH_ACCURACY_ENABLED&amp;nbsp; - Enables GPIOTE high accuracy for buttons&lt;br /&gt;&amp;nbsp;&lt;br /&gt;&lt;br /&gt;#ifndef BUTTON_HIGH_ACCURACY_ENABLED&lt;br /&gt;#define BUTTON_HIGH_ACCURACY_ENABLED 0&lt;br /&gt;#endif&lt;br /&gt;&lt;br /&gt;// &amp;lt;/h&amp;gt; &lt;br /&gt;//==========================================================&lt;br /&gt;&lt;br /&gt;// &amp;lt;h&amp;gt; nrf_fprintf - fprintf function.&lt;br /&gt;&lt;br /&gt;//==========================================================&lt;br /&gt;// &amp;lt;q&amp;gt; NRF_FPRINTF_ENABLED&amp;nbsp; - Enable/disable fprintf module.&lt;br /&gt;&amp;nbsp;&lt;br /&gt;&lt;br /&gt;#ifndef NRF_FPRINTF_ENABLED&lt;br /&gt;#define NRF_FPRINTF_ENABLED 1&lt;br /&gt;#endif&lt;br /&gt;&lt;br /&gt;// &amp;lt;q&amp;gt; NRF_FPRINTF_FLAG_AUTOMATIC_CR_ON_LF_ENABLED&amp;nbsp; - For each printed LF, function will add CR.&lt;br /&gt;&amp;nbsp;&lt;br /&gt;&lt;br /&gt;#ifndef NRF_FPRINTF_FLAG_AUTOMATIC_CR_ON_LF_ENABLED&lt;br /&gt;#define NRF_FPRINTF_FLAG_AUTOMATIC_CR_ON_LF_ENABLED 1&lt;br /&gt;#endif&lt;br /&gt;&lt;br /&gt;// &amp;lt;q&amp;gt; NRF_FPRINTF_DOUBLE_ENABLED&amp;nbsp; - Enable IEEE-754 double precision formatting.&lt;br /&gt;&amp;nbsp;&lt;br /&gt;&lt;br /&gt;#ifndef NRF_FPRINTF_DOUBLE_ENABLED&lt;br /&gt;#define NRF_FPRINTF_DOUBLE_ENABLED 0&lt;br /&gt;#endif&lt;br /&gt;&lt;br /&gt;// &amp;lt;/h&amp;gt; &lt;br /&gt;//==========================================================&lt;br /&gt;&lt;br /&gt;// &amp;lt;/h&amp;gt; &lt;br /&gt;//==========================================================&lt;br /&gt;&lt;br /&gt;// &amp;lt;h&amp;gt; nRF_Log &lt;br /&gt;&lt;br /&gt;//==========================================================&lt;br /&gt;// &amp;lt;e&amp;gt; NRF_LOG_BACKEND_RTT_ENABLED - nrf_log_backend_rtt - Log RTT backend&lt;br /&gt;//==========================================================&lt;br /&gt;#ifndef NRF_LOG_BACKEND_RTT_ENABLED&lt;br /&gt;#define NRF_LOG_BACKEND_RTT_ENABLED 0&lt;br /&gt;#endif&lt;br /&gt;// &amp;lt;o&amp;gt; NRF_LOG_BACKEND_RTT_TEMP_BUFFER_SIZE - Size of buffer for partially processed strings. &lt;br /&gt;// &amp;lt;i&amp;gt; Size of the buffer is a trade-off between RAM usage and processing.&lt;br /&gt;// &amp;lt;i&amp;gt; if buffer is smaller then strings will often be fragmented.&lt;br /&gt;// &amp;lt;i&amp;gt; It is recommended to use size which will fit typical log and only the&lt;br /&gt;// &amp;lt;i&amp;gt; longer one will be fragmented.&lt;br /&gt;&lt;br /&gt;#ifndef NRF_LOG_BACKEND_RTT_TEMP_BUFFER_SIZE&lt;br /&gt;#define NRF_LOG_BACKEND_RTT_TEMP_BUFFER_SIZE 64&lt;br /&gt;#endif&lt;br /&gt;&lt;br /&gt;// &amp;lt;o&amp;gt; NRF_LOG_BACKEND_RTT_TX_RETRY_DELAY_MS - Period before retrying writing to RTT &lt;br /&gt;#ifndef NRF_LOG_BACKEND_RTT_TX_RETRY_DELAY_MS&lt;br /&gt;#define NRF_LOG_BACKEND_RTT_TX_RETRY_DELAY_MS 1&lt;br /&gt;#endif&lt;br /&gt;&lt;br /&gt;// &amp;lt;o&amp;gt; NRF_LOG_BACKEND_RTT_TX_RETRY_CNT - Writing to RTT retries. &lt;br /&gt;// &amp;lt;i&amp;gt; If RTT fails to accept any new data after retries&lt;br /&gt;// &amp;lt;i&amp;gt; module assumes that host is not active and on next&lt;br /&gt;// &amp;lt;i&amp;gt; request it will perform only one write attempt.&lt;br /&gt;// &amp;lt;i&amp;gt; On successful writing, module assumes that host is active&lt;br /&gt;// &amp;lt;i&amp;gt; and scheme with retry is applied again.&lt;br /&gt;&lt;br /&gt;#ifndef NRF_LOG_BACKEND_RTT_TX_RETRY_CNT&lt;br /&gt;#define NRF_LOG_BACKEND_RTT_TX_RETRY_CNT 3&lt;br /&gt;#endif&lt;br /&gt;&lt;br /&gt;// &amp;lt;/e&amp;gt;&lt;br /&gt;&lt;br /&gt;// &amp;lt;e&amp;gt; NRF_LOG_BACKEND_UART_ENABLED - nrf_log_backend_uart - Log UART backend&lt;br /&gt;//==========================================================&lt;br /&gt;#ifndef NRF_LOG_BACKEND_UART_ENABLED&lt;br /&gt;#define NRF_LOG_BACKEND_UART_ENABLED 1&lt;br /&gt;#endif&lt;br /&gt;// &amp;lt;o&amp;gt; NRF_LOG_BACKEND_UART_TX_PIN - UART TX pin &lt;br /&gt;#ifndef NRF_LOG_BACKEND_UART_TX_PIN&lt;br /&gt;#define NRF_LOG_BACKEND_UART_TX_PIN 6&lt;br /&gt;#endif&lt;br /&gt;&lt;br /&gt;// &amp;lt;o&amp;gt; NRF_LOG_BACKEND_UART_BAUDRATE&amp;nbsp; - Default Baudrate&lt;br /&gt;&amp;nbsp;&lt;br /&gt;// &amp;lt;323584=&amp;gt; 1200 baud &lt;br /&gt;// &amp;lt;643072=&amp;gt; 2400 baud &lt;br /&gt;// &amp;lt;1290240=&amp;gt; 4800 baud &lt;br /&gt;// &amp;lt;2576384=&amp;gt; 9600 baud &lt;br /&gt;// &amp;lt;3862528=&amp;gt; 14400 baud &lt;br /&gt;// &amp;lt;5152768=&amp;gt; 19200 baud &lt;br /&gt;// &amp;lt;7716864=&amp;gt; 28800 baud &lt;br /&gt;// &amp;lt;10289152=&amp;gt; 38400 baud &lt;br /&gt;// &amp;lt;15400960=&amp;gt; 57600 baud &lt;br /&gt;// &amp;lt;20615168=&amp;gt; 76800 baud &lt;br /&gt;// &amp;lt;30801920=&amp;gt; 115200 baud &lt;br /&gt;// &amp;lt;61865984=&amp;gt; 230400 baud &lt;br /&gt;// &amp;lt;67108864=&amp;gt; 250000 baud &lt;br /&gt;// &amp;lt;121634816=&amp;gt; 460800 baud &lt;br /&gt;// &amp;lt;251658240=&amp;gt; 921600 baud &lt;br /&gt;// &amp;lt;268435456=&amp;gt; 1000000 baud &lt;br /&gt;&lt;br /&gt;#ifndef NRF_LOG_BACKEND_UART_BAUDRATE&lt;br /&gt;#define NRF_LOG_BACKEND_UART_BAUDRATE 30801920&lt;br /&gt;#endif&lt;br /&gt;&lt;br /&gt;// &amp;lt;o&amp;gt; NRF_LOG_BACKEND_UART_TEMP_BUFFER_SIZE - Size of buffer for partially processed strings. &lt;br /&gt;// &amp;lt;i&amp;gt; Size of the buffer is a trade-off between RAM usage and processing.&lt;br /&gt;// &amp;lt;i&amp;gt; if buffer is smaller then strings will often be fragmented.&lt;br /&gt;// &amp;lt;i&amp;gt; It is recommended to use size which will fit typical log and only the&lt;br /&gt;// &amp;lt;i&amp;gt; longer one will be fragmented.&lt;br /&gt;&lt;br /&gt;#ifndef NRF_LOG_BACKEND_UART_TEMP_BUFFER_SIZE&lt;br /&gt;#define NRF_LOG_BACKEND_UART_TEMP_BUFFER_SIZE 64&lt;br /&gt;#endif&lt;br /&gt;&lt;br /&gt;// &amp;lt;/e&amp;gt;&lt;br /&gt;&lt;br /&gt;// &amp;lt;e&amp;gt; NRF_LOG_ENABLED - nrf_log - Logger&lt;br /&gt;//==========================================================&lt;br /&gt;#ifndef NRF_LOG_ENABLED&lt;br /&gt;#define NRF_LOG_ENABLED 1&lt;br /&gt;#endif&lt;br /&gt;// &amp;lt;h&amp;gt; Log message pool - Configuration of log message pool&lt;br /&gt;&lt;br /&gt;//==========================================================&lt;br /&gt;// &amp;lt;o&amp;gt; NRF_LOG_MSGPOOL_ELEMENT_SIZE - Size of a single element in the pool of memory objects. &lt;br /&gt;// &amp;lt;i&amp;gt; If a small value is set, then performance of logs processing&lt;br /&gt;// &amp;lt;i&amp;gt; is degraded because data is fragmented. Bigger value impacts&lt;br /&gt;// &amp;lt;i&amp;gt; RAM memory utilization. The size is set to fit a message with&lt;br /&gt;// &amp;lt;i&amp;gt; a timestamp and up to 2 arguments in a single memory object.&lt;br /&gt;&lt;br /&gt;#ifndef NRF_LOG_MSGPOOL_ELEMENT_SIZE&lt;br /&gt;#define NRF_LOG_MSGPOOL_ELEMENT_SIZE 20&lt;br /&gt;#endif&lt;br /&gt;&lt;br /&gt;// &amp;lt;o&amp;gt; NRF_LOG_MSGPOOL_ELEMENT_COUNT - Number of elements in the pool of memory objects &lt;br /&gt;// &amp;lt;i&amp;gt; If a small value is set, then it may lead to a deadlock&lt;br /&gt;// &amp;lt;i&amp;gt; in certain cases if backend has high latency and holds&lt;br /&gt;// &amp;lt;i&amp;gt; multiple messages for long time. Bigger value impacts&lt;br /&gt;// &amp;lt;i&amp;gt; RAM memory usage.&lt;br /&gt;&lt;br /&gt;#ifndef NRF_LOG_MSGPOOL_ELEMENT_COUNT&lt;br /&gt;#define NRF_LOG_MSGPOOL_ELEMENT_COUNT 8&lt;br /&gt;#endif&lt;br /&gt;&lt;br /&gt;// &amp;lt;/h&amp;gt; &lt;br /&gt;//==========================================================&lt;br /&gt;&lt;br /&gt;// &amp;lt;q&amp;gt; NRF_LOG_ALLOW_OVERFLOW&amp;nbsp; - Configures behavior when circular buffer is full.&lt;br /&gt;&amp;nbsp;&lt;br /&gt;&lt;br /&gt;// &amp;lt;i&amp;gt; If set then oldest logs are overwritten. Otherwise a &lt;br /&gt;// &amp;lt;i&amp;gt; marker is injected informing about overflow.&lt;br /&gt;&lt;br /&gt;#ifndef NRF_LOG_ALLOW_OVERFLOW&lt;br /&gt;#define NRF_LOG_ALLOW_OVERFLOW 1&lt;br /&gt;#endif&lt;br /&gt;&lt;br /&gt;// &amp;lt;o&amp;gt; NRF_LOG_BUFSIZE&amp;nbsp; - Size of the buffer for storing logs (in bytes).&lt;br /&gt;&amp;nbsp;&lt;br /&gt;&lt;br /&gt;// &amp;lt;i&amp;gt; Must be power of 2 and multiple of 4.&lt;br /&gt;// &amp;lt;i&amp;gt; If NRF_LOG_DEFERRED = 0 then buffer size can be reduced to minimum.&lt;br /&gt;// &amp;lt;128=&amp;gt; 128 &lt;br /&gt;// &amp;lt;256=&amp;gt; 256 &lt;br /&gt;// &amp;lt;512=&amp;gt; 512 &lt;br /&gt;// &amp;lt;1024=&amp;gt; 1024 &lt;br /&gt;// &amp;lt;2048=&amp;gt; 2048 &lt;br /&gt;// &amp;lt;4096=&amp;gt; 4096 &lt;br /&gt;// &amp;lt;8192=&amp;gt; 8192 &lt;br /&gt;// &amp;lt;16384=&amp;gt; 16384 &lt;br /&gt;&lt;br /&gt;#ifndef NRF_LOG_BUFSIZE&lt;br /&gt;#define NRF_LOG_BUFSIZE 1024&lt;br /&gt;#endif&lt;br /&gt;&lt;br /&gt;// &amp;lt;q&amp;gt; NRF_LOG_CLI_CMDS&amp;nbsp; - Enable CLI commands for the module.&lt;br /&gt;&amp;nbsp;&lt;br /&gt;&lt;br /&gt;#ifndef NRF_LOG_CLI_CMDS&lt;br /&gt;#define NRF_LOG_CLI_CMDS 0&lt;br /&gt;#endif&lt;br /&gt;&lt;br /&gt;// &amp;lt;o&amp;gt; NRF_LOG_DEFAULT_LEVEL&amp;nbsp; - Default Severity level&lt;br /&gt;&amp;nbsp;&lt;br /&gt;// &amp;lt;0=&amp;gt; Off &lt;br /&gt;// &amp;lt;1=&amp;gt; Error &lt;br /&gt;// &amp;lt;2=&amp;gt; Warning &lt;br /&gt;// &amp;lt;3=&amp;gt; Info &lt;br /&gt;// &amp;lt;4=&amp;gt; Debug &lt;br /&gt;&lt;br /&gt;#ifndef NRF_LOG_DEFAULT_LEVEL&lt;br /&gt;#define NRF_LOG_DEFAULT_LEVEL 3&lt;br /&gt;#endif&lt;br /&gt;&lt;br /&gt;// &amp;lt;q&amp;gt; NRF_LOG_DEFERRED&amp;nbsp; - Enable deffered logger.&lt;br /&gt;&amp;nbsp;&lt;br /&gt;&lt;br /&gt;// &amp;lt;i&amp;gt; Log data is buffered and can be processed in idle.&lt;br /&gt;&lt;br /&gt;#ifndef NRF_LOG_DEFERRED&lt;br /&gt;#define NRF_LOG_DEFERRED 1&lt;br /&gt;#endif&lt;br /&gt;&lt;br /&gt;// &amp;lt;q&amp;gt; NRF_LOG_FILTERS_ENABLED&amp;nbsp; - Enable dynamic filtering of logs.&lt;br /&gt;&amp;nbsp;&lt;br /&gt;&lt;br /&gt;#ifndef NRF_LOG_FILTERS_ENABLED&lt;br /&gt;#define NRF_LOG_FILTERS_ENABLED 0&lt;br /&gt;#endif&lt;br /&gt;&lt;br /&gt;// &amp;lt;q&amp;gt; NRF_LOG_NON_DEFFERED_CRITICAL_REGION_ENABLED&amp;nbsp; - Enable use of critical region for non deffered mode when flushing logs.&lt;br /&gt;&amp;nbsp;&lt;br /&gt;&lt;br /&gt;// &amp;lt;i&amp;gt; When enabled NRF_LOG_FLUSH is called from critical section when non deffered mode is used.&lt;br /&gt;// &amp;lt;i&amp;gt; Log output will never be corrupted as access to the log backend is exclusive&lt;br /&gt;// &amp;lt;i&amp;gt; but system will spend significant amount of time in critical section&lt;br /&gt;&lt;br /&gt;#ifndef NRF_LOG_NON_DEFFERED_CRITICAL_REGION_ENABLED&lt;br /&gt;#define NRF_LOG_NON_DEFFERED_CRITICAL_REGION_ENABLED 0&lt;br /&gt;#endif&lt;br /&gt;&lt;br /&gt;// &amp;lt;o&amp;gt; NRF_LOG_STR_PUSH_BUFFER_SIZE&amp;nbsp; - Size of the buffer dedicated for strings stored using @ref NRF_LOG_PUSH.&lt;br /&gt;&amp;nbsp;&lt;br /&gt;// &amp;lt;16=&amp;gt; 16 &lt;br /&gt;// &amp;lt;32=&amp;gt; 32 &lt;br /&gt;// &amp;lt;64=&amp;gt; 64 &lt;br /&gt;// &amp;lt;128=&amp;gt; 128 &lt;br /&gt;// &amp;lt;256=&amp;gt; 256 &lt;br /&gt;// &amp;lt;512=&amp;gt; 512 &lt;br /&gt;// &amp;lt;1024=&amp;gt; 1024 &lt;br /&gt;&lt;br /&gt;#ifndef NRF_LOG_STR_PUSH_BUFFER_SIZE&lt;br /&gt;#define NRF_LOG_STR_PUSH_BUFFER_SIZE 128&lt;br /&gt;#endif&lt;br /&gt;&lt;br /&gt;// &amp;lt;o&amp;gt; NRF_LOG_STR_PUSH_BUFFER_SIZE&amp;nbsp; - Size of the buffer dedicated for strings stored using @ref NRF_LOG_PUSH.&lt;br /&gt;&amp;nbsp;&lt;br /&gt;// &amp;lt;16=&amp;gt; 16 &lt;br /&gt;// &amp;lt;32=&amp;gt; 32 &lt;br /&gt;// &amp;lt;64=&amp;gt; 64 &lt;br /&gt;// &amp;lt;128=&amp;gt; 128 &lt;br /&gt;// &amp;lt;256=&amp;gt; 256 &lt;br /&gt;// &amp;lt;512=&amp;gt; 512 &lt;br /&gt;// &amp;lt;1024=&amp;gt; 1024 &lt;br /&gt;&lt;br /&gt;#ifndef NRF_LOG_STR_PUSH_BUFFER_SIZE&lt;br /&gt;#define NRF_LOG_STR_PUSH_BUFFER_SIZE 128&lt;br /&gt;#endif&lt;br /&gt;&lt;br /&gt;// &amp;lt;e&amp;gt; NRF_LOG_USES_COLORS - If enabled then ANSI escape code for colors is prefixed to every string&lt;br /&gt;//==========================================================&lt;br /&gt;#ifndef NRF_LOG_USES_COLORS&lt;br /&gt;#define NRF_LOG_USES_COLORS 0&lt;br /&gt;#endif&lt;br /&gt;// &amp;lt;o&amp;gt; NRF_LOG_COLOR_DEFAULT&amp;nbsp; - ANSI escape code prefix.&lt;br /&gt;&amp;nbsp;&lt;br /&gt;// &amp;lt;0=&amp;gt; Default &lt;br /&gt;// &amp;lt;1=&amp;gt; Black &lt;br /&gt;// &amp;lt;2=&amp;gt; Red &lt;br /&gt;// &amp;lt;3=&amp;gt; Green &lt;br /&gt;// &amp;lt;4=&amp;gt; Yellow &lt;br /&gt;// &amp;lt;5=&amp;gt; Blue &lt;br /&gt;// &amp;lt;6=&amp;gt; Magenta &lt;br /&gt;// &amp;lt;7=&amp;gt; Cyan &lt;br /&gt;// &amp;lt;8=&amp;gt; White &lt;br /&gt;&lt;br /&gt;#ifndef NRF_LOG_COLOR_DEFAULT&lt;br /&gt;#define NRF_LOG_COLOR_DEFAULT 0&lt;br /&gt;#endif&lt;br /&gt;&lt;br /&gt;// &amp;lt;o&amp;gt; NRF_LOG_ERROR_COLOR&amp;nbsp; - ANSI escape code prefix.&lt;br /&gt;&amp;nbsp;&lt;br /&gt;// &amp;lt;0=&amp;gt; Default &lt;br /&gt;// &amp;lt;1=&amp;gt; Black &lt;br /&gt;// &amp;lt;2=&amp;gt; Red &lt;br /&gt;// &amp;lt;3=&amp;gt; Green &lt;br /&gt;// &amp;lt;4=&amp;gt; Yellow &lt;br /&gt;// &amp;lt;5=&amp;gt; Blue &lt;br /&gt;// &amp;lt;6=&amp;gt; Magenta &lt;br /&gt;// &amp;lt;7=&amp;gt; Cyan &lt;br /&gt;// &amp;lt;8=&amp;gt; White &lt;br /&gt;&lt;br /&gt;#ifndef NRF_LOG_ERROR_COLOR&lt;br /&gt;#define NRF_LOG_ERROR_COLOR 2&lt;br /&gt;#endif&lt;br /&gt;&lt;br /&gt;// &amp;lt;o&amp;gt; NRF_LOG_WARNING_COLOR&amp;nbsp; - ANSI escape code prefix.&lt;br /&gt;&amp;nbsp;&lt;br /&gt;// &amp;lt;0=&amp;gt; Default &lt;br /&gt;// &amp;lt;1=&amp;gt; Black &lt;br /&gt;// &amp;lt;2=&amp;gt; Red &lt;br /&gt;// &amp;lt;3=&amp;gt; Green &lt;br /&gt;// &amp;lt;4=&amp;gt; Yellow &lt;br /&gt;// &amp;lt;5=&amp;gt; Blue &lt;br /&gt;// &amp;lt;6=&amp;gt; Magenta &lt;br /&gt;// &amp;lt;7=&amp;gt; Cyan &lt;br /&gt;// &amp;lt;8=&amp;gt; White &lt;br /&gt;&lt;br /&gt;#ifndef NRF_LOG_WARNING_COLOR&lt;br /&gt;#define NRF_LOG_WARNING_COLOR 4&lt;br /&gt;#endif&lt;br /&gt;&lt;br /&gt;// &amp;lt;/e&amp;gt;&lt;br /&gt;&lt;br /&gt;// &amp;lt;e&amp;gt; NRF_LOG_USES_TIMESTAMP - Enable timestamping&lt;br /&gt;&lt;br /&gt;// &amp;lt;i&amp;gt; Function for getting the timestamp is provided by the user&lt;br /&gt;//==========================================================&lt;br /&gt;#ifndef NRF_LOG_USES_TIMESTAMP&lt;br /&gt;#define NRF_LOG_USES_TIMESTAMP 0&lt;br /&gt;#endif&lt;br /&gt;// &amp;lt;o&amp;gt; NRF_LOG_TIMESTAMP_DEFAULT_FREQUENCY - Default frequency of the timestamp (in Hz) or 0 to use app_timer frequency. &lt;br /&gt;#ifndef NRF_LOG_TIMESTAMP_DEFAULT_FREQUENCY&lt;br /&gt;#define NRF_LOG_TIMESTAMP_DEFAULT_FREQUENCY 0&lt;br /&gt;#endif&lt;br /&gt;&lt;br /&gt;// &amp;lt;/e&amp;gt;&lt;br /&gt;&lt;br /&gt;// &amp;lt;h&amp;gt; nrf_log module configuration &lt;br /&gt;&lt;br /&gt;//==========================================================&lt;br /&gt;// &amp;lt;h&amp;gt; nrf_log in nRF_Core &lt;br /&gt;&lt;br /&gt;//==========================================================&lt;br /&gt;// &amp;lt;e&amp;gt; NRF_MPU_LIB_CONFIG_LOG_ENABLED - Enables logging in the module.&lt;br /&gt;//==========================================================&lt;br /&gt;#ifndef NRF_MPU_LIB_CONFIG_LOG_ENABLED&lt;br /&gt;#define NRF_MPU_LIB_CONFIG_LOG_ENABLED 0&lt;br /&gt;#endif&lt;br /&gt;// &amp;lt;o&amp;gt; NRF_MPU_LIB_CONFIG_LOG_LEVEL&amp;nbsp; - Default Severity level&lt;br /&gt;&amp;nbsp;&lt;br /&gt;// &amp;lt;0=&amp;gt; Off &lt;br /&gt;// &amp;lt;1=&amp;gt; Error &lt;br /&gt;// &amp;lt;2=&amp;gt; Warning &lt;br /&gt;// &amp;lt;3=&amp;gt; Info &lt;br /&gt;// &amp;lt;4=&amp;gt; Debug &lt;br /&gt;&lt;br /&gt;#ifndef NRF_MPU_LIB_CONFIG_LOG_LEVEL&lt;br /&gt;#define NRF_MPU_LIB_CONFIG_LOG_LEVEL 3&lt;br /&gt;#endif&lt;br /&gt;&lt;br /&gt;// &amp;lt;o&amp;gt; NRF_MPU_LIB_CONFIG_INFO_COLOR&amp;nbsp; - ANSI escape code prefix.&lt;br /&gt;&amp;nbsp;&lt;br /&gt;// &amp;lt;0=&amp;gt; Default &lt;br /&gt;// &amp;lt;1=&amp;gt; Black &lt;br /&gt;// &amp;lt;2=&amp;gt; Red &lt;br /&gt;// &amp;lt;3=&amp;gt; Green &lt;br /&gt;// &amp;lt;4=&amp;gt; Yellow &lt;br /&gt;// &amp;lt;5=&amp;gt; Blue &lt;br /&gt;// &amp;lt;6=&amp;gt; Magenta &lt;br /&gt;// &amp;lt;7=&amp;gt; Cyan &lt;br /&gt;// &amp;lt;8=&amp;gt; White &lt;br /&gt;&lt;br /&gt;#ifndef NRF_MPU_LIB_CONFIG_INFO_COLOR&lt;br /&gt;#define NRF_MPU_LIB_CONFIG_INFO_COLOR 0&lt;br /&gt;#endif&lt;br /&gt;&lt;br /&gt;// &amp;lt;o&amp;gt; NRF_MPU_LIB_CONFIG_DEBUG_COLOR&amp;nbsp; - ANSI escape code prefix.&lt;br /&gt;&amp;nbsp;&lt;br /&gt;// &amp;lt;0=&amp;gt; Default &lt;br /&gt;// &amp;lt;1=&amp;gt; Black &lt;br /&gt;// &amp;lt;2=&amp;gt; Red &lt;br /&gt;// &amp;lt;3=&amp;gt; Green &lt;br /&gt;// &amp;lt;4=&amp;gt; Yellow &lt;br /&gt;// &amp;lt;5=&amp;gt; Blue &lt;br /&gt;// &amp;lt;6=&amp;gt; Magenta &lt;br /&gt;// &amp;lt;7=&amp;gt; Cyan &lt;br /&gt;// &amp;lt;8=&amp;gt; White &lt;br /&gt;&lt;br /&gt;#ifndef NRF_MPU_LIB_CONFIG_DEBUG_COLOR&lt;br /&gt;#define NRF_MPU_LIB_CONFIG_DEBUG_COLOR 0&lt;br /&gt;#endif&lt;br /&gt;&lt;br /&gt;// &amp;lt;/e&amp;gt;&lt;br /&gt;&lt;br /&gt;// &amp;lt;e&amp;gt; NRF_STACK_GUARD_CONFIG_LOG_ENABLED - Enables logging in the module.&lt;br /&gt;//==========================================================&lt;br /&gt;#ifndef NRF_STACK_GUARD_CONFIG_LOG_ENABLED&lt;br /&gt;#define NRF_STACK_GUARD_CONFIG_LOG_ENABLED 0&lt;br /&gt;#endif&lt;br /&gt;// &amp;lt;o&amp;gt; NRF_STACK_GUARD_CONFIG_LOG_LEVEL&amp;nbsp; - Default Severity level&lt;br /&gt;&amp;nbsp;&lt;br /&gt;// &amp;lt;0=&amp;gt; Off &lt;br /&gt;// &amp;lt;1=&amp;gt; Error &lt;br /&gt;// &amp;lt;2=&amp;gt; Warning &lt;br /&gt;// &amp;lt;3=&amp;gt; Info &lt;br /&gt;// &amp;lt;4=&amp;gt; Debug &lt;br /&gt;&lt;br /&gt;#ifndef NRF_STACK_GUARD_CONFIG_LOG_LEVEL&lt;br /&gt;#define NRF_STACK_GUARD_CONFIG_LOG_LEVEL 3&lt;br /&gt;#endif&lt;br /&gt;&lt;br /&gt;// &amp;lt;o&amp;gt; NRF_STACK_GUARD_CONFIG_INFO_COLOR&amp;nbsp; - ANSI escape code prefix.&lt;br /&gt;&amp;nbsp;&lt;br /&gt;// &amp;lt;0=&amp;gt; Default &lt;br /&gt;// &amp;lt;1=&amp;gt; Black &lt;br /&gt;// &amp;lt;2=&amp;gt; Red &lt;br /&gt;// &amp;lt;3=&amp;gt; Green &lt;br /&gt;// &amp;lt;4=&amp;gt; Yellow &lt;br /&gt;// &amp;lt;5=&amp;gt; Blue &lt;br /&gt;// &amp;lt;6=&amp;gt; Magenta &lt;br /&gt;// &amp;lt;7=&amp;gt; Cyan &lt;br /&gt;// &amp;lt;8=&amp;gt; White &lt;br /&gt;&lt;br /&gt;#ifndef NRF_STACK_GUARD_CONFIG_INFO_COLOR&lt;br /&gt;#define NRF_STACK_GUARD_CONFIG_INFO_COLOR 0&lt;br /&gt;#endif&lt;br /&gt;&lt;br /&gt;// &amp;lt;o&amp;gt; NRF_STACK_GUARD_CONFIG_DEBUG_COLOR&amp;nbsp; - ANSI escape code prefix.&lt;br /&gt;&amp;nbsp;&lt;br /&gt;// &amp;lt;0=&amp;gt; Default &lt;br /&gt;// &amp;lt;1=&amp;gt; Black &lt;br /&gt;// &amp;lt;2=&amp;gt; Red &lt;br /&gt;// &amp;lt;3=&amp;gt; Green &lt;br /&gt;// &amp;lt;4=&amp;gt; Yellow &lt;br /&gt;// &amp;lt;5=&amp;gt; Blue &lt;br /&gt;// &amp;lt;6=&amp;gt; Magenta &lt;br /&gt;// &amp;lt;7=&amp;gt; Cyan &lt;br /&gt;// &amp;lt;8=&amp;gt; White &lt;br /&gt;&lt;br /&gt;#ifndef NRF_STACK_GUARD_CONFIG_DEBUG_COLOR&lt;br /&gt;#define NRF_STACK_GUARD_CONFIG_DEBUG_COLOR 0&lt;br /&gt;#endif&lt;br /&gt;&lt;br /&gt;// &amp;lt;/e&amp;gt;&lt;br /&gt;&lt;br /&gt;// &amp;lt;e&amp;gt; TASK_MANAGER_CONFIG_LOG_ENABLED - Enables logging in the module.&lt;br /&gt;//==========================================================&lt;br /&gt;#ifndef TASK_MANAGER_CONFIG_LOG_ENABLED&lt;br /&gt;#define TASK_MANAGER_CONFIG_LOG_ENABLED 0&lt;br /&gt;#endif&lt;br /&gt;// &amp;lt;o&amp;gt; TASK_MANAGER_CONFIG_LOG_LEVEL&amp;nbsp; - Default Severity level&lt;br /&gt;&amp;nbsp;&lt;br /&gt;// &amp;lt;0=&amp;gt; Off &lt;br /&gt;// &amp;lt;1=&amp;gt; Error &lt;br /&gt;// &amp;lt;2=&amp;gt; Warning &lt;br /&gt;// &amp;lt;3=&amp;gt; Info &lt;br /&gt;// &amp;lt;4=&amp;gt; Debug &lt;br /&gt;&lt;br /&gt;#ifndef TASK_MANAGER_CONFIG_LOG_LEVEL&lt;br /&gt;#define TASK_MANAGER_CONFIG_LOG_LEVEL 3&lt;br /&gt;#endif&lt;br /&gt;&lt;br /&gt;// &amp;lt;o&amp;gt; TASK_MANAGER_CONFIG_INFO_COLOR&amp;nbsp; - ANSI escape code prefix.&lt;br /&gt;&amp;nbsp;&lt;br /&gt;// &amp;lt;0=&amp;gt; Default &lt;br /&gt;// &amp;lt;1=&amp;gt; Black &lt;br /&gt;// &amp;lt;2=&amp;gt; Red &lt;br /&gt;// &amp;lt;3=&amp;gt; Green &lt;br /&gt;// &amp;lt;4=&amp;gt; Yellow &lt;br /&gt;// &amp;lt;5=&amp;gt; Blue &lt;br /&gt;// &amp;lt;6=&amp;gt; Magenta &lt;br /&gt;// &amp;lt;7=&amp;gt; Cyan &lt;br /&gt;// &amp;lt;8=&amp;gt; White &lt;br /&gt;&lt;br /&gt;#ifndef TASK_MANAGER_CONFIG_INFO_COLOR&lt;br /&gt;#define TASK_MANAGER_CONFIG_INFO_COLOR 0&lt;br /&gt;#endif&lt;br /&gt;&lt;br /&gt;// &amp;lt;o&amp;gt; TASK_MANAGER_CONFIG_DEBUG_COLOR&amp;nbsp; - ANSI escape code prefix.&lt;br /&gt;&amp;nbsp;&lt;br /&gt;// &amp;lt;0=&amp;gt; Default &lt;br /&gt;// &amp;lt;1=&amp;gt; Black &lt;br /&gt;// &amp;lt;2=&amp;gt; Red &lt;br /&gt;// &amp;lt;3=&amp;gt; Green &lt;br /&gt;// &amp;lt;4=&amp;gt; Yellow &lt;br /&gt;// &amp;lt;5=&amp;gt; Blue &lt;br /&gt;// &amp;lt;6=&amp;gt; Magenta &lt;br /&gt;// &amp;lt;7=&amp;gt; Cyan &lt;br /&gt;// &amp;lt;8=&amp;gt; White &lt;br /&gt;&lt;br /&gt;#ifndef TASK_MANAGER_CONFIG_DEBUG_COLOR&lt;br /&gt;#define TASK_MANAGER_CONFIG_DEBUG_COLOR 0&lt;br /&gt;#endif&lt;br /&gt;&lt;br /&gt;// &amp;lt;/e&amp;gt;&lt;br /&gt;&lt;br /&gt;// &amp;lt;/h&amp;gt; &lt;br /&gt;//==========================================================&lt;br /&gt;&lt;br /&gt;// &amp;lt;h&amp;gt; nrf_log in nRF_Drivers &lt;br /&gt;&lt;br /&gt;//==========================================================&lt;br /&gt;// &amp;lt;e&amp;gt; CLOCK_CONFIG_LOG_ENABLED - Enables logging in the module.&lt;br /&gt;//==========================================================&lt;br /&gt;#ifndef CLOCK_CONFIG_LOG_ENABLED&lt;br /&gt;#define CLOCK_CONFIG_LOG_ENABLED 0&lt;br /&gt;#endif&lt;br /&gt;// &amp;lt;o&amp;gt; CLOCK_CONFIG_LOG_LEVEL&amp;nbsp; - Default Severity level&lt;br /&gt;&amp;nbsp;&lt;br /&gt;// &amp;lt;0=&amp;gt; Off &lt;br /&gt;// &amp;lt;1=&amp;gt; Error &lt;br /&gt;// &amp;lt;2=&amp;gt; Warning &lt;br /&gt;// &amp;lt;3=&amp;gt; Info &lt;br /&gt;// &amp;lt;4=&amp;gt; Debug &lt;br /&gt;&lt;br /&gt;#ifndef CLOCK_CONFIG_LOG_LEVEL&lt;br /&gt;#define CLOCK_CONFIG_LOG_LEVEL 3&lt;br /&gt;#endif&lt;br /&gt;&lt;br /&gt;// &amp;lt;o&amp;gt; CLOCK_CONFIG_INFO_COLOR&amp;nbsp; - ANSI escape code prefix.&lt;br /&gt;&amp;nbsp;&lt;br /&gt;// &amp;lt;0=&amp;gt; Default &lt;br /&gt;// &amp;lt;1=&amp;gt; Black &lt;br /&gt;// &amp;lt;2=&amp;gt; Red &lt;br /&gt;// &amp;lt;3=&amp;gt; Green &lt;br /&gt;// &amp;lt;4=&amp;gt; Yellow &lt;br /&gt;// &amp;lt;5=&amp;gt; Blue &lt;br /&gt;// &amp;lt;6=&amp;gt; Magenta &lt;br /&gt;// &amp;lt;7=&amp;gt; Cyan &lt;br /&gt;// &amp;lt;8=&amp;gt; White &lt;br /&gt;&lt;br /&gt;#ifndef CLOCK_CONFIG_INFO_COLOR&lt;br /&gt;#define CLOCK_CONFIG_INFO_COLOR 0&lt;br /&gt;#endif&lt;br /&gt;&lt;br /&gt;// &amp;lt;o&amp;gt; CLOCK_CONFIG_DEBUG_COLOR&amp;nbsp; - ANSI escape code prefix.&lt;br /&gt;&amp;nbsp;&lt;br /&gt;// &amp;lt;0=&amp;gt; Default &lt;br /&gt;// &amp;lt;1=&amp;gt; Black &lt;br /&gt;// &amp;lt;2=&amp;gt; Red &lt;br /&gt;// &amp;lt;3=&amp;gt; Green &lt;br /&gt;// &amp;lt;4=&amp;gt; Yellow &lt;br /&gt;// &amp;lt;5=&amp;gt; Blue &lt;br /&gt;// &amp;lt;6=&amp;gt; Magenta &lt;br /&gt;// &amp;lt;7=&amp;gt; Cyan &lt;br /&gt;// &amp;lt;8=&amp;gt; White &lt;br /&gt;&lt;br /&gt;#ifndef CLOCK_CONFIG_DEBUG_COLOR&lt;br /&gt;#define CLOCK_CONFIG_DEBUG_COLOR 0&lt;br /&gt;#endif&lt;br /&gt;&lt;br /&gt;// &amp;lt;/e&amp;gt;&lt;br /&gt;&lt;br /&gt;// &amp;lt;e&amp;gt; COMP_CONFIG_LOG_ENABLED - Enables logging in the module.&lt;br /&gt;//==========================================================&lt;br /&gt;#ifndef COMP_CONFIG_LOG_ENABLED&lt;br /&gt;#define COMP_CONFIG_LOG_ENABLED 0&lt;br /&gt;#endif&lt;br /&gt;// &amp;lt;o&amp;gt; COMP_CONFIG_LOG_LEVEL&amp;nbsp; - Default Severity level&lt;br /&gt;&amp;nbsp;&lt;br /&gt;// &amp;lt;0=&amp;gt; Off &lt;br /&gt;// &amp;lt;1=&amp;gt; Error &lt;br /&gt;// &amp;lt;2=&amp;gt; Warning &lt;br /&gt;// &amp;lt;3=&amp;gt; Info &lt;br /&gt;// &amp;lt;4=&amp;gt; Debug &lt;br /&gt;&lt;br /&gt;#ifndef COMP_CONFIG_LOG_LEVEL&lt;br /&gt;#define COMP_CONFIG_LOG_LEVEL 3&lt;br /&gt;#endif&lt;br /&gt;&lt;br /&gt;// &amp;lt;o&amp;gt; COMP_CONFIG_INFO_COLOR&amp;nbsp; - ANSI escape code prefix.&lt;br /&gt;&amp;nbsp;&lt;br /&gt;// &amp;lt;0=&amp;gt; Default &lt;br /&gt;// &amp;lt;1=&amp;gt; Black &lt;br /&gt;// &amp;lt;2=&amp;gt; Red &lt;br /&gt;// &amp;lt;3=&amp;gt; Green &lt;br /&gt;// &amp;lt;4=&amp;gt; Yellow &lt;br /&gt;// &amp;lt;5=&amp;gt; Blue &lt;br /&gt;// &amp;lt;6=&amp;gt; Magenta &lt;br /&gt;// &amp;lt;7=&amp;gt; Cyan &lt;br /&gt;// &amp;lt;8=&amp;gt; White &lt;br /&gt;&lt;br /&gt;#ifndef COMP_CONFIG_INFO_COLOR&lt;br /&gt;#define COMP_CONFIG_INFO_COLOR 0&lt;br /&gt;#endif&lt;br /&gt;&lt;br /&gt;// &amp;lt;o&amp;gt; COMP_CONFIG_DEBUG_COLOR&amp;nbsp; - ANSI escape code prefix.&lt;br /&gt;&amp;nbsp;&lt;br /&gt;// &amp;lt;0=&amp;gt; Default &lt;br /&gt;// &amp;lt;1=&amp;gt; Black &lt;br /&gt;// &amp;lt;2=&amp;gt; Red &lt;br /&gt;// &amp;lt;3=&amp;gt; Green &lt;br /&gt;// &amp;lt;4=&amp;gt; Yellow &lt;br /&gt;// &amp;lt;5=&amp;gt; Blue &lt;br /&gt;// &amp;lt;6=&amp;gt; Magenta &lt;br /&gt;// &amp;lt;7=&amp;gt; Cyan &lt;br /&gt;// &amp;lt;8=&amp;gt; White &lt;br /&gt;&lt;br /&gt;#ifndef COMP_CONFIG_DEBUG_COLOR&lt;br /&gt;#define COMP_CONFIG_DEBUG_COLOR 0&lt;br /&gt;#endif&lt;br /&gt;&lt;br /&gt;// &amp;lt;/e&amp;gt;&lt;br /&gt;&lt;br /&gt;// &amp;lt;e&amp;gt; GPIOTE_CONFIG_LOG_ENABLED - Enables logging in the module.&lt;br /&gt;//==========================================================&lt;br /&gt;#ifndef GPIOTE_CONFIG_LOG_ENABLED&lt;br /&gt;#define GPIOTE_CONFIG_LOG_ENABLED 0&lt;br /&gt;#endif&lt;br /&gt;// &amp;lt;o&amp;gt; GPIOTE_CONFIG_LOG_LEVEL&amp;nbsp; - Default Severity level&lt;br /&gt;&amp;nbsp;&lt;br /&gt;// &amp;lt;0=&amp;gt; Off &lt;br /&gt;// &amp;lt;1=&amp;gt; Error &lt;br /&gt;// &amp;lt;2=&amp;gt; Warning &lt;br /&gt;// &amp;lt;3=&amp;gt; Info &lt;br /&gt;// &amp;lt;4=&amp;gt; Debug &lt;br /&gt;&lt;br /&gt;#ifndef GPIOTE_CONFIG_LOG_LEVEL&lt;br /&gt;#define GPIOTE_CONFIG_LOG_LEVEL 3&lt;br /&gt;#endif&lt;br /&gt;&lt;br /&gt;// &amp;lt;o&amp;gt; GPIOTE_CONFIG_INFO_COLOR&amp;nbsp; - ANSI escape code prefix.&lt;br /&gt;&amp;nbsp;&lt;br /&gt;// &amp;lt;0=&amp;gt; Default &lt;br /&gt;// &amp;lt;1=&amp;gt; Black &lt;br /&gt;// &amp;lt;2=&amp;gt; Red &lt;br /&gt;// &amp;lt;3=&amp;gt; Green &lt;br /&gt;// &amp;lt;4=&amp;gt; Yellow &lt;br /&gt;// &amp;lt;5=&amp;gt; Blue &lt;br /&gt;// &amp;lt;6=&amp;gt; Magenta &lt;br /&gt;// &amp;lt;7=&amp;gt; Cyan &lt;br /&gt;// &amp;lt;8=&amp;gt; White &lt;br /&gt;&lt;br /&gt;#ifndef GPIOTE_CONFIG_INFO_COLOR&lt;br /&gt;#define GPIOTE_CONFIG_INFO_COLOR 0&lt;br /&gt;#endif&lt;br /&gt;&lt;br /&gt;// &amp;lt;o&amp;gt; GPIOTE_CONFIG_DEBUG_COLOR&amp;nbsp; - ANSI escape code prefix.&lt;br /&gt;&amp;nbsp;&lt;br /&gt;// &amp;lt;0=&amp;gt; Default &lt;br /&gt;// &amp;lt;1=&amp;gt; Black &lt;br /&gt;// &amp;lt;2=&amp;gt; Red &lt;br /&gt;// &amp;lt;3=&amp;gt; Green &lt;br /&gt;// &amp;lt;4=&amp;gt; Yellow &lt;br /&gt;// &amp;lt;5=&amp;gt; Blue &lt;br /&gt;// &amp;lt;6=&amp;gt; Magenta &lt;br /&gt;// &amp;lt;7=&amp;gt; Cyan &lt;br /&gt;// &amp;lt;8=&amp;gt; White &lt;br /&gt;&lt;br /&gt;#ifndef GPIOTE_CONFIG_DEBUG_COLOR&lt;br /&gt;#define GPIOTE_CONFIG_DEBUG_COLOR 0&lt;br /&gt;#endif&lt;br /&gt;&lt;br /&gt;// &amp;lt;/e&amp;gt;&lt;br /&gt;&lt;br /&gt;// &amp;lt;e&amp;gt; LPCOMP_CONFIG_LOG_ENABLED - Enables logging in the module.&lt;br /&gt;//==========================================================&lt;br /&gt;#ifndef LPCOMP_CONFIG_LOG_ENABLED&lt;br /&gt;#define LPCOMP_CONFIG_LOG_ENABLED 0&lt;br /&gt;#endif&lt;br /&gt;// &amp;lt;o&amp;gt; LPCOMP_CONFIG_LOG_LEVEL&amp;nbsp; - Default Severity level&lt;br /&gt;&amp;nbsp;&lt;br /&gt;// &amp;lt;0=&amp;gt; Off &lt;br /&gt;// &amp;lt;1=&amp;gt; Error &lt;br /&gt;// &amp;lt;2=&amp;gt; Warning &lt;br /&gt;// &amp;lt;3=&amp;gt; Info &lt;br /&gt;// &amp;lt;4=&amp;gt; Debug &lt;br /&gt;&lt;br /&gt;#ifndef LPCOMP_CONFIG_LOG_LEVEL&lt;br /&gt;#define LPCOMP_CONFIG_LOG_LEVEL 3&lt;br /&gt;#endif&lt;br /&gt;&lt;br /&gt;// &amp;lt;o&amp;gt; LPCOMP_CONFIG_INFO_COLOR&amp;nbsp; - ANSI escape code prefix.&lt;br /&gt;&amp;nbsp;&lt;br /&gt;// &amp;lt;0=&amp;gt; Default &lt;br /&gt;// &amp;lt;1=&amp;gt; Black &lt;br /&gt;// &amp;lt;2=&amp;gt; Red &lt;br /&gt;// &amp;lt;3=&amp;gt; Green &lt;br /&gt;// &amp;lt;4=&amp;gt; Yellow &lt;br /&gt;// &amp;lt;5=&amp;gt; Blue &lt;br /&gt;// &amp;lt;6=&amp;gt; Magenta &lt;br /&gt;// &amp;lt;7=&amp;gt; Cyan &lt;br /&gt;// &amp;lt;8=&amp;gt; White &lt;br /&gt;&lt;br /&gt;#ifndef LPCOMP_CONFIG_INFO_COLOR&lt;br /&gt;#define LPCOMP_CONFIG_INFO_COLOR 0&lt;br /&gt;#endif&lt;br /&gt;&lt;br /&gt;// &amp;lt;o&amp;gt; LPCOMP_CONFIG_DEBUG_COLOR&amp;nbsp; - ANSI escape code prefix.&lt;br /&gt;&amp;nbsp;&lt;br /&gt;// &amp;lt;0=&amp;gt; Default &lt;br /&gt;// &amp;lt;1=&amp;gt; Black &lt;br /&gt;// &amp;lt;2=&amp;gt; Red &lt;br /&gt;// &amp;lt;3=&amp;gt; Green &lt;br /&gt;// &amp;lt;4=&amp;gt; Yellow &lt;br /&gt;// &amp;lt;5=&amp;gt; Blue &lt;br /&gt;// &amp;lt;6=&amp;gt; Magenta &lt;br /&gt;// &amp;lt;7=&amp;gt; Cyan &lt;br /&gt;// &amp;lt;8=&amp;gt; White &lt;br /&gt;&lt;br /&gt;#ifndef LPCOMP_CONFIG_DEBUG_COLOR&lt;br /&gt;#define LPCOMP_CONFIG_DEBUG_COLOR 0&lt;br /&gt;#endif&lt;br /&gt;&lt;br /&gt;// &amp;lt;/e&amp;gt;&lt;br /&gt;&lt;br /&gt;// &amp;lt;e&amp;gt; MAX3421E_HOST_CONFIG_LOG_ENABLED - Enable logging in the module&lt;br /&gt;//==========================================================&lt;br /&gt;#ifndef MAX3421E_HOST_CONFIG_LOG_ENABLED&lt;br /&gt;#define MAX3421E_HOST_CONFIG_LOG_ENABLED 0&lt;br /&gt;#endif&lt;br /&gt;// &amp;lt;o&amp;gt; MAX3421E_HOST_CONFIG_LOG_LEVEL&amp;nbsp; - Default Severity level&lt;br /&gt;&amp;nbsp;&lt;br /&gt;// &amp;lt;0=&amp;gt; Off &lt;br /&gt;// &amp;lt;1=&amp;gt; Error &lt;br /&gt;// &amp;lt;2=&amp;gt; Warning &lt;br /&gt;// &amp;lt;3=&amp;gt; Info &lt;br /&gt;// &amp;lt;4=&amp;gt; Debug &lt;br /&gt;&lt;br /&gt;#ifndef MAX3421E_HOST_CONFIG_LOG_LEVEL&lt;br /&gt;#define MAX3421E_HOST_CONFIG_LOG_LEVEL 3&lt;br /&gt;#endif&lt;br /&gt;&lt;br /&gt;// &amp;lt;o&amp;gt; MAX3421E_HOST_CONFIG_INFO_COLOR&amp;nbsp; - ANSI escape code prefix.&lt;br /&gt;&amp;nbsp;&lt;br /&gt;// &amp;lt;0=&amp;gt; Default &lt;br /&gt;// &amp;lt;1=&amp;gt; Black &lt;br /&gt;// &amp;lt;2=&amp;gt; Red &lt;br /&gt;// &amp;lt;3=&amp;gt; Green &lt;br /&gt;// &amp;lt;4=&amp;gt; Yellow &lt;br /&gt;// &amp;lt;5=&amp;gt; Blue &lt;br /&gt;// &amp;lt;6=&amp;gt; Magenta &lt;br /&gt;// &amp;lt;7=&amp;gt; Cyan &lt;br /&gt;// &amp;lt;8=&amp;gt; White &lt;br /&gt;&lt;br /&gt;#ifndef MAX3421E_HOST_CONFIG_INFO_COLOR&lt;br /&gt;#define MAX3421E_HOST_CONFIG_INFO_COLOR 0&lt;br /&gt;#endif&lt;br /&gt;&lt;br /&gt;// &amp;lt;o&amp;gt; MAX3421E_HOST_CONFIG_DEBUG_COLOR&amp;nbsp; - ANSI escape code prefix.&lt;br /&gt;&amp;nbsp;&lt;br /&gt;// &amp;lt;0=&amp;gt; Default &lt;br /&gt;// &amp;lt;1=&amp;gt; Black &lt;br /&gt;// &amp;lt;2=&amp;gt; Red &lt;br /&gt;// &amp;lt;3=&amp;gt; Green &lt;br /&gt;// &amp;lt;4=&amp;gt; Yellow &lt;br /&gt;// &amp;lt;5=&amp;gt; Blue &lt;br /&gt;// &amp;lt;6=&amp;gt; Magenta &lt;br /&gt;// &amp;lt;7=&amp;gt; Cyan &lt;br /&gt;// &amp;lt;8=&amp;gt; White &lt;br /&gt;&lt;br /&gt;#ifndef MAX3421E_HOST_CONFIG_DEBUG_COLOR&lt;br /&gt;#define MAX3421E_HOST_CONFIG_DEBUG_COLOR 0&lt;br /&gt;#endif&lt;br /&gt;&lt;br /&gt;// &amp;lt;/e&amp;gt;&lt;br /&gt;&lt;br /&gt;// &amp;lt;e&amp;gt; NRFX_USBD_CONFIG_LOG_ENABLED - Enable logging in the module&lt;br /&gt;//==========================================================&lt;br /&gt;#ifndef NRFX_USBD_CONFIG_LOG_ENABLED&lt;br /&gt;#define NRFX_USBD_CONFIG_LOG_ENABLED 0&lt;br /&gt;#endif&lt;br /&gt;// &amp;lt;o&amp;gt; NRFX_USBD_CONFIG_LOG_LEVEL&amp;nbsp; - Default Severity level&lt;br /&gt;&amp;nbsp;&lt;br /&gt;// &amp;lt;0=&amp;gt; Off &lt;br /&gt;// &amp;lt;1=&amp;gt; Error &lt;br /&gt;// &amp;lt;2=&amp;gt; Warning &lt;br /&gt;// &amp;lt;3=&amp;gt; Info &lt;br /&gt;// &amp;lt;4=&amp;gt; Debug &lt;br /&gt;&lt;br /&gt;#ifndef NRFX_USBD_CONFIG_LOG_LEVEL&lt;br /&gt;#define NRFX_USBD_CONFIG_LOG_LEVEL 3&lt;br /&gt;#endif&lt;br /&gt;&lt;br /&gt;// &amp;lt;o&amp;gt; NRFX_USBD_CONFIG_INFO_COLOR&amp;nbsp; - ANSI escape code prefix.&lt;br /&gt;&amp;nbsp;&lt;br /&gt;// &amp;lt;0=&amp;gt; Default &lt;br /&gt;// &amp;lt;1=&amp;gt; Black &lt;br /&gt;// &amp;lt;2=&amp;gt; Red &lt;br /&gt;// &amp;lt;3=&amp;gt; Green &lt;br /&gt;// &amp;lt;4=&amp;gt; Yellow &lt;br /&gt;// &amp;lt;5=&amp;gt; Blue &lt;br /&gt;// &amp;lt;6=&amp;gt; Magenta &lt;br /&gt;// &amp;lt;7=&amp;gt; Cyan &lt;br /&gt;// &amp;lt;8=&amp;gt; White &lt;br /&gt;&lt;br /&gt;#ifndef NRFX_USBD_CONFIG_INFO_COLOR&lt;br /&gt;#define NRFX_USBD_CONFIG_INFO_COLOR 0&lt;br /&gt;#endif&lt;br /&gt;&lt;br /&gt;// &amp;lt;o&amp;gt; NRFX_USBD_CONFIG_DEBUG_COLOR&amp;nbsp; - ANSI escape code prefix.&lt;br /&gt;&amp;nbsp;&lt;br /&gt;// &amp;lt;0=&amp;gt; Default &lt;br /&gt;// &amp;lt;1=&amp;gt; Black &lt;br /&gt;// &amp;lt;2=&amp;gt; Red &lt;br /&gt;// &amp;lt;3=&amp;gt; Green &lt;br /&gt;// &amp;lt;4=&amp;gt; Yellow &lt;br /&gt;// &amp;lt;5=&amp;gt; Blue &lt;br /&gt;// &amp;lt;6=&amp;gt; Magenta &lt;br /&gt;// &amp;lt;7=&amp;gt; Cyan &lt;br /&gt;// &amp;lt;8=&amp;gt; White &lt;br /&gt;&lt;br /&gt;#ifndef NRFX_USBD_CONFIG_DEBUG_COLOR&lt;br /&gt;#define NRFX_USBD_CONFIG_DEBUG_COLOR 0&lt;br /&gt;#endif&lt;br /&gt;&lt;br /&gt;// &amp;lt;/e&amp;gt;&lt;br /&gt;&lt;br /&gt;// &amp;lt;e&amp;gt; PDM_CONFIG_LOG_ENABLED - Enables logging in the module.&lt;br /&gt;//==========================================================&lt;br /&gt;#ifndef PDM_CONFIG_LOG_ENABLED&lt;br /&gt;#define PDM_CONFIG_LOG_ENABLED 0&lt;br /&gt;#endif&lt;br /&gt;// &amp;lt;o&amp;gt; PDM_CONFIG_LOG_LEVEL&amp;nbsp; - Default Severity level&lt;br /&gt;&amp;nbsp;&lt;br /&gt;// &amp;lt;0=&amp;gt; Off &lt;br /&gt;// &amp;lt;1=&amp;gt; Error &lt;br /&gt;// &amp;lt;2=&amp;gt; Warning &lt;br /&gt;// &amp;lt;3=&amp;gt; Info &lt;br /&gt;// &amp;lt;4=&amp;gt; Debug &lt;br /&gt;&lt;br /&gt;#ifndef PDM_CONFIG_LOG_LEVEL&lt;br /&gt;#define PDM_CONFIG_LOG_LEVEL 3&lt;br /&gt;#endif&lt;br /&gt;&lt;br /&gt;// &amp;lt;o&amp;gt; PDM_CONFIG_INFO_COLOR&amp;nbsp; - ANSI escape code prefix.&lt;br /&gt;&amp;nbsp;&lt;br /&gt;// &amp;lt;0=&amp;gt; Default &lt;br /&gt;// &amp;lt;1=&amp;gt; Black &lt;br /&gt;// &amp;lt;2=&amp;gt; Red &lt;br /&gt;// &amp;lt;3=&amp;gt; Green &lt;br /&gt;// &amp;lt;4=&amp;gt; Yellow &lt;br /&gt;// &amp;lt;5=&amp;gt; Blue &lt;br /&gt;// &amp;lt;6=&amp;gt; Magenta &lt;br /&gt;// &amp;lt;7=&amp;gt; Cyan &lt;br /&gt;// &amp;lt;8=&amp;gt; White &lt;br /&gt;&lt;br /&gt;#ifndef PDM_CONFIG_INFO_COLOR&lt;br /&gt;#define PDM_CONFIG_INFO_COLOR 0&lt;br /&gt;#endif&lt;br /&gt;&lt;br /&gt;// &amp;lt;o&amp;gt; PDM_CONFIG_DEBUG_COLOR&amp;nbsp; - ANSI escape code prefix.&lt;br /&gt;&amp;nbsp;&lt;br /&gt;// &amp;lt;0=&amp;gt; Default &lt;br /&gt;// &amp;lt;1=&amp;gt; Black &lt;br /&gt;// &amp;lt;2=&amp;gt; Red &lt;br /&gt;// &amp;lt;3=&amp;gt; Green &lt;br /&gt;// &amp;lt;4=&amp;gt; Yellow &lt;br /&gt;// &amp;lt;5=&amp;gt; Blue &lt;br /&gt;// &amp;lt;6=&amp;gt; Magenta &lt;br /&gt;// &amp;lt;7=&amp;gt; Cyan &lt;br /&gt;// &amp;lt;8=&amp;gt; White &lt;br /&gt;&lt;br /&gt;#ifndef PDM_CONFIG_DEBUG_COLOR&lt;br /&gt;#define PDM_CONFIG_DEBUG_COLOR 0&lt;br /&gt;#endif&lt;br /&gt;&lt;br /&gt;// &amp;lt;/e&amp;gt;&lt;br /&gt;&lt;br /&gt;// &amp;lt;e&amp;gt; PPI_CONFIG_LOG_ENABLED - Enables logging in the module.&lt;br /&gt;//==========================================================&lt;br /&gt;#ifndef PPI_CONFIG_LOG_ENABLED&lt;br /&gt;#define PPI_CONFIG_LOG_ENABLED 0&lt;br /&gt;#endif&lt;br /&gt;// &amp;lt;o&amp;gt; PPI_CONFIG_LOG_LEVEL&amp;nbsp; - Default Severity level&lt;br /&gt;&amp;nbsp;&lt;br /&gt;// &amp;lt;0=&amp;gt; Off &lt;br /&gt;// &amp;lt;1=&amp;gt; Error &lt;br /&gt;// &amp;lt;2=&amp;gt; Warning &lt;br /&gt;// &amp;lt;3=&amp;gt; Info &lt;br /&gt;// &amp;lt;4=&amp;gt; Debug &lt;br /&gt;&lt;br /&gt;#ifndef PPI_CONFIG_LOG_LEVEL&lt;br /&gt;#define PPI_CONFIG_LOG_LEVEL 3&lt;br /&gt;#endif&lt;br /&gt;&lt;br /&gt;// &amp;lt;o&amp;gt; PPI_CONFIG_INFO_COLOR&amp;nbsp; - ANSI escape code prefix.&lt;br /&gt;&amp;nbsp;&lt;br /&gt;// &amp;lt;0=&amp;gt; Default &lt;br /&gt;// &amp;lt;1=&amp;gt; Black &lt;br /&gt;// &amp;lt;2=&amp;gt; Red &lt;br /&gt;// &amp;lt;3=&amp;gt; Green &lt;br /&gt;// &amp;lt;4=&amp;gt; Yellow &lt;br /&gt;// &amp;lt;5=&amp;gt; Blue &lt;br /&gt;// &amp;lt;6=&amp;gt; Magenta &lt;br /&gt;// &amp;lt;7=&amp;gt; Cyan &lt;br /&gt;// &amp;lt;8=&amp;gt; White &lt;br /&gt;&lt;br /&gt;#ifndef PPI_CONFIG_INFO_COLOR&lt;br /&gt;#define PPI_CONFIG_INFO_COLOR 0&lt;br /&gt;#endif&lt;br /&gt;&lt;br /&gt;// &amp;lt;o&amp;gt; PPI_CONFIG_DEBUG_COLOR&amp;nbsp; - ANSI escape code prefix.&lt;br /&gt;&amp;nbsp;&lt;br /&gt;// &amp;lt;0=&amp;gt; Default &lt;br /&gt;// &amp;lt;1=&amp;gt; Black &lt;br /&gt;// &amp;lt;2=&amp;gt; Red &lt;br /&gt;// &amp;lt;3=&amp;gt; Green &lt;br /&gt;// &amp;lt;4=&amp;gt; Yellow &lt;br /&gt;// &amp;lt;5=&amp;gt; Blue &lt;br /&gt;// &amp;lt;6=&amp;gt; Magenta &lt;br /&gt;// &amp;lt;7=&amp;gt; Cyan &lt;br /&gt;// &amp;lt;8=&amp;gt; White &lt;br /&gt;&lt;br /&gt;#ifndef PPI_CONFIG_DEBUG_COLOR&lt;br /&gt;#define PPI_CONFIG_DEBUG_COLOR 0&lt;br /&gt;#endif&lt;br /&gt;&lt;br /&gt;// &amp;lt;/e&amp;gt;&lt;br /&gt;&lt;br /&gt;// &amp;lt;e&amp;gt; PWM_CONFIG_LOG_ENABLED - Enables logging in the module.&lt;br /&gt;//==========================================================&lt;br /&gt;#ifndef PWM_CONFIG_LOG_ENABLED&lt;br /&gt;#define PWM_CONFIG_LOG_ENABLED 0&lt;br /&gt;#endif&lt;br /&gt;// &amp;lt;o&amp;gt; PWM_CONFIG_LOG_LEVEL&amp;nbsp; - Default Severity level&lt;br /&gt;&amp;nbsp;&lt;br /&gt;// &amp;lt;0=&amp;gt; Off &lt;br /&gt;// &amp;lt;1=&amp;gt; Error &lt;br /&gt;// &amp;lt;2=&amp;gt; Warning &lt;br /&gt;// &amp;lt;3=&amp;gt; Info &lt;br /&gt;// &amp;lt;4=&amp;gt; Debug &lt;br /&gt;&lt;br /&gt;#ifndef PWM_CONFIG_LOG_LEVEL&lt;br /&gt;#define PWM_CONFIG_LOG_LEVEL 3&lt;br /&gt;#endif&lt;br /&gt;&lt;br /&gt;// &amp;lt;o&amp;gt; PWM_CONFIG_INFO_COLOR&amp;nbsp; - ANSI escape code prefix.&lt;br /&gt;&amp;nbsp;&lt;br /&gt;// &amp;lt;0=&amp;gt; Default &lt;br /&gt;// &amp;lt;1=&amp;gt; Black &lt;br /&gt;// &amp;lt;2=&amp;gt; Red &lt;br /&gt;// &amp;lt;3=&amp;gt; Green &lt;br /&gt;// &amp;lt;4=&amp;gt; Yellow &lt;br /&gt;// &amp;lt;5=&amp;gt; Blue &lt;br /&gt;// &amp;lt;6=&amp;gt; Magenta &lt;br /&gt;// &amp;lt;7=&amp;gt; Cyan &lt;br /&gt;// &amp;lt;8=&amp;gt; White &lt;br /&gt;&lt;br /&gt;#ifndef PWM_CONFIG_INFO_COLOR&lt;br /&gt;#define PWM_CONFIG_INFO_COLOR 0&lt;br /&gt;#endif&lt;br /&gt;&lt;br /&gt;// &amp;lt;o&amp;gt; PWM_CONFIG_DEBUG_COLOR&amp;nbsp; - ANSI escape code prefix.&lt;br /&gt;&amp;nbsp;&lt;br /&gt;// &amp;lt;0=&amp;gt; Default &lt;br /&gt;// &amp;lt;1=&amp;gt; Black &lt;br /&gt;// &amp;lt;2=&amp;gt; Red &lt;br /&gt;// &amp;lt;3=&amp;gt; Green &lt;br /&gt;// &amp;lt;4=&amp;gt; Yellow &lt;br /&gt;// &amp;lt;5=&amp;gt; Blue &lt;br /&gt;// &amp;lt;6=&amp;gt; Magenta &lt;br /&gt;// &amp;lt;7=&amp;gt; Cyan &lt;br /&gt;// &amp;lt;8=&amp;gt; White &lt;br /&gt;&lt;br /&gt;#ifndef PWM_CONFIG_DEBUG_COLOR&lt;br /&gt;#define PWM_CONFIG_DEBUG_COLOR 0&lt;br /&gt;#endif&lt;br /&gt;&lt;br /&gt;// &amp;lt;/e&amp;gt;&lt;br /&gt;&lt;br /&gt;// &amp;lt;e&amp;gt; QDEC_CONFIG_LOG_ENABLED - Enables logging in the module.&lt;br /&gt;//==========================================================&lt;br /&gt;#ifndef QDEC_CONFIG_LOG_ENABLED&lt;br /&gt;#define QDEC_CONFIG_LOG_ENABLED 0&lt;br /&gt;#endif&lt;br /&gt;// &amp;lt;o&amp;gt; QDEC_CONFIG_LOG_LEVEL&amp;nbsp; - Default Severity level&lt;br /&gt;&amp;nbsp;&lt;br /&gt;// &amp;lt;0=&amp;gt; Off &lt;br /&gt;// &amp;lt;1=&amp;gt; Error &lt;br /&gt;// &amp;lt;2=&amp;gt; Warning &lt;br /&gt;// &amp;lt;3=&amp;gt; Info &lt;br /&gt;// &amp;lt;4=&amp;gt; Debug &lt;br /&gt;&lt;br /&gt;#ifndef QDEC_CONFIG_LOG_LEVEL&lt;br /&gt;#define QDEC_CONFIG_LOG_LEVEL 3&lt;br /&gt;#endif&lt;br /&gt;&lt;br /&gt;// &amp;lt;o&amp;gt; QDEC_CONFIG_INFO_COLOR&amp;nbsp; - ANSI escape code prefix.&lt;br /&gt;&amp;nbsp;&lt;br /&gt;// &amp;lt;0=&amp;gt; Default &lt;br /&gt;// &amp;lt;1=&amp;gt; Black &lt;br /&gt;// &amp;lt;2=&amp;gt; Red &lt;br /&gt;// &amp;lt;3=&amp;gt; Green &lt;br /&gt;// &amp;lt;4=&amp;gt; Yellow &lt;br /&gt;// &amp;lt;5=&amp;gt; Blue &lt;br /&gt;// &amp;lt;6=&amp;gt; Magenta &lt;br /&gt;// &amp;lt;7=&amp;gt; Cyan &lt;br /&gt;// &amp;lt;8=&amp;gt; White &lt;br /&gt;&lt;br /&gt;#ifndef QDEC_CONFIG_INFO_COLOR&lt;br /&gt;#define QDEC_CONFIG_INFO_COLOR 0&lt;br /&gt;#endif&lt;br /&gt;&lt;br /&gt;// &amp;lt;o&amp;gt; QDEC_CONFIG_DEBUG_COLOR&amp;nbsp; - ANSI escape code prefix.&lt;br /&gt;&amp;nbsp;&lt;br /&gt;// &amp;lt;0=&amp;gt; Default &lt;br /&gt;// &amp;lt;1=&amp;gt; Black &lt;br /&gt;// &amp;lt;2=&amp;gt; Red &lt;br /&gt;// &amp;lt;3=&amp;gt; Green &lt;br /&gt;// &amp;lt;4=&amp;gt; Yellow &lt;br /&gt;// &amp;lt;5=&amp;gt; Blue &lt;br /&gt;// &amp;lt;6=&amp;gt; Magenta &lt;br /&gt;// &amp;lt;7=&amp;gt; Cyan &lt;br /&gt;// &amp;lt;8=&amp;gt; White &lt;br /&gt;&lt;br /&gt;#ifndef QDEC_CONFIG_DEBUG_COLOR&lt;br /&gt;#define QDEC_CONFIG_DEBUG_COLOR 0&lt;br /&gt;#endif&lt;br /&gt;&lt;br /&gt;// &amp;lt;/e&amp;gt;&lt;br /&gt;&lt;br /&gt;// &amp;lt;e&amp;gt; RNG_CONFIG_LOG_ENABLED - Enables logging in the module.&lt;br /&gt;//==========================================================&lt;br /&gt;#ifndef RNG_CONFIG_LOG_ENABLED&lt;br /&gt;#define RNG_CONFIG_LOG_ENABLED 0&lt;br /&gt;#endif&lt;br /&gt;// &amp;lt;o&amp;gt; RNG_CONFIG_LOG_LEVEL&amp;nbsp; - Default Severity level&lt;br /&gt;&amp;nbsp;&lt;br /&gt;// &amp;lt;0=&amp;gt; Off &lt;br /&gt;// &amp;lt;1=&amp;gt; Error &lt;br /&gt;// &amp;lt;2=&amp;gt; Warning &lt;br /&gt;// &amp;lt;3=&amp;gt; Info &lt;br /&gt;// &amp;lt;4=&amp;gt; Debug &lt;br /&gt;&lt;br /&gt;#ifndef RNG_CONFIG_LOG_LEVEL&lt;br /&gt;#define RNG_CONFIG_LOG_LEVEL 3&lt;br /&gt;#endif&lt;br /&gt;&lt;br /&gt;// &amp;lt;o&amp;gt; RNG_CONFIG_INFO_COLOR&amp;nbsp; - ANSI escape code prefix.&lt;br /&gt;&amp;nbsp;&lt;br /&gt;// &amp;lt;0=&amp;gt; Default &lt;br /&gt;// &amp;lt;1=&amp;gt; Black &lt;br /&gt;// &amp;lt;2=&amp;gt; Red &lt;br /&gt;// &amp;lt;3=&amp;gt; Green &lt;br /&gt;// &amp;lt;4=&amp;gt; Yellow &lt;br /&gt;// &amp;lt;5=&amp;gt; Blue &lt;br /&gt;// &amp;lt;6=&amp;gt; Magenta &lt;br /&gt;// &amp;lt;7=&amp;gt; Cyan &lt;br /&gt;// &amp;lt;8=&amp;gt; White &lt;br /&gt;&lt;br /&gt;#ifndef RNG_CONFIG_INFO_COLOR&lt;br /&gt;#define RNG_CONFIG_INFO_COLOR 0&lt;br /&gt;#endif&lt;br /&gt;&lt;br /&gt;// &amp;lt;o&amp;gt; RNG_CONFIG_DEBUG_COLOR&amp;nbsp; - ANSI escape code prefix.&lt;br /&gt;&amp;nbsp;&lt;br /&gt;// &amp;lt;0=&amp;gt; Default &lt;br /&gt;// &amp;lt;1=&amp;gt; Black &lt;br /&gt;// &amp;lt;2=&amp;gt; Red &lt;br /&gt;// &amp;lt;3=&amp;gt; Green &lt;br /&gt;// &amp;lt;4=&amp;gt; Yellow &lt;br /&gt;// &amp;lt;5=&amp;gt; Blue &lt;br /&gt;// &amp;lt;6=&amp;gt; Magenta &lt;br /&gt;// &amp;lt;7=&amp;gt; Cyan &lt;br /&gt;// &amp;lt;8=&amp;gt; White &lt;br /&gt;&lt;br /&gt;#ifndef RNG_CONFIG_DEBUG_COLOR&lt;br /&gt;#define RNG_CONFIG_DEBUG_COLOR 0&lt;br /&gt;#endif&lt;br /&gt;&lt;br /&gt;// &amp;lt;q&amp;gt; RNG_CONFIG_RANDOM_NUMBER_LOG_ENABLED&amp;nbsp; - Enables logging of random numbers.&lt;br /&gt;&amp;nbsp;&lt;br /&gt;&lt;br /&gt;#ifndef RNG_CONFIG_RANDOM_NUMBER_LOG_ENABLED&lt;br /&gt;#define RNG_CONFIG_RANDOM_NUMBER_LOG_ENABLED 0&lt;br /&gt;#endif&lt;br /&gt;&lt;br /&gt;// &amp;lt;/e&amp;gt;&lt;br /&gt;&lt;br /&gt;// &amp;lt;e&amp;gt; RTC_CONFIG_LOG_ENABLED - Enables logging in the module.&lt;br /&gt;//==========================================================&lt;br /&gt;#ifndef RTC_CONFIG_LOG_ENABLED&lt;br /&gt;#define RTC_CONFIG_LOG_ENABLED 0&lt;br /&gt;#endif&lt;br /&gt;// &amp;lt;o&amp;gt; RTC_CONFIG_LOG_LEVEL&amp;nbsp; - Default Severity level&lt;br /&gt;&amp;nbsp;&lt;br /&gt;// &amp;lt;0=&amp;gt; Off &lt;br /&gt;// &amp;lt;1=&amp;gt; Error &lt;br /&gt;// &amp;lt;2=&amp;gt; Warning &lt;br /&gt;// &amp;lt;3=&amp;gt; Info &lt;br /&gt;// &amp;lt;4=&amp;gt; Debug &lt;br /&gt;&lt;br /&gt;#ifndef RTC_CONFIG_LOG_LEVEL&lt;br /&gt;#define RTC_CONFIG_LOG_LEVEL 3&lt;br /&gt;#endif&lt;br /&gt;&lt;br /&gt;// &amp;lt;o&amp;gt; RTC_CONFIG_INFO_COLOR&amp;nbsp; - ANSI escape code prefix.&lt;br /&gt;&amp;nbsp;&lt;br /&gt;// &amp;lt;0=&amp;gt; Default &lt;br /&gt;// &amp;lt;1=&amp;gt; Black &lt;br /&gt;// &amp;lt;2=&amp;gt; Red &lt;br /&gt;// &amp;lt;3=&amp;gt; Green &lt;br /&gt;// &amp;lt;4=&amp;gt; Yellow &lt;br /&gt;// &amp;lt;5=&amp;gt; Blue &lt;br /&gt;// &amp;lt;6=&amp;gt; Magenta &lt;br /&gt;// &amp;lt;7=&amp;gt; Cyan &lt;br /&gt;// &amp;lt;8=&amp;gt; White &lt;br /&gt;&lt;br /&gt;#ifndef RTC_CONFIG_INFO_COLOR&lt;br /&gt;#define RTC_CONFIG_INFO_COLOR 0&lt;br /&gt;#endif&lt;br /&gt;&lt;br /&gt;// &amp;lt;o&amp;gt; RTC_CONFIG_DEBUG_COLOR&amp;nbsp; - ANSI escape code prefix.&lt;br /&gt;&amp;nbsp;&lt;br /&gt;// &amp;lt;0=&amp;gt; Default &lt;br /&gt;// &amp;lt;1=&amp;gt; Black &lt;br /&gt;// &amp;lt;2=&amp;gt; Red &lt;br /&gt;// &amp;lt;3=&amp;gt; Green &lt;br /&gt;// &amp;lt;4=&amp;gt; Yellow &lt;br /&gt;// &amp;lt;5=&amp;gt; Blue &lt;br /&gt;// &amp;lt;6=&amp;gt; Magenta &lt;br /&gt;// &amp;lt;7=&amp;gt; Cyan &lt;br /&gt;// &amp;lt;8=&amp;gt; White &lt;br /&gt;&lt;br /&gt;#ifndef RTC_CONFIG_DEBUG_COLOR&lt;br /&gt;#define RTC_CONFIG_DEBUG_COLOR 0&lt;br /&gt;#endif&lt;br /&gt;&lt;br /&gt;// &amp;lt;/e&amp;gt;&lt;br /&gt;&lt;br /&gt;// &amp;lt;e&amp;gt; SAADC_CONFIG_LOG_ENABLED - Enables logging in the module.&lt;br /&gt;//==========================================================&lt;br /&gt;#ifndef SAADC_CONFIG_LOG_ENABLED&lt;br /&gt;#define SAADC_CONFIG_LOG_ENABLED 0&lt;br /&gt;#endif&lt;br /&gt;// &amp;lt;o&amp;gt; SAADC_CONFIG_LOG_LEVEL&amp;nbsp; - Default Severity level&lt;br /&gt;&amp;nbsp;&lt;br /&gt;// &amp;lt;0=&amp;gt; Off &lt;br /&gt;// &amp;lt;1=&amp;gt; Error &lt;br /&gt;// &amp;lt;2=&amp;gt; Warning &lt;br /&gt;// &amp;lt;3=&amp;gt; Info &lt;br /&gt;// &amp;lt;4=&amp;gt; Debug &lt;br /&gt;&lt;br /&gt;#ifndef SAADC_CONFIG_LOG_LEVEL&lt;br /&gt;#define SAADC_CONFIG_LOG_LEVEL 3&lt;br /&gt;#endif&lt;br /&gt;&lt;br /&gt;// &amp;lt;o&amp;gt; SAADC_CONFIG_INFO_COLOR&amp;nbsp; - ANSI escape code prefix.&lt;br /&gt;&amp;nbsp;&lt;br /&gt;// &amp;lt;0=&amp;gt; Default &lt;br /&gt;// &amp;lt;1=&amp;gt; Black &lt;br /&gt;// &amp;lt;2=&amp;gt; Red &lt;br /&gt;// &amp;lt;3=&amp;gt; Green &lt;br /&gt;// &amp;lt;4=&amp;gt; Yellow &lt;br /&gt;// &amp;lt;5=&amp;gt; Blue &lt;br /&gt;// &amp;lt;6=&amp;gt; Magenta &lt;br /&gt;// &amp;lt;7=&amp;gt; Cyan &lt;br /&gt;// &amp;lt;8=&amp;gt; White &lt;br /&gt;&lt;br /&gt;#ifndef SAADC_CONFIG_INFO_COLOR&lt;br /&gt;#define SAADC_CONFIG_INFO_COLOR 0&lt;br /&gt;#endif&lt;br /&gt;&lt;br /&gt;// &amp;lt;o&amp;gt; SAADC_CONFIG_DEBUG_COLOR&amp;nbsp; - ANSI escape code prefix.&lt;br /&gt;&amp;nbsp;&lt;br /&gt;// &amp;lt;0=&amp;gt; Default &lt;br /&gt;// &amp;lt;1=&amp;gt; Black &lt;br /&gt;// &amp;lt;2=&amp;gt; Red &lt;br /&gt;// &amp;lt;3=&amp;gt; Green &lt;br /&gt;// &amp;lt;4=&amp;gt; Yellow &lt;br /&gt;// &amp;lt;5=&amp;gt; Blue &lt;br /&gt;// &amp;lt;6=&amp;gt; Magenta &lt;br /&gt;// &amp;lt;7=&amp;gt; Cyan &lt;br /&gt;// &amp;lt;8=&amp;gt; White &lt;br /&gt;&lt;br /&gt;#ifndef SAADC_CONFIG_DEBUG_COLOR&lt;br /&gt;#define SAADC_CONFIG_DEBUG_COLOR 0&lt;br /&gt;#endif&lt;br /&gt;&lt;br /&gt;// &amp;lt;/e&amp;gt;&lt;br /&gt;&lt;br /&gt;// &amp;lt;e&amp;gt; SPIS_CONFIG_LOG_ENABLED - Enables logging in the module.&lt;br /&gt;//==========================================================&lt;br /&gt;#ifndef SPIS_CONFIG_LOG_ENABLED&lt;br /&gt;#define SPIS_CONFIG_LOG_ENABLED 0&lt;br /&gt;#endif&lt;br /&gt;// &amp;lt;o&amp;gt; SPIS_CONFIG_LOG_LEVEL&amp;nbsp; - Default Severity level&lt;br /&gt;&amp;nbsp;&lt;br /&gt;// &amp;lt;0=&amp;gt; Off &lt;br /&gt;// &amp;lt;1=&amp;gt; Error &lt;br /&gt;// &amp;lt;2=&amp;gt; Warning &lt;br /&gt;// &amp;lt;3=&amp;gt; Info &lt;br /&gt;// &amp;lt;4=&amp;gt; Debug &lt;br /&gt;&lt;br /&gt;#ifndef SPIS_CONFIG_LOG_LEVEL&lt;br /&gt;#define SPIS_CONFIG_LOG_LEVEL 3&lt;br /&gt;#endif&lt;br /&gt;&lt;br /&gt;// &amp;lt;o&amp;gt; SPIS_CONFIG_INFO_COLOR&amp;nbsp; - ANSI escape code prefix.&lt;br /&gt;&amp;nbsp;&lt;br /&gt;// &amp;lt;0=&amp;gt; Default &lt;br /&gt;// &amp;lt;1=&amp;gt; Black &lt;br /&gt;// &amp;lt;2=&amp;gt; Red &lt;br /&gt;// &amp;lt;3=&amp;gt; Green &lt;br /&gt;// &amp;lt;4=&amp;gt; Yellow &lt;br /&gt;// &amp;lt;5=&amp;gt; Blue &lt;br /&gt;// &amp;lt;6=&amp;gt; Magenta &lt;br /&gt;// &amp;lt;7=&amp;gt; Cyan &lt;br /&gt;// &amp;lt;8=&amp;gt; White &lt;br /&gt;&lt;br /&gt;#ifndef SPIS_CONFIG_INFO_COLOR&lt;br /&gt;#define SPIS_CONFIG_INFO_COLOR 0&lt;br /&gt;#endif&lt;br /&gt;&lt;br /&gt;// &amp;lt;o&amp;gt; SPIS_CONFIG_DEBUG_COLOR&amp;nbsp; - ANSI escape code prefix.&lt;br /&gt;&amp;nbsp;&lt;br /&gt;// &amp;lt;0=&amp;gt; Default &lt;br /&gt;// &amp;lt;1=&amp;gt; Black &lt;br /&gt;// &amp;lt;2=&amp;gt; Red &lt;br /&gt;// &amp;lt;3=&amp;gt; Green &lt;br /&gt;// &amp;lt;4=&amp;gt; Yellow &lt;br /&gt;// &amp;lt;5=&amp;gt; Blue &lt;br /&gt;// &amp;lt;6=&amp;gt; Magenta &lt;br /&gt;// &amp;lt;7=&amp;gt; Cyan &lt;br /&gt;// &amp;lt;8=&amp;gt; White &lt;br /&gt;&lt;br /&gt;#ifndef SPIS_CONFIG_DEBUG_COLOR&lt;br /&gt;#define SPIS_CONFIG_DEBUG_COLOR 0&lt;br /&gt;#endif&lt;br /&gt;&lt;br /&gt;// &amp;lt;/e&amp;gt;&lt;br /&gt;&lt;br /&gt;// &amp;lt;e&amp;gt; SPI_CONFIG_LOG_ENABLED - Enables logging in the module.&lt;br /&gt;//==========================================================&lt;br /&gt;#ifndef SPI_CONFIG_LOG_ENABLED&lt;br /&gt;#define SPI_CONFIG_LOG_ENABLED 0&lt;br /&gt;#endif&lt;br /&gt;// &amp;lt;o&amp;gt; SPI_CONFIG_LOG_LEVEL&amp;nbsp; - Default Severity level&lt;br /&gt;&amp;nbsp;&lt;br /&gt;// &amp;lt;0=&amp;gt; Off &lt;br /&gt;// &amp;lt;1=&amp;gt; Error &lt;br /&gt;// &amp;lt;2=&amp;gt; Warning &lt;br /&gt;// &amp;lt;3=&amp;gt; Info &lt;br /&gt;// &amp;lt;4=&amp;gt; Debug &lt;br /&gt;&lt;br /&gt;#ifndef SPI_CONFIG_LOG_LEVEL&lt;br /&gt;#define SPI_CONFIG_LOG_LEVEL 3&lt;br /&gt;#endif&lt;br /&gt;&lt;br /&gt;// &amp;lt;o&amp;gt; SPI_CONFIG_INFO_COLOR&amp;nbsp; - ANSI escape code prefix.&lt;br /&gt;&amp;nbsp;&lt;br /&gt;// &amp;lt;0=&amp;gt; Default &lt;br /&gt;// &amp;lt;1=&amp;gt; Black &lt;br /&gt;// &amp;lt;2=&amp;gt; Red &lt;br /&gt;// &amp;lt;3=&amp;gt; Green &lt;br /&gt;// &amp;lt;4=&amp;gt; Yellow &lt;br /&gt;// &amp;lt;5=&amp;gt; Blue &lt;br /&gt;// &amp;lt;6=&amp;gt; Magenta &lt;br /&gt;// &amp;lt;7=&amp;gt; Cyan &lt;br /&gt;// &amp;lt;8=&amp;gt; White &lt;br /&gt;&lt;br /&gt;#ifndef SPI_CONFIG_INFO_COLOR&lt;br /&gt;#define SPI_CONFIG_INFO_COLOR 0&lt;br /&gt;#endif&lt;br /&gt;&lt;br /&gt;// &amp;lt;o&amp;gt; SPI_CONFIG_DEBUG_COLOR&amp;nbsp; - ANSI escape code prefix.&lt;br /&gt;&amp;nbsp;&lt;br /&gt;// &amp;lt;0=&amp;gt; Default &lt;br /&gt;// &amp;lt;1=&amp;gt; Black &lt;br /&gt;// &amp;lt;2=&amp;gt; Red &lt;br /&gt;// &amp;lt;3=&amp;gt; Green &lt;br /&gt;// &amp;lt;4=&amp;gt; Yellow &lt;br /&gt;// &amp;lt;5=&amp;gt; Blue &lt;br /&gt;// &amp;lt;6=&amp;gt; Magenta &lt;br /&gt;// &amp;lt;7=&amp;gt; Cyan &lt;br /&gt;// &amp;lt;8=&amp;gt; White &lt;br /&gt;&lt;br /&gt;#ifndef SPI_CONFIG_DEBUG_COLOR&lt;br /&gt;#define SPI_CONFIG_DEBUG_COLOR 0&lt;br /&gt;#endif&lt;br /&gt;&lt;br /&gt;// &amp;lt;/e&amp;gt;&lt;br /&gt;&lt;br /&gt;// &amp;lt;e&amp;gt; TIMER_CONFIG_LOG_ENABLED - Enables logging in the module.&lt;br /&gt;//==========================================================&lt;br /&gt;#ifndef TIMER_CONFIG_LOG_ENABLED&lt;br /&gt;#define TIMER_CONFIG_LOG_ENABLED 0&lt;br /&gt;#endif&lt;br /&gt;// &amp;lt;o&amp;gt; TIMER_CONFIG_LOG_LEVEL&amp;nbsp; - Default Severity level&lt;br /&gt;&amp;nbsp;&lt;br /&gt;// &amp;lt;0=&amp;gt; Off &lt;br /&gt;// &amp;lt;1=&amp;gt; Error &lt;br /&gt;// &amp;lt;2=&amp;gt; Warning &lt;br /&gt;// &amp;lt;3=&amp;gt; Info &lt;br /&gt;// &amp;lt;4=&amp;gt; Debug &lt;br /&gt;&lt;br /&gt;#ifndef TIMER_CONFIG_LOG_LEVEL&lt;br /&gt;#define TIMER_CONFIG_LOG_LEVEL 3&lt;br /&gt;#endif&lt;br /&gt;&lt;br /&gt;// &amp;lt;o&amp;gt; TIMER_CONFIG_INFO_COLOR&amp;nbsp; - ANSI escape code prefix.&lt;br /&gt;&amp;nbsp;&lt;br /&gt;// &amp;lt;0=&amp;gt; Default &lt;br /&gt;// &amp;lt;1=&amp;gt; Black &lt;br /&gt;// &amp;lt;2=&amp;gt; Red &lt;br /&gt;// &amp;lt;3=&amp;gt; Green &lt;br /&gt;// &amp;lt;4=&amp;gt; Yellow &lt;br /&gt;// &amp;lt;5=&amp;gt; Blue &lt;br /&gt;// &amp;lt;6=&amp;gt; Magenta &lt;br /&gt;// &amp;lt;7=&amp;gt; Cyan &lt;br /&gt;// &amp;lt;8=&amp;gt; White &lt;br /&gt;&lt;br /&gt;#ifndef TIMER_CONFIG_INFO_COLOR&lt;br /&gt;#define TIMER_CONFIG_INFO_COLOR 0&lt;br /&gt;#endif&lt;br /&gt;&lt;br /&gt;// &amp;lt;o&amp;gt; TIMER_CONFIG_DEBUG_COLOR&amp;nbsp; - ANSI escape code prefix.&lt;br /&gt;&amp;nbsp;&lt;br /&gt;// &amp;lt;0=&amp;gt; Default &lt;br /&gt;// &amp;lt;1=&amp;gt; Black &lt;br /&gt;// &amp;lt;2=&amp;gt; Red &lt;br /&gt;// &amp;lt;3=&amp;gt; Green &lt;br /&gt;// &amp;lt;4=&amp;gt; Yellow &lt;br /&gt;// &amp;lt;5=&amp;gt; Blue &lt;br /&gt;// &amp;lt;6=&amp;gt; Magenta &lt;br /&gt;// &amp;lt;7=&amp;gt; Cyan &lt;br /&gt;// &amp;lt;8=&amp;gt; White &lt;br /&gt;&lt;br /&gt;#ifndef TIMER_CONFIG_DEBUG_COLOR&lt;br /&gt;#define TIMER_CONFIG_DEBUG_COLOR 0&lt;br /&gt;#endif&lt;br /&gt;&lt;br /&gt;// &amp;lt;/e&amp;gt;&lt;br /&gt;&lt;br /&gt;// &amp;lt;e&amp;gt; TWIS_CONFIG_LOG_ENABLED - Enables logging in the module.&lt;br /&gt;//==========================================================&lt;br /&gt;#ifndef TWIS_CONFIG_LOG_ENABLED&lt;br /&gt;#define TWIS_CONFIG_LOG_ENABLED 0&lt;br /&gt;#endif&lt;br /&gt;// &amp;lt;o&amp;gt; TWIS_CONFIG_LOG_LEVEL&amp;nbsp; - Default Severity level&lt;br /&gt;&amp;nbsp;&lt;br /&gt;// &amp;lt;0=&amp;gt; Off &lt;br /&gt;// &amp;lt;1=&amp;gt; Error &lt;br /&gt;// &amp;lt;2=&amp;gt; Warning &lt;br /&gt;// &amp;lt;3=&amp;gt; Info &lt;br /&gt;// &amp;lt;4=&amp;gt; Debug &lt;br /&gt;&lt;br /&gt;#ifndef TWIS_CONFIG_LOG_LEVEL&lt;br /&gt;#define TWIS_CONFIG_LOG_LEVEL 3&lt;br /&gt;#endif&lt;br /&gt;&lt;br /&gt;// &amp;lt;o&amp;gt; TWIS_CONFIG_INFO_COLOR&amp;nbsp; - ANSI escape code prefix.&lt;br /&gt;&amp;nbsp;&lt;br /&gt;// &amp;lt;0=&amp;gt; Default &lt;br /&gt;// &amp;lt;1=&amp;gt; Black &lt;br /&gt;// &amp;lt;2=&amp;gt; Red &lt;br /&gt;// &amp;lt;3=&amp;gt; Green &lt;br /&gt;// &amp;lt;4=&amp;gt; Yellow &lt;br /&gt;// &amp;lt;5=&amp;gt; Blue &lt;br /&gt;// &amp;lt;6=&amp;gt; Magenta &lt;br /&gt;// &amp;lt;7=&amp;gt; Cyan &lt;br /&gt;// &amp;lt;8=&amp;gt; White &lt;br /&gt;&lt;br /&gt;#ifndef TWIS_CONFIG_INFO_COLOR&lt;br /&gt;#define TWIS_CONFIG_INFO_COLOR 0&lt;br /&gt;#endif&lt;br /&gt;&lt;br /&gt;// &amp;lt;o&amp;gt; TWIS_CONFIG_DEBUG_COLOR&amp;nbsp; - ANSI escape code prefix.&lt;br /&gt;&amp;nbsp;&lt;br /&gt;// &amp;lt;0=&amp;gt; Default &lt;br /&gt;// &amp;lt;1=&amp;gt; Black &lt;br /&gt;// &amp;lt;2=&amp;gt; Red &lt;br /&gt;// &amp;lt;3=&amp;gt; Green &lt;br /&gt;// &amp;lt;4=&amp;gt; Yellow &lt;br /&gt;// &amp;lt;5=&amp;gt; Blue &lt;br /&gt;// &amp;lt;6=&amp;gt; Magenta &lt;br /&gt;// &amp;lt;7=&amp;gt; Cyan &lt;br /&gt;// &amp;lt;8=&amp;gt; White &lt;br /&gt;&lt;br /&gt;#ifndef TWIS_CONFIG_DEBUG_COLOR&lt;br /&gt;#define TWIS_CONFIG_DEBUG_COLOR 0&lt;br /&gt;#endif&lt;br /&gt;&lt;br /&gt;// &amp;lt;/e&amp;gt;&lt;br /&gt;&lt;br /&gt;// &amp;lt;e&amp;gt; TWI_CONFIG_LOG_ENABLED - Enables logging in the module.&lt;br /&gt;//==========================================================&lt;br /&gt;#ifndef TWI_CONFIG_LOG_ENABLED&lt;br /&gt;#define TWI_CONFIG_LOG_ENABLED 0&lt;br /&gt;#endif&lt;br /&gt;// &amp;lt;o&amp;gt; TWI_CONFIG_LOG_LEVEL&amp;nbsp; - Default Severity level&lt;br /&gt;&amp;nbsp;&lt;br /&gt;// &amp;lt;0=&amp;gt; Off &lt;br /&gt;// &amp;lt;1=&amp;gt; Error &lt;br /&gt;// &amp;lt;2=&amp;gt; Warning &lt;br /&gt;// &amp;lt;3=&amp;gt; Info &lt;br /&gt;// &amp;lt;4=&amp;gt; Debug &lt;br /&gt;&lt;br /&gt;#ifndef TWI_CONFIG_LOG_LEVEL&lt;br /&gt;#define TWI_CONFIG_LOG_LEVEL 3&lt;br /&gt;#endif&lt;br /&gt;&lt;br /&gt;// &amp;lt;o&amp;gt; TWI_CONFIG_INFO_COLOR&amp;nbsp; - ANSI escape code prefix.&lt;br /&gt;&amp;nbsp;&lt;br /&gt;// &amp;lt;0=&amp;gt; Default &lt;br /&gt;// &amp;lt;1=&amp;gt; Black &lt;br /&gt;// &amp;lt;2=&amp;gt; Red &lt;br /&gt;// &amp;lt;3=&amp;gt; Green &lt;br /&gt;// &amp;lt;4=&amp;gt; Yellow &lt;br /&gt;// &amp;lt;5=&amp;gt; Blue &lt;br /&gt;// &amp;lt;6=&amp;gt; Magenta &lt;br /&gt;// &amp;lt;7=&amp;gt; Cyan &lt;br /&gt;// &amp;lt;8=&amp;gt; White &lt;br /&gt;&lt;br /&gt;#ifndef TWI_CONFIG_INFO_COLOR&lt;br /&gt;#define TWI_CONFIG_INFO_COLOR 0&lt;br /&gt;#endif&lt;br /&gt;&lt;br /&gt;// &amp;lt;o&amp;gt; TWI_CONFIG_DEBUG_COLOR&amp;nbsp; - ANSI escape code prefix.&lt;br /&gt;&amp;nbsp;&lt;br /&gt;// &amp;lt;0=&amp;gt; Default &lt;br /&gt;// &amp;lt;1=&amp;gt; Black &lt;br /&gt;// &amp;lt;2=&amp;gt; Red &lt;br /&gt;// &amp;lt;3=&amp;gt; Green &lt;br /&gt;// &amp;lt;4=&amp;gt; Yellow &lt;br /&gt;// &amp;lt;5=&amp;gt; Blue &lt;br /&gt;// &amp;lt;6=&amp;gt; Magenta &lt;br /&gt;// &amp;lt;7=&amp;gt; Cyan &lt;br /&gt;// &amp;lt;8=&amp;gt; White &lt;br /&gt;&lt;br /&gt;#ifndef TWI_CONFIG_DEBUG_COLOR&lt;br /&gt;#define TWI_CONFIG_DEBUG_COLOR 0&lt;br /&gt;#endif&lt;br /&gt;&lt;br /&gt;// &amp;lt;/e&amp;gt;&lt;br /&gt;&lt;br /&gt;// &amp;lt;e&amp;gt; UART_CONFIG_LOG_ENABLED - Enables logging in the module.&lt;br /&gt;//==========================================================&lt;br /&gt;#ifndef UART_CONFIG_LOG_ENABLED&lt;br /&gt;#define UART_CONFIG_LOG_ENABLED 0&lt;br /&gt;#endif&lt;br /&gt;// &amp;lt;o&amp;gt; UART_CONFIG_LOG_LEVEL&amp;nbsp; - Default Severity level&lt;br /&gt;&amp;nbsp;&lt;br /&gt;// &amp;lt;0=&amp;gt; Off &lt;br /&gt;// &amp;lt;1=&amp;gt; Error &lt;br /&gt;// &amp;lt;2=&amp;gt; Warning &lt;br /&gt;// &amp;lt;3=&amp;gt; Info &lt;br /&gt;// &amp;lt;4=&amp;gt; Debug &lt;br /&gt;&lt;br /&gt;#ifndef UART_CONFIG_LOG_LEVEL&lt;br /&gt;#define UART_CONFIG_LOG_LEVEL 3&lt;br /&gt;#endif&lt;br /&gt;&lt;br /&gt;// &amp;lt;o&amp;gt; UART_CONFIG_INFO_COLOR&amp;nbsp; - ANSI escape code prefix.&lt;br /&gt;&amp;nbsp;&lt;br /&gt;// &amp;lt;0=&amp;gt; Default &lt;br /&gt;// &amp;lt;1=&amp;gt; Black &lt;br /&gt;// &amp;lt;2=&amp;gt; Red &lt;br /&gt;// &amp;lt;3=&amp;gt; Green &lt;br /&gt;// &amp;lt;4=&amp;gt; Yellow &lt;br /&gt;// &amp;lt;5=&amp;gt; Blue &lt;br /&gt;// &amp;lt;6=&amp;gt; Magenta &lt;br /&gt;// &amp;lt;7=&amp;gt; Cyan &lt;br /&gt;// &amp;lt;8=&amp;gt; White &lt;br /&gt;&lt;br /&gt;#ifndef UART_CONFIG_INFO_COLOR&lt;br /&gt;#define UART_CONFIG_INFO_COLOR 0&lt;br /&gt;#endif&lt;br /&gt;&lt;br /&gt;// &amp;lt;o&amp;gt; UART_CONFIG_DEBUG_COLOR&amp;nbsp; - ANSI escape code prefix.&lt;br /&gt;&amp;nbsp;&lt;br /&gt;// &amp;lt;0=&amp;gt; Default &lt;br /&gt;// &amp;lt;1=&amp;gt; Black &lt;br /&gt;// &amp;lt;2=&amp;gt; Red &lt;br /&gt;// &amp;lt;3=&amp;gt; Green &lt;br /&gt;// &amp;lt;4=&amp;gt; Yellow &lt;br /&gt;// &amp;lt;5=&amp;gt; Blue &lt;br /&gt;// &amp;lt;6=&amp;gt; Magenta &lt;br /&gt;// &amp;lt;7=&amp;gt; Cyan &lt;br /&gt;// &amp;lt;8=&amp;gt; White &lt;br /&gt;&lt;br /&gt;#ifndef UART_CONFIG_DEBUG_COLOR&lt;br /&gt;#define UART_CONFIG_DEBUG_COLOR 0&lt;br /&gt;#endif&lt;br /&gt;&lt;br /&gt;// &amp;lt;/e&amp;gt;&lt;br /&gt;&lt;br /&gt;// &amp;lt;e&amp;gt; USBD_CONFIG_LOG_ENABLED - Enable logging in the module&lt;br /&gt;//==========================================================&lt;br /&gt;#ifndef USBD_CONFIG_LOG_ENABLED&lt;br /&gt;#define USBD_CONFIG_LOG_ENABLED 0&lt;br /&gt;#endif&lt;br /&gt;// &amp;lt;o&amp;gt; USBD_CONFIG_LOG_LEVEL&amp;nbsp; - Default Severity level&lt;br /&gt;&amp;nbsp;&lt;br /&gt;// &amp;lt;0=&amp;gt; Off &lt;br /&gt;// &amp;lt;1=&amp;gt; Error &lt;br /&gt;// &amp;lt;2=&amp;gt; Warning &lt;br /&gt;// &amp;lt;3=&amp;gt; Info &lt;br /&gt;// &amp;lt;4=&amp;gt; Debug &lt;br /&gt;&lt;br /&gt;#ifndef USBD_CONFIG_LOG_LEVEL&lt;br /&gt;#define USBD_CONFIG_LOG_LEVEL 3&lt;br /&gt;#endif&lt;br /&gt;&lt;br /&gt;// &amp;lt;o&amp;gt; USBD_CONFIG_INFO_COLOR&amp;nbsp; - ANSI escape code prefix.&lt;br /&gt;&amp;nbsp;&lt;br /&gt;// &amp;lt;0=&amp;gt; Default &lt;br /&gt;// &amp;lt;1=&amp;gt; Black &lt;br /&gt;// &amp;lt;2=&amp;gt; Red &lt;br /&gt;// &amp;lt;3=&amp;gt; Green &lt;br /&gt;// &amp;lt;4=&amp;gt; Yellow &lt;br /&gt;// &amp;lt;5=&amp;gt; Blue &lt;br /&gt;// &amp;lt;6=&amp;gt; Magenta &lt;br /&gt;// &amp;lt;7=&amp;gt; Cyan &lt;br /&gt;// &amp;lt;8=&amp;gt; White &lt;br /&gt;&lt;br /&gt;#ifndef USBD_CONFIG_INFO_COLOR&lt;br /&gt;#define USBD_CONFIG_INFO_COLOR 0&lt;br /&gt;#endif&lt;br /&gt;&lt;br /&gt;// &amp;lt;o&amp;gt; USBD_CONFIG_DEBUG_COLOR&amp;nbsp; - ANSI escape code prefix.&lt;br /&gt;&amp;nbsp;&lt;br /&gt;// &amp;lt;0=&amp;gt; Default &lt;br /&gt;// &amp;lt;1=&amp;gt; Black &lt;br /&gt;// &amp;lt;2=&amp;gt; Red &lt;br /&gt;// &amp;lt;3=&amp;gt; Green &lt;br /&gt;// &amp;lt;4=&amp;gt; Yellow &lt;br /&gt;// &amp;lt;5=&amp;gt; Blue &lt;br /&gt;// &amp;lt;6=&amp;gt; Magenta &lt;br /&gt;// &amp;lt;7=&amp;gt; Cyan &lt;br /&gt;// &amp;lt;8=&amp;gt; White &lt;br /&gt;&lt;br /&gt;#ifndef USBD_CONFIG_DEBUG_COLOR&lt;br /&gt;#define USBD_CONFIG_DEBUG_COLOR 0&lt;br /&gt;#endif&lt;br /&gt;&lt;br /&gt;// &amp;lt;/e&amp;gt;&lt;br /&gt;&lt;br /&gt;// &amp;lt;e&amp;gt; WDT_CONFIG_LOG_ENABLED - Enables logging in the module.&lt;br /&gt;//==========================================================&lt;br /&gt;#ifndef WDT_CONFIG_LOG_ENABLED&lt;br /&gt;#define WDT_CONFIG_LOG_ENABLED 0&lt;br /&gt;#endif&lt;br /&gt;// &amp;lt;o&amp;gt; WDT_CONFIG_LOG_LEVEL&amp;nbsp; - Default Severity level&lt;br /&gt;&amp;nbsp;&lt;br /&gt;// &amp;lt;0=&amp;gt; Off &lt;br /&gt;// &amp;lt;1=&amp;gt; Error &lt;br /&gt;// &amp;lt;2=&amp;gt; Warning &lt;br /&gt;// &amp;lt;3=&amp;gt; Info &lt;br /&gt;// &amp;lt;4=&amp;gt; Debug &lt;br /&gt;&lt;br /&gt;#ifndef WDT_CONFIG_LOG_LEVEL&lt;br /&gt;#define WDT_CONFIG_LOG_LEVEL 3&lt;br /&gt;#endif&lt;br /&gt;&lt;br /&gt;// &amp;lt;o&amp;gt; WDT_CONFIG_INFO_COLOR&amp;nbsp; - ANSI escape code prefix.&lt;br /&gt;&amp;nbsp;&lt;br /&gt;// &amp;lt;0=&amp;gt; Default &lt;br /&gt;// &amp;lt;1=&amp;gt; Black &lt;br /&gt;// &amp;lt;2=&amp;gt; Red &lt;br /&gt;// &amp;lt;3=&amp;gt; Green &lt;br /&gt;// &amp;lt;4=&amp;gt; Yellow &lt;br /&gt;// &amp;lt;5=&amp;gt; Blue &lt;br /&gt;// &amp;lt;6=&amp;gt; Magenta &lt;br /&gt;// &amp;lt;7=&amp;gt; Cyan &lt;br /&gt;// &amp;lt;8=&amp;gt; White &lt;br /&gt;&lt;br /&gt;#ifndef WDT_CONFIG_INFO_COLOR&lt;br /&gt;#define WDT_CONFIG_INFO_COLOR 0&lt;br /&gt;#endif&lt;br /&gt;&lt;br /&gt;// &amp;lt;o&amp;gt; WDT_CONFIG_DEBUG_COLOR&amp;nbsp; - ANSI escape code prefix.&lt;br /&gt;&amp;nbsp;&lt;br /&gt;// &amp;lt;0=&amp;gt; Default &lt;br /&gt;// &amp;lt;1=&amp;gt; Black &lt;br /&gt;// &amp;lt;2=&amp;gt; Red &lt;br /&gt;// &amp;lt;3=&amp;gt; Green &lt;br /&gt;// &amp;lt;4=&amp;gt; Yellow &lt;br /&gt;// &amp;lt;5=&amp;gt; Blue &lt;br /&gt;// &amp;lt;6=&amp;gt; Magenta &lt;br /&gt;// &amp;lt;7=&amp;gt; Cyan &lt;br /&gt;// &amp;lt;8=&amp;gt; White &lt;br /&gt;&lt;br /&gt;#ifndef WDT_CONFIG_DEBUG_COLOR&lt;br /&gt;#define WDT_CONFIG_DEBUG_COLOR 0&lt;br /&gt;#endif&lt;br /&gt;&lt;br /&gt;// &amp;lt;/e&amp;gt;&lt;br /&gt;&lt;br /&gt;// &amp;lt;/h&amp;gt; &lt;br /&gt;//==========================================================&lt;br /&gt;&lt;br /&gt;// &amp;lt;h&amp;gt; nrf_log in nRF_Libraries &lt;br /&gt;&lt;br /&gt;//==========================================================&lt;br /&gt;// &amp;lt;e&amp;gt; APP_BUTTON_CONFIG_LOG_ENABLED - Enables logging in the module.&lt;br /&gt;//==========================================================&lt;br /&gt;#ifndef APP_BUTTON_CONFIG_LOG_ENABLED&lt;br /&gt;#define APP_BUTTON_CONFIG_LOG_ENABLED 0&lt;br /&gt;#endif&lt;br /&gt;// &amp;lt;o&amp;gt; APP_BUTTON_CONFIG_LOG_LEVEL&amp;nbsp; - Default Severity level&lt;br /&gt;&amp;nbsp;&lt;br /&gt;// &amp;lt;0=&amp;gt; Off &lt;br /&gt;// &amp;lt;1=&amp;gt; Error &lt;br /&gt;// &amp;lt;2=&amp;gt; Warning &lt;br /&gt;// &amp;lt;3=&amp;gt; Info &lt;br /&gt;// &amp;lt;4=&amp;gt; Debug &lt;br /&gt;&lt;br /&gt;#ifndef APP_BUTTON_CONFIG_LOG_LEVEL&lt;br /&gt;#define APP_BUTTON_CONFIG_LOG_LEVEL 3&lt;br /&gt;#endif&lt;br /&gt;&lt;br /&gt;// &amp;lt;o&amp;gt; APP_BUTTON_CONFIG_INITIAL_LOG_LEVEL&amp;nbsp; - Initial severity level if dynamic filtering is enabled.&lt;br /&gt;&amp;nbsp;&lt;br /&gt;&lt;br /&gt;// &amp;lt;i&amp;gt; If module generates a lot of logs, initial log level can&lt;br /&gt;// &amp;lt;i&amp;gt; be decreased to prevent flooding. Severity level can be&lt;br /&gt;// &amp;lt;i&amp;gt; increased on instance basis.&lt;br /&gt;// &amp;lt;0=&amp;gt; Off &lt;br /&gt;// &amp;lt;1=&amp;gt; Error &lt;br /&gt;// &amp;lt;2=&amp;gt; Warning &lt;br /&gt;// &amp;lt;3=&amp;gt; Info &lt;br /&gt;// &amp;lt;4=&amp;gt; Debug &lt;br /&gt;&lt;br /&gt;#ifndef APP_BUTTON_CONFIG_INITIAL_LOG_LEVEL&lt;br /&gt;#define APP_BUTTON_CONFIG_INITIAL_LOG_LEVEL 3&lt;br /&gt;#endif&lt;br /&gt;&lt;br /&gt;// &amp;lt;o&amp;gt; APP_BUTTON_CONFIG_INFO_COLOR&amp;nbsp; - ANSI escape code prefix.&lt;br /&gt;&amp;nbsp;&lt;br /&gt;// &amp;lt;0=&amp;gt; Default &lt;br /&gt;// &amp;lt;1=&amp;gt; Black &lt;br /&gt;// &amp;lt;2=&amp;gt; Red &lt;br /&gt;// &amp;lt;3=&amp;gt; Green &lt;br /&gt;// &amp;lt;4=&amp;gt; Yellow &lt;br /&gt;// &amp;lt;5=&amp;gt; Blue &lt;br /&gt;// &amp;lt;6=&amp;gt; Magenta &lt;br /&gt;// &amp;lt;7=&amp;gt; Cyan &lt;br /&gt;// &amp;lt;8=&amp;gt; White &lt;br /&gt;&lt;br /&gt;#ifndef APP_BUTTON_CONFIG_INFO_COLOR&lt;br /&gt;#define APP_BUTTON_CONFIG_INFO_COLOR 0&lt;br /&gt;#endif&lt;br /&gt;&lt;br /&gt;// &amp;lt;o&amp;gt; APP_BUTTON_CONFIG_DEBUG_COLOR&amp;nbsp; - ANSI escape code prefix.&lt;br /&gt;&amp;nbsp;&lt;br /&gt;// &amp;lt;0=&amp;gt; Default &lt;br /&gt;// &amp;lt;1=&amp;gt; Black &lt;br /&gt;// &amp;lt;2=&amp;gt; Red &lt;br /&gt;// &amp;lt;3=&amp;gt; Green &lt;br /&gt;// &amp;lt;4=&amp;gt; Yellow &lt;br /&gt;// &amp;lt;5=&amp;gt; Blue &lt;br /&gt;// &amp;lt;6=&amp;gt; Magenta &lt;br /&gt;// &amp;lt;7=&amp;gt; Cyan &lt;br /&gt;// &amp;lt;8=&amp;gt; White &lt;br /&gt;&lt;br /&gt;#ifndef APP_BUTTON_CONFIG_DEBUG_COLOR&lt;br /&gt;#define APP_BUTTON_CONFIG_DEBUG_COLOR 0&lt;br /&gt;#endif&lt;br /&gt;&lt;br /&gt;// &amp;lt;/e&amp;gt;&lt;br /&gt;&lt;br /&gt;// &amp;lt;e&amp;gt; APP_TIMER_CONFIG_LOG_ENABLED - Enables logging in the module.&lt;br /&gt;//==========================================================&lt;br /&gt;#ifndef APP_TIMER_CONFIG_LOG_ENABLED&lt;br /&gt;#define APP_TIMER_CONFIG_LOG_ENABLED 0&lt;br /&gt;#endif&lt;br /&gt;// &amp;lt;o&amp;gt; APP_TIMER_CONFIG_LOG_LEVEL&amp;nbsp; - Default Severity level&lt;br /&gt;&amp;nbsp;&lt;br /&gt;// &amp;lt;0=&amp;gt; Off &lt;br /&gt;// &amp;lt;1=&amp;gt; Error &lt;br /&gt;// &amp;lt;2=&amp;gt; Warning &lt;br /&gt;// &amp;lt;3=&amp;gt; Info &lt;br /&gt;// &amp;lt;4=&amp;gt; Debug &lt;br /&gt;&lt;br /&gt;#ifndef APP_TIMER_CONFIG_LOG_LEVEL&lt;br /&gt;#define APP_TIMER_CONFIG_LOG_LEVEL 3&lt;br /&gt;#endif&lt;br /&gt;&lt;br /&gt;// &amp;lt;o&amp;gt; APP_TIMER_CONFIG_INITIAL_LOG_LEVEL&amp;nbsp; - Initial severity level if dynamic filtering is enabled.&lt;br /&gt;&amp;nbsp;&lt;br /&gt;&lt;br /&gt;// &amp;lt;i&amp;gt; If module generates a lot of logs, initial log level can&lt;br /&gt;// &amp;lt;i&amp;gt; be decreased to prevent flooding. Severity level can be&lt;br /&gt;// &amp;lt;i&amp;gt; increased on instance basis.&lt;br /&gt;// &amp;lt;0=&amp;gt; Off &lt;br /&gt;// &amp;lt;1=&amp;gt; Error &lt;br /&gt;// &amp;lt;2=&amp;gt; Warning &lt;br /&gt;// &amp;lt;3=&amp;gt; Info &lt;br /&gt;// &amp;lt;4=&amp;gt; Debug &lt;br /&gt;&lt;br /&gt;#ifndef APP_TIMER_CONFIG_INITIAL_LOG_LEVEL&lt;br /&gt;#define APP_TIMER_CONFIG_INITIAL_LOG_LEVEL 3&lt;br /&gt;#endif&lt;br /&gt;&lt;br /&gt;// &amp;lt;o&amp;gt; APP_TIMER_CONFIG_INFO_COLOR&amp;nbsp; - ANSI escape code prefix.&lt;br /&gt;&amp;nbsp;&lt;br /&gt;// &amp;lt;0=&amp;gt; Default &lt;br /&gt;// &amp;lt;1=&amp;gt; Black &lt;br /&gt;// &amp;lt;2=&amp;gt; Red &lt;br /&gt;// &amp;lt;3=&amp;gt; Green &lt;br /&gt;// &amp;lt;4=&amp;gt; Yellow &lt;br /&gt;// &amp;lt;5=&amp;gt; Blue &lt;br /&gt;// &amp;lt;6=&amp;gt; Magenta &lt;br /&gt;// &amp;lt;7=&amp;gt; Cyan &lt;br /&gt;// &amp;lt;8=&amp;gt; White &lt;br /&gt;&lt;br /&gt;#ifndef APP_TIMER_CONFIG_INFO_COLOR&lt;br /&gt;#define APP_TIMER_CONFIG_INFO_COLOR 0&lt;br /&gt;#endif&lt;br /&gt;&lt;br /&gt;// &amp;lt;o&amp;gt; APP_TIMER_CONFIG_DEBUG_COLOR&amp;nbsp; - ANSI escape code prefix.&lt;br /&gt;&amp;nbsp;&lt;br /&gt;// &amp;lt;0=&amp;gt; Default &lt;br /&gt;// &amp;lt;1=&amp;gt; Black &lt;br /&gt;// &amp;lt;2=&amp;gt; Red &lt;br /&gt;// &amp;lt;3=&amp;gt; Green &lt;br /&gt;// &amp;lt;4=&amp;gt; Yellow &lt;br /&gt;// &amp;lt;5=&amp;gt; Blue &lt;br /&gt;// &amp;lt;6=&amp;gt; Magenta &lt;br /&gt;// &amp;lt;7=&amp;gt; Cyan &lt;br /&gt;// &amp;lt;8=&amp;gt; White &lt;br /&gt;&lt;br /&gt;#ifndef APP_TIMER_CONFIG_DEBUG_COLOR&lt;br /&gt;#define APP_TIMER_CONFIG_DEBUG_COLOR 0&lt;br /&gt;#endif&lt;br /&gt;&lt;br /&gt;// &amp;lt;/e&amp;gt;&lt;br /&gt;&lt;br /&gt;// &amp;lt;e&amp;gt; APP_USBD_CDC_ACM_CONFIG_LOG_ENABLED - Enables logging in the module.&lt;br /&gt;//==========================================================&lt;br /&gt;#ifndef APP_USBD_CDC_ACM_CONFIG_LOG_ENABLED&lt;br /&gt;#define APP_USBD_CDC_ACM_CONFIG_LOG_ENABLED 0&lt;br /&gt;#endif&lt;br /&gt;// &amp;lt;o&amp;gt; APP_USBD_CDC_ACM_CONFIG_LOG_LEVEL&amp;nbsp; - Default Severity level&lt;br /&gt;&amp;nbsp;&lt;br /&gt;// &amp;lt;0=&amp;gt; Off &lt;br /&gt;// &amp;lt;1=&amp;gt; Error &lt;br /&gt;// &amp;lt;2=&amp;gt; Warning &lt;br /&gt;// &amp;lt;3=&amp;gt; Info &lt;br /&gt;// &amp;lt;4=&amp;gt; Debug &lt;br /&gt;&lt;br /&gt;#ifndef APP_USBD_CDC_ACM_CONFIG_LOG_LEVEL&lt;br /&gt;#define APP_USBD_CDC_ACM_CONFIG_LOG_LEVEL 3&lt;br /&gt;#endif&lt;br /&gt;&lt;br /&gt;// &amp;lt;o&amp;gt; APP_USBD_CDC_ACM_CONFIG_INFO_COLOR&amp;nbsp; - ANSI escape code prefix.&lt;br /&gt;&amp;nbsp;&lt;br /&gt;// &amp;lt;0=&amp;gt; Default &lt;br /&gt;// &amp;lt;1=&amp;gt; Black &lt;br /&gt;// &amp;lt;2=&amp;gt; Red &lt;br /&gt;// &amp;lt;3=&amp;gt; Green &lt;br /&gt;// &amp;lt;4=&amp;gt; Yellow &lt;br /&gt;// &amp;lt;5=&amp;gt; Blue &lt;br /&gt;// &amp;lt;6=&amp;gt; Magenta &lt;br /&gt;// &amp;lt;7=&amp;gt; Cyan &lt;br /&gt;// &amp;lt;8=&amp;gt; White &lt;br /&gt;&lt;br /&gt;#ifndef APP_USBD_CDC_ACM_CONFIG_INFO_COLOR&lt;br /&gt;#define APP_USBD_CDC_ACM_CONFIG_INFO_COLOR 0&lt;br /&gt;#endif&lt;br /&gt;&lt;br /&gt;// &amp;lt;o&amp;gt; APP_USBD_CDC_ACM_CONFIG_DEBUG_COLOR&amp;nbsp; - ANSI escape code prefix.&lt;br /&gt;&amp;nbsp;&lt;br /&gt;// &amp;lt;0=&amp;gt; Default &lt;br /&gt;// &amp;lt;1=&amp;gt; Black &lt;br /&gt;// &amp;lt;2=&amp;gt; Red &lt;br /&gt;// &amp;lt;3=&amp;gt; Green &lt;br /&gt;// &amp;lt;4=&amp;gt; Yellow &lt;br /&gt;// &amp;lt;5=&amp;gt; Blue &lt;br /&gt;// &amp;lt;6=&amp;gt; Magenta &lt;br /&gt;// &amp;lt;7=&amp;gt; Cyan &lt;br /&gt;// &amp;lt;8=&amp;gt; White &lt;br /&gt;&lt;br /&gt;#ifndef APP_USBD_CDC_ACM_CONFIG_DEBUG_COLOR&lt;br /&gt;#define APP_USBD_CDC_ACM_CONFIG_DEBUG_COLOR 0&lt;br /&gt;#endif&lt;br /&gt;&lt;br /&gt;// &amp;lt;/e&amp;gt;&lt;br /&gt;&lt;br /&gt;// &amp;lt;e&amp;gt; APP_USBD_CONFIG_LOG_ENABLED - Enable logging in the module.&lt;br /&gt;//==========================================================&lt;br /&gt;#ifndef APP_USBD_CONFIG_LOG_ENABLED&lt;br /&gt;#define APP_USBD_CONFIG_LOG_ENABLED 0&lt;br /&gt;#endif&lt;br /&gt;// &amp;lt;o&amp;gt; APP_USBD_CONFIG_LOG_LEVEL&amp;nbsp; - Default Severity level&lt;br /&gt;&amp;nbsp;&lt;br /&gt;// &amp;lt;0=&amp;gt; Off &lt;br /&gt;// &amp;lt;1=&amp;gt; Error &lt;br /&gt;// &amp;lt;2=&amp;gt; Warning &lt;br /&gt;// &amp;lt;3=&amp;gt; Info &lt;br /&gt;// &amp;lt;4=&amp;gt; Debug &lt;br /&gt;&lt;br /&gt;#ifndef APP_USBD_CONFIG_LOG_LEVEL&lt;br /&gt;#define APP_USBD_CONFIG_LOG_LEVEL 3&lt;br /&gt;#endif&lt;br /&gt;&lt;br /&gt;// &amp;lt;o&amp;gt; APP_USBD_CONFIG_INFO_COLOR&amp;nbsp; - ANSI escape code prefix.&lt;br /&gt;&amp;nbsp;&lt;br /&gt;// &amp;lt;0=&amp;gt; Default &lt;br /&gt;// &amp;lt;1=&amp;gt; Black &lt;br /&gt;// &amp;lt;2=&amp;gt; Red &lt;br /&gt;// &amp;lt;3=&amp;gt; Green &lt;br /&gt;// &amp;lt;4=&amp;gt; Yellow &lt;br /&gt;// &amp;lt;5=&amp;gt; Blue &lt;br /&gt;// &amp;lt;6=&amp;gt; Magenta &lt;br /&gt;// &amp;lt;7=&amp;gt; Cyan &lt;br /&gt;// &amp;lt;8=&amp;gt; White &lt;br /&gt;&lt;br /&gt;#ifndef APP_USBD_CONFIG_INFO_COLOR&lt;br /&gt;#define APP_USBD_CONFIG_INFO_COLOR 0&lt;br /&gt;#endif&lt;br /&gt;&lt;br /&gt;// &amp;lt;o&amp;gt; APP_USBD_CONFIG_DEBUG_COLOR&amp;nbsp; - ANSI escape code prefix.&lt;br /&gt;&amp;nbsp;&lt;br /&gt;// &amp;lt;0=&amp;gt; Default &lt;br /&gt;// &amp;lt;1=&amp;gt; Black &lt;br /&gt;// &amp;lt;2=&amp;gt; Red &lt;br /&gt;// &amp;lt;3=&amp;gt; Green &lt;br /&gt;// &amp;lt;4=&amp;gt; Yellow &lt;br /&gt;// &amp;lt;5=&amp;gt; Blue &lt;br /&gt;// &amp;lt;6=&amp;gt; Magenta &lt;br /&gt;// &amp;lt;7=&amp;gt; Cyan &lt;br /&gt;// &amp;lt;8=&amp;gt; White &lt;br /&gt;&lt;br /&gt;#ifndef APP_USBD_CONFIG_DEBUG_COLOR&lt;br /&gt;#define APP_USBD_CONFIG_DEBUG_COLOR 0&lt;br /&gt;#endif&lt;br /&gt;&lt;br /&gt;// &amp;lt;/e&amp;gt;&lt;br /&gt;&lt;br /&gt;// &amp;lt;e&amp;gt; APP_USBD_DUMMY_CONFIG_LOG_ENABLED - Enables logging in the module.&lt;br /&gt;//==========================================================&lt;br /&gt;#ifndef APP_USBD_DUMMY_CONFIG_LOG_ENABLED&lt;br /&gt;#define APP_USBD_DUMMY_CONFIG_LOG_ENABLED 0&lt;br /&gt;#endif&lt;br /&gt;// &amp;lt;o&amp;gt; APP_USBD_DUMMY_CONFIG_LOG_LEVEL&amp;nbsp; - Default Severity level&lt;br /&gt;&amp;nbsp;&lt;br /&gt;// &amp;lt;0=&amp;gt; Off &lt;br /&gt;// &amp;lt;1=&amp;gt; Error &lt;br /&gt;// &amp;lt;2=&amp;gt; Warning &lt;br /&gt;// &amp;lt;3=&amp;gt; Info &lt;br /&gt;// &amp;lt;4=&amp;gt; Debug &lt;br /&gt;&lt;br /&gt;#ifndef APP_USBD_DUMMY_CONFIG_LOG_LEVEL&lt;br /&gt;#define APP_USBD_DUMMY_CONFIG_LOG_LEVEL 3&lt;br /&gt;#endif&lt;br /&gt;&lt;br /&gt;// &amp;lt;o&amp;gt; APP_USBD_DUMMY_CONFIG_INFO_COLOR&amp;nbsp; - ANSI escape code prefix.&lt;br /&gt;&amp;nbsp;&lt;br /&gt;// &amp;lt;0=&amp;gt; Default &lt;br /&gt;// &amp;lt;1=&amp;gt; Black &lt;br /&gt;// &amp;lt;2=&amp;gt; Red &lt;br /&gt;// &amp;lt;3=&amp;gt; Green &lt;br /&gt;// &amp;lt;4=&amp;gt; Yellow &lt;br /&gt;// &amp;lt;5=&amp;gt; Blue &lt;br /&gt;// &amp;lt;6=&amp;gt; Magenta &lt;br /&gt;// &amp;lt;7=&amp;gt; Cyan &lt;br /&gt;// &amp;lt;8=&amp;gt; White &lt;br /&gt;&lt;br /&gt;#ifndef APP_USBD_DUMMY_CONFIG_INFO_COLOR&lt;br /&gt;#define APP_USBD_DUMMY_CONFIG_INFO_COLOR 0&lt;br /&gt;#endif&lt;br /&gt;&lt;br /&gt;// &amp;lt;o&amp;gt; APP_USBD_DUMMY_CONFIG_DEBUG_COLOR&amp;nbsp; - ANSI escape code prefix.&lt;br /&gt;&amp;nbsp;&lt;br /&gt;// &amp;lt;0=&amp;gt; Default &lt;br /&gt;// &amp;lt;1=&amp;gt; Black &lt;br /&gt;// &amp;lt;2=&amp;gt; Red &lt;br /&gt;// &amp;lt;3=&amp;gt; Green &lt;br /&gt;// &amp;lt;4=&amp;gt; Yellow &lt;br /&gt;// &amp;lt;5=&amp;gt; Blue &lt;br /&gt;// &amp;lt;6=&amp;gt; Magenta &lt;br /&gt;// &amp;lt;7=&amp;gt; Cyan &lt;br /&gt;// &amp;lt;8=&amp;gt; White &lt;br /&gt;&lt;br /&gt;#ifndef APP_USBD_DUMMY_CONFIG_DEBUG_COLOR&lt;br /&gt;#define APP_USBD_DUMMY_CONFIG_DEBUG_COLOR 0&lt;br /&gt;#endif&lt;br /&gt;&lt;br /&gt;// &amp;lt;/e&amp;gt;&lt;br /&gt;&lt;br /&gt;// &amp;lt;e&amp;gt; APP_USBD_MSC_CONFIG_LOG_ENABLED - Enables logging in the module.&lt;br /&gt;//==========================================================&lt;br /&gt;#ifndef APP_USBD_MSC_CONFIG_LOG_ENABLED&lt;br /&gt;#define APP_USBD_MSC_CONFIG_LOG_ENABLED 0&lt;br /&gt;#endif&lt;br /&gt;// &amp;lt;o&amp;gt; APP_USBD_MSC_CONFIG_LOG_LEVEL&amp;nbsp; - Default Severity level&lt;br /&gt;&amp;nbsp;&lt;br /&gt;// &amp;lt;0=&amp;gt; Off &lt;br /&gt;// &amp;lt;1=&amp;gt; Error &lt;br /&gt;// &amp;lt;2=&amp;gt; Warning &lt;br /&gt;// &amp;lt;3=&amp;gt; Info &lt;br /&gt;// &amp;lt;4=&amp;gt; Debug &lt;br /&gt;&lt;br /&gt;#ifndef APP_USBD_MSC_CONFIG_LOG_LEVEL&lt;br /&gt;#define APP_USBD_MSC_CONFIG_LOG_LEVEL 3&lt;br /&gt;#endif&lt;br /&gt;&lt;br /&gt;// &amp;lt;o&amp;gt; APP_USBD_MSC_CONFIG_INFO_COLOR&amp;nbsp; - ANSI escape code prefix.&lt;br /&gt;&amp;nbsp;&lt;br /&gt;// &amp;lt;0=&amp;gt; Default &lt;br /&gt;// &amp;lt;1=&amp;gt; Black &lt;br /&gt;// &amp;lt;2=&amp;gt; Red &lt;br /&gt;// &amp;lt;3=&amp;gt; Green &lt;br /&gt;// &amp;lt;4=&amp;gt; Yellow &lt;br /&gt;// &amp;lt;5=&amp;gt; Blue &lt;br /&gt;// &amp;lt;6=&amp;gt; Magenta &lt;br /&gt;// &amp;lt;7=&amp;gt; Cyan &lt;br /&gt;// &amp;lt;8=&amp;gt; White &lt;br /&gt;&lt;br /&gt;#ifndef APP_USBD_MSC_CONFIG_INFO_COLOR&lt;br /&gt;#define APP_USBD_MSC_CONFIG_INFO_COLOR 0&lt;br /&gt;#endif&lt;br /&gt;&lt;br /&gt;// &amp;lt;o&amp;gt; APP_USBD_MSC_CONFIG_DEBUG_COLOR&amp;nbsp; - ANSI escape code prefix.&lt;br /&gt;&amp;nbsp;&lt;br /&gt;// &amp;lt;0=&amp;gt; Default &lt;br /&gt;// &amp;lt;1=&amp;gt; Black &lt;br /&gt;// &amp;lt;2=&amp;gt; Red &lt;br /&gt;// &amp;lt;3=&amp;gt; Green &lt;br /&gt;// &amp;lt;4=&amp;gt; Yellow &lt;br /&gt;// &amp;lt;5=&amp;gt; Blue &lt;br /&gt;// &amp;lt;6=&amp;gt; Magenta &lt;br /&gt;// &amp;lt;7=&amp;gt; Cyan &lt;br /&gt;// &amp;lt;8=&amp;gt; White &lt;br /&gt;&lt;br /&gt;#ifndef APP_USBD_MSC_CONFIG_DEBUG_COLOR&lt;br /&gt;#define APP_USBD_MSC_CONFIG_DEBUG_COLOR 0&lt;br /&gt;#endif&lt;br /&gt;&lt;br /&gt;// &amp;lt;/e&amp;gt;&lt;br /&gt;&lt;br /&gt;// &amp;lt;e&amp;gt; APP_USBD_NRF_DFU_TRIGGER_CONFIG_LOG_ENABLED - Enables logging in the module.&lt;br /&gt;//==========================================================&lt;br /&gt;#ifndef APP_USBD_NRF_DFU_TRIGGER_CONFIG_LOG_ENABLED&lt;br /&gt;#define APP_USBD_NRF_DFU_TRIGGER_CONFIG_LOG_ENABLED 0&lt;br /&gt;#endif&lt;br /&gt;// &amp;lt;o&amp;gt; APP_USBD_NRF_DFU_TRIGGER_CONFIG_LOG_LEVEL&amp;nbsp; - Default Severity level&lt;br /&gt;&amp;nbsp;&lt;br /&gt;// &amp;lt;0=&amp;gt; Off &lt;br /&gt;// &amp;lt;1=&amp;gt; Error &lt;br /&gt;// &amp;lt;2=&amp;gt; Warning &lt;br /&gt;// &amp;lt;3=&amp;gt; Info &lt;br /&gt;// &amp;lt;4=&amp;gt; Debug &lt;br /&gt;&lt;br /&gt;#ifndef APP_USBD_NRF_DFU_TRIGGER_CONFIG_LOG_LEVEL&lt;br /&gt;#define APP_USBD_NRF_DFU_TRIGGER_CONFIG_LOG_LEVEL 3&lt;br /&gt;#endif&lt;br /&gt;&lt;br /&gt;// &amp;lt;o&amp;gt; APP_USBD_NRF_DFU_TRIGGER_CONFIG_INFO_COLOR&amp;nbsp; - ANSI escape code prefix.&lt;br /&gt;&amp;nbsp;&lt;br /&gt;// &amp;lt;0=&amp;gt; Default &lt;br /&gt;// &amp;lt;1=&amp;gt; Black &lt;br /&gt;// &amp;lt;2=&amp;gt; Red &lt;br /&gt;// &amp;lt;3=&amp;gt; Green &lt;br /&gt;// &amp;lt;4=&amp;gt; Yellow &lt;br /&gt;// &amp;lt;5=&amp;gt; Blue &lt;br /&gt;// &amp;lt;6=&amp;gt; Magenta &lt;br /&gt;// &amp;lt;7=&amp;gt; Cyan &lt;br /&gt;// &amp;lt;8=&amp;gt; White &lt;br /&gt;&lt;br /&gt;#ifndef APP_USBD_NRF_DFU_TRIGGER_CONFIG_INFO_COLOR&lt;br /&gt;#define APP_USBD_NRF_DFU_TRIGGER_CONFIG_INFO_COLOR 0&lt;br /&gt;#endif&lt;br /&gt;&lt;br /&gt;// &amp;lt;o&amp;gt; APP_USBD_NRF_DFU_TRIGGER_CONFIG_DEBUG_COLOR&amp;nbsp; - ANSI escape code prefix.&lt;br /&gt;&amp;nbsp;&lt;br /&gt;// &amp;lt;0=&amp;gt; Default &lt;br /&gt;// &amp;lt;1=&amp;gt; Black &lt;br /&gt;// &amp;lt;2=&amp;gt; Red &lt;br /&gt;// &amp;lt;3=&amp;gt; Green &lt;br /&gt;// &amp;lt;4=&amp;gt; Yellow &lt;br /&gt;// &amp;lt;5=&amp;gt; Blue &lt;br /&gt;// &amp;lt;6=&amp;gt; Magenta &lt;br /&gt;// &amp;lt;7=&amp;gt; Cyan &lt;br /&gt;// &amp;lt;8=&amp;gt; White &lt;br /&gt;&lt;br /&gt;#ifndef APP_USBD_NRF_DFU_TRIGGER_CONFIG_DEBUG_COLOR&lt;br /&gt;#define APP_USBD_NRF_DFU_TRIGGER_CONFIG_DEBUG_COLOR 0&lt;br /&gt;#endif&lt;br /&gt;&lt;br /&gt;// &amp;lt;/e&amp;gt;&lt;br /&gt;&lt;br /&gt;// &amp;lt;e&amp;gt; NRF_ATFIFO_CONFIG_LOG_ENABLED - Enables logging in the module.&lt;br /&gt;//==========================================================&lt;br /&gt;#ifndef NRF_ATFIFO_CONFIG_LOG_ENABLED&lt;br /&gt;#define NRF_ATFIFO_CONFIG_LOG_ENABLED 0&lt;br /&gt;#endif&lt;br /&gt;// &amp;lt;o&amp;gt; NRF_ATFIFO_CONFIG_LOG_LEVEL&amp;nbsp; - Default Severity level&lt;br /&gt;&amp;nbsp;&lt;br /&gt;// &amp;lt;0=&amp;gt; Off &lt;br /&gt;// &amp;lt;1=&amp;gt; Error &lt;br /&gt;// &amp;lt;2=&amp;gt; Warning &lt;br /&gt;// &amp;lt;3=&amp;gt; Info &lt;br /&gt;// &amp;lt;4=&amp;gt; Debug &lt;br /&gt;&lt;br /&gt;#ifndef NRF_ATFIFO_CONFIG_LOG_LEVEL&lt;br /&gt;#define NRF_ATFIFO_CONFIG_LOG_LEVEL 3&lt;br /&gt;#endif&lt;br /&gt;&lt;br /&gt;// &amp;lt;o&amp;gt; NRF_ATFIFO_CONFIG_LOG_INIT_FILTER_LEVEL&amp;nbsp; - Initial severity level if dynamic filtering is enabled&lt;br /&gt;&amp;nbsp;&lt;br /&gt;// &amp;lt;0=&amp;gt; Off &lt;br /&gt;// &amp;lt;1=&amp;gt; Error &lt;br /&gt;// &amp;lt;2=&amp;gt; Warning &lt;br /&gt;// &amp;lt;3=&amp;gt; Info &lt;br /&gt;// &amp;lt;4=&amp;gt; Debug &lt;br /&gt;&lt;br /&gt;#ifndef NRF_ATFIFO_CONFIG_LOG_INIT_FILTER_LEVEL&lt;br /&gt;#define NRF_ATFIFO_CONFIG_LOG_INIT_FILTER_LEVEL 3&lt;br /&gt;#endif&lt;br /&gt;&lt;br /&gt;// &amp;lt;o&amp;gt; NRF_ATFIFO_CONFIG_INFO_COLOR&amp;nbsp; - ANSI escape code prefix.&lt;br /&gt;&amp;nbsp;&lt;br /&gt;// &amp;lt;0=&amp;gt; Default &lt;br /&gt;// &amp;lt;1=&amp;gt; Black &lt;br /&gt;// &amp;lt;2=&amp;gt; Red &lt;br /&gt;// &amp;lt;3=&amp;gt; Green &lt;br /&gt;// &amp;lt;4=&amp;gt; Yellow &lt;br /&gt;// &amp;lt;5=&amp;gt; Blue &lt;br /&gt;// &amp;lt;6=&amp;gt; Magenta &lt;br /&gt;// &amp;lt;7=&amp;gt; Cyan &lt;br /&gt;// &amp;lt;8=&amp;gt; White &lt;br /&gt;&lt;br /&gt;#ifndef NRF_ATFIFO_CONFIG_INFO_COLOR&lt;br /&gt;#define NRF_ATFIFO_CONFIG_INFO_COLOR 0&lt;br /&gt;#endif&lt;br /&gt;&lt;br /&gt;// &amp;lt;o&amp;gt; NRF_ATFIFO_CONFIG_DEBUG_COLOR&amp;nbsp; - ANSI escape code prefix.&lt;br /&gt;&amp;nbsp;&lt;br /&gt;// &amp;lt;0=&amp;gt; Default &lt;br /&gt;// &amp;lt;1=&amp;gt; Black &lt;br /&gt;// &amp;lt;2=&amp;gt; Red &lt;br /&gt;// &amp;lt;3=&amp;gt; Green &lt;br /&gt;// &amp;lt;4=&amp;gt; Yellow &lt;br /&gt;// &amp;lt;5=&amp;gt; Blue &lt;br /&gt;// &amp;lt;6=&amp;gt; Magenta &lt;br /&gt;// &amp;lt;7=&amp;gt; Cyan &lt;br /&gt;// &amp;lt;8=&amp;gt; White &lt;br /&gt;&lt;br /&gt;#ifndef NRF_ATFIFO_CONFIG_DEBUG_COLOR&lt;br /&gt;#define NRF_ATFIFO_CONFIG_DEBUG_COLOR 0&lt;br /&gt;#endif&lt;br /&gt;&lt;br /&gt;// &amp;lt;/e&amp;gt;&lt;br /&gt;&lt;br /&gt;// &amp;lt;e&amp;gt; NRF_BALLOC_CONFIG_LOG_ENABLED - Enables logging in the module.&lt;br /&gt;//==========================================================&lt;br /&gt;#ifndef NRF_BALLOC_CONFIG_LOG_ENABLED&lt;br /&gt;#define NRF_BALLOC_CONFIG_LOG_ENABLED 0&lt;br /&gt;#endif&lt;br /&gt;// &amp;lt;o&amp;gt; NRF_BALLOC_CONFIG_LOG_LEVEL&amp;nbsp; - Default Severity level&lt;br /&gt;&amp;nbsp;&lt;br /&gt;// &amp;lt;0=&amp;gt; Off &lt;br /&gt;// &amp;lt;1=&amp;gt; Error &lt;br /&gt;// &amp;lt;2=&amp;gt; Warning &lt;br /&gt;// &amp;lt;3=&amp;gt; Info &lt;br /&gt;// &amp;lt;4=&amp;gt; Debug &lt;br /&gt;&lt;br /&gt;#ifndef NRF_BALLOC_CONFIG_LOG_LEVEL&lt;br /&gt;#define NRF_BALLOC_CONFIG_LOG_LEVEL 3&lt;br /&gt;#endif&lt;br /&gt;&lt;br /&gt;// &amp;lt;o&amp;gt; NRF_BALLOC_CONFIG_INITIAL_LOG_LEVEL&amp;nbsp; - Initial severity level if dynamic filtering is enabled.&lt;br /&gt;&amp;nbsp;&lt;br /&gt;&lt;br /&gt;// &amp;lt;i&amp;gt; If module generates a lot of logs, initial log level can&lt;br /&gt;// &amp;lt;i&amp;gt; be decreased to prevent flooding. Severity level can be&lt;br /&gt;// &amp;lt;i&amp;gt; increased on instance basis.&lt;br /&gt;// &amp;lt;0=&amp;gt; Off &lt;br /&gt;// &amp;lt;1=&amp;gt; Error &lt;br /&gt;// &amp;lt;2=&amp;gt; Warning &lt;br /&gt;// &amp;lt;3=&amp;gt; Info &lt;br /&gt;// &amp;lt;4=&amp;gt; Debug &lt;br /&gt;&lt;br /&gt;#ifndef NRF_BALLOC_CONFIG_INITIAL_LOG_LEVEL&lt;br /&gt;#define NRF_BALLOC_CONFIG_INITIAL_LOG_LEVEL 3&lt;br /&gt;#endif&lt;br /&gt;&lt;br /&gt;// &amp;lt;o&amp;gt; NRF_BALLOC_CONFIG_INFO_COLOR&amp;nbsp; - ANSI escape code prefix.&lt;br /&gt;&amp;nbsp;&lt;br /&gt;// &amp;lt;0=&amp;gt; Default &lt;br /&gt;// &amp;lt;1=&amp;gt; Black &lt;br /&gt;// &amp;lt;2=&amp;gt; Red &lt;br /&gt;// &amp;lt;3=&amp;gt; Green &lt;br /&gt;// &amp;lt;4=&amp;gt; Yellow &lt;br /&gt;// &amp;lt;5=&amp;gt; Blue &lt;br /&gt;// &amp;lt;6=&amp;gt; Magenta &lt;br /&gt;// &amp;lt;7=&amp;gt; Cyan &lt;br /&gt;// &amp;lt;8=&amp;gt; White &lt;br /&gt;&lt;br /&gt;#ifndef NRF_BALLOC_CONFIG_INFO_COLOR&lt;br /&gt;#define NRF_BALLOC_CONFIG_INFO_COLOR 0&lt;br /&gt;#endif&lt;br /&gt;&lt;br /&gt;// &amp;lt;o&amp;gt; NRF_BALLOC_CONFIG_DEBUG_COLOR&amp;nbsp; - ANSI escape code prefix.&lt;br /&gt;&amp;nbsp;&lt;br /&gt;// &amp;lt;0=&amp;gt; Default &lt;br /&gt;// &amp;lt;1=&amp;gt; Black &lt;br /&gt;// &amp;lt;2=&amp;gt; Red &lt;br /&gt;// &amp;lt;3=&amp;gt; Green &lt;br /&gt;// &amp;lt;4=&amp;gt; Yellow &lt;br /&gt;// &amp;lt;5=&amp;gt; Blue &lt;br /&gt;// &amp;lt;6=&amp;gt; Magenta &lt;br /&gt;// &amp;lt;7=&amp;gt; Cyan &lt;br /&gt;// &amp;lt;8=&amp;gt; White &lt;br /&gt;&lt;br /&gt;#ifndef NRF_BALLOC_CONFIG_DEBUG_COLOR&lt;br /&gt;#define NRF_BALLOC_CONFIG_DEBUG_COLOR 0&lt;br /&gt;#endif&lt;br /&gt;&lt;br /&gt;// &amp;lt;/e&amp;gt;&lt;br /&gt;&lt;br /&gt;// &amp;lt;e&amp;gt; NRF_BLOCK_DEV_EMPTY_CONFIG_LOG_ENABLED - Enables logging in the module.&lt;br /&gt;//==========================================================&lt;br /&gt;#ifndef NRF_BLOCK_DEV_EMPTY_CONFIG_LOG_ENABLED&lt;br /&gt;#define NRF_BLOCK_DEV_EMPTY_CONFIG_LOG_ENABLED 0&lt;br /&gt;#endif&lt;br /&gt;// &amp;lt;o&amp;gt; NRF_BLOCK_DEV_EMPTY_CONFIG_LOG_LEVEL&amp;nbsp; - Default Severity level&lt;br /&gt;&amp;nbsp;&lt;br /&gt;// &amp;lt;0=&amp;gt; Off &lt;br /&gt;// &amp;lt;1=&amp;gt; Error &lt;br /&gt;// &amp;lt;2=&amp;gt; Warning &lt;br /&gt;// &amp;lt;3=&amp;gt; Info &lt;br /&gt;// &amp;lt;4=&amp;gt; Debug &lt;br /&gt;&lt;br /&gt;#ifndef NRF_BLOCK_DEV_EMPTY_CONFIG_LOG_LEVEL&lt;br /&gt;#define NRF_BLOCK_DEV_EMPTY_CONFIG_LOG_LEVEL 3&lt;br /&gt;#endif&lt;br /&gt;&lt;br /&gt;// &amp;lt;o&amp;gt; NRF_BLOCK_DEV_EMPTY_CONFIG_LOG_INIT_FILTER_LEVEL&amp;nbsp; - Initial severity level if dynamic filtering is enabled&lt;br /&gt;&amp;nbsp;&lt;br /&gt;// &amp;lt;0=&amp;gt; Off &lt;br /&gt;// &amp;lt;1=&amp;gt; Error &lt;br /&gt;// &amp;lt;2=&amp;gt; Warning &lt;br /&gt;// &amp;lt;3=&amp;gt; Info &lt;br /&gt;// &amp;lt;4=&amp;gt; Debug &lt;br /&gt;&lt;br /&gt;#ifndef NRF_BLOCK_DEV_EMPTY_CONFIG_LOG_INIT_FILTER_LEVEL&lt;br /&gt;#define NRF_BLOCK_DEV_EMPTY_CONFIG_LOG_INIT_FILTER_LEVEL 3&lt;br /&gt;#endif&lt;br /&gt;&lt;br /&gt;// &amp;lt;o&amp;gt; NRF_BLOCK_DEV_EMPTY_CONFIG_INFO_COLOR&amp;nbsp; - ANSI escape code prefix.&lt;br /&gt;&amp;nbsp;&lt;br /&gt;// &amp;lt;0=&amp;gt; Default &lt;br /&gt;// &amp;lt;1=&amp;gt; Black &lt;br /&gt;// &amp;lt;2=&amp;gt; Red &lt;br /&gt;// &amp;lt;3=&amp;gt; Green &lt;br /&gt;// &amp;lt;4=&amp;gt; Yellow &lt;br /&gt;// &amp;lt;5=&amp;gt; Blue &lt;br /&gt;// &amp;lt;6=&amp;gt; Magenta &lt;br /&gt;// &amp;lt;7=&amp;gt; Cyan &lt;br /&gt;// &amp;lt;8=&amp;gt; White &lt;br /&gt;&lt;br /&gt;#ifndef NRF_BLOCK_DEV_EMPTY_CONFIG_INFO_COLOR&lt;br /&gt;#define NRF_BLOCK_DEV_EMPTY_CONFIG_INFO_COLOR 0&lt;br /&gt;#endif&lt;br /&gt;&lt;br /&gt;// &amp;lt;o&amp;gt; NRF_BLOCK_DEV_EMPTY_CONFIG_DEBUG_COLOR&amp;nbsp; - ANSI escape code prefix.&lt;br /&gt;&amp;nbsp;&lt;br /&gt;// &amp;lt;0=&amp;gt; Default &lt;br /&gt;// &amp;lt;1=&amp;gt; Black &lt;br /&gt;// &amp;lt;2=&amp;gt; Red &lt;br /&gt;// &amp;lt;3=&amp;gt; Green &lt;br /&gt;// &amp;lt;4=&amp;gt; Yellow &lt;br /&gt;// &amp;lt;5=&amp;gt; Blue &lt;br /&gt;// &amp;lt;6=&amp;gt; Magenta &lt;br /&gt;// &amp;lt;7=&amp;gt; Cyan &lt;br /&gt;// &amp;lt;8=&amp;gt; White &lt;br /&gt;&lt;br /&gt;#ifndef NRF_BLOCK_DEV_EMPTY_CONFIG_DEBUG_COLOR&lt;br /&gt;#define NRF_BLOCK_DEV_EMPTY_CONFIG_DEBUG_COLOR 0&lt;br /&gt;#endif&lt;br /&gt;&lt;br /&gt;// &amp;lt;/e&amp;gt;&lt;br /&gt;&lt;br /&gt;// &amp;lt;e&amp;gt; NRF_BLOCK_DEV_QSPI_CONFIG_LOG_ENABLED - Enables logging in the module.&lt;br /&gt;//==========================================================&lt;br /&gt;#ifndef NRF_BLOCK_DEV_QSPI_CONFIG_LOG_ENABLED&lt;br /&gt;#define NRF_BLOCK_DEV_QSPI_CONFIG_LOG_ENABLED 0&lt;br /&gt;#endif&lt;br /&gt;// &amp;lt;o&amp;gt; NRF_BLOCK_DEV_QSPI_CONFIG_LOG_LEVEL&amp;nbsp; - Default Severity level&lt;br /&gt;&amp;nbsp;&lt;br /&gt;// &amp;lt;0=&amp;gt; Off &lt;br /&gt;// &amp;lt;1=&amp;gt; Error &lt;br /&gt;// &amp;lt;2=&amp;gt; Warning &lt;br /&gt;// &amp;lt;3=&amp;gt; Info &lt;br /&gt;// &amp;lt;4=&amp;gt; Debug &lt;br /&gt;&lt;br /&gt;#ifndef NRF_BLOCK_DEV_QSPI_CONFIG_LOG_LEVEL&lt;br /&gt;#define NRF_BLOCK_DEV_QSPI_CONFIG_LOG_LEVEL 3&lt;br /&gt;#endif&lt;br /&gt;&lt;br /&gt;// &amp;lt;o&amp;gt; NRF_BLOCK_DEV_QSPI_CONFIG_LOG_INIT_FILTER_LEVEL&amp;nbsp; - Initial severity level if dynamic filtering is enabled&lt;br /&gt;&amp;nbsp;&lt;br /&gt;// &amp;lt;0=&amp;gt; Off &lt;br /&gt;// &amp;lt;1=&amp;gt; Error &lt;br /&gt;// &amp;lt;2=&amp;gt; Warning &lt;br /&gt;// &amp;lt;3=&amp;gt; Info &lt;br /&gt;// &amp;lt;4=&amp;gt; Debug &lt;br /&gt;&lt;br /&gt;#ifndef NRF_BLOCK_DEV_QSPI_CONFIG_LOG_INIT_FILTER_LEVEL&lt;br /&gt;#define NRF_BLOCK_DEV_QSPI_CONFIG_LOG_INIT_FILTER_LEVEL 3&lt;br /&gt;#endif&lt;br /&gt;&lt;br /&gt;// &amp;lt;o&amp;gt; NRF_BLOCK_DEV_QSPI_CONFIG_INFO_COLOR&amp;nbsp; - ANSI escape code prefix.&lt;br /&gt;&amp;nbsp;&lt;br /&gt;// &amp;lt;0=&amp;gt; Default &lt;br /&gt;// &amp;lt;1=&amp;gt; Black &lt;br /&gt;// &amp;lt;2=&amp;gt; Red &lt;br /&gt;// &amp;lt;3=&amp;gt; Green &lt;br /&gt;// &amp;lt;4=&amp;gt; Yellow &lt;br /&gt;// &amp;lt;5=&amp;gt; Blue &lt;br /&gt;// &amp;lt;6=&amp;gt; Magenta &lt;br /&gt;// &amp;lt;7=&amp;gt; Cyan &lt;br /&gt;// &amp;lt;8=&amp;gt; White &lt;br /&gt;&lt;br /&gt;#ifndef NRF_BLOCK_DEV_QSPI_CONFIG_INFO_COLOR&lt;br /&gt;#define NRF_BLOCK_DEV_QSPI_CONFIG_INFO_COLOR 0&lt;br /&gt;#endif&lt;br /&gt;&lt;br /&gt;// &amp;lt;o&amp;gt; NRF_BLOCK_DEV_QSPI_CONFIG_DEBUG_COLOR&amp;nbsp; - ANSI escape code prefix.&lt;br /&gt;&amp;nbsp;&lt;br /&gt;// &amp;lt;0=&amp;gt; Default &lt;br /&gt;// &amp;lt;1=&amp;gt; Black &lt;br /&gt;// &amp;lt;2=&amp;gt; Red &lt;br /&gt;// &amp;lt;3=&amp;gt; Green &lt;br /&gt;// &amp;lt;4=&amp;gt; Yellow &lt;br /&gt;// &amp;lt;5=&amp;gt; Blue &lt;br /&gt;// &amp;lt;6=&amp;gt; Magenta &lt;br /&gt;// &amp;lt;7=&amp;gt; Cyan &lt;br /&gt;// &amp;lt;8=&amp;gt; White &lt;br /&gt;&lt;br /&gt;#ifndef NRF_BLOCK_DEV_QSPI_CONFIG_DEBUG_COLOR&lt;br /&gt;#define NRF_BLOCK_DEV_QSPI_CONFIG_DEBUG_COLOR 0&lt;br /&gt;#endif&lt;br /&gt;&lt;br /&gt;// &amp;lt;/e&amp;gt;&lt;br /&gt;&lt;br /&gt;// &amp;lt;e&amp;gt; NRF_BLOCK_DEV_RAM_CONFIG_LOG_ENABLED - Enables logging in the module.&lt;br /&gt;//==========================================================&lt;br /&gt;#ifndef NRF_BLOCK_DEV_RAM_CONFIG_LOG_ENABLED&lt;br /&gt;#define NRF_BLOCK_DEV_RAM_CONFIG_LOG_ENABLED 0&lt;br /&gt;#endif&lt;br /&gt;// &amp;lt;o&amp;gt; NRF_BLOCK_DEV_RAM_CONFIG_LOG_LEVEL&amp;nbsp; - Default Severity level&lt;br /&gt;&amp;nbsp;&lt;br /&gt;// &amp;lt;0=&amp;gt; Off &lt;br /&gt;// &amp;lt;1=&amp;gt; Error &lt;br /&gt;// &amp;lt;2=&amp;gt; Warning &lt;br /&gt;// &amp;lt;3=&amp;gt; Info &lt;br /&gt;// &amp;lt;4=&amp;gt; Debug &lt;br /&gt;&lt;br /&gt;#ifndef NRF_BLOCK_DEV_RAM_CONFIG_LOG_LEVEL&lt;br /&gt;#define NRF_BLOCK_DEV_RAM_CONFIG_LOG_LEVEL 3&lt;br /&gt;#endif&lt;br /&gt;&lt;br /&gt;// &amp;lt;o&amp;gt; NRF_BLOCK_DEV_RAM_CONFIG_LOG_INIT_FILTER_LEVEL&amp;nbsp; - Initial severity level if dynamic filtering is enabled&lt;br /&gt;&amp;nbsp;&lt;br /&gt;// &amp;lt;0=&amp;gt; Off &lt;br /&gt;// &amp;lt;1=&amp;gt; Error &lt;br /&gt;// &amp;lt;2=&amp;gt; Warning &lt;br /&gt;// &amp;lt;3=&amp;gt; Info &lt;br /&gt;// &amp;lt;4=&amp;gt; Debug &lt;br /&gt;&lt;br /&gt;#ifndef NRF_BLOCK_DEV_RAM_CONFIG_LOG_INIT_FILTER_LEVEL&lt;br /&gt;#define NRF_BLOCK_DEV_RAM_CONFIG_LOG_INIT_FILTER_LEVEL 3&lt;br /&gt;#endif&lt;br /&gt;&lt;br /&gt;// &amp;lt;o&amp;gt; NRF_BLOCK_DEV_RAM_CONFIG_INFO_COLOR&amp;nbsp; - ANSI escape code prefix.&lt;br /&gt;&amp;nbsp;&lt;br /&gt;// &amp;lt;0=&amp;gt; Default &lt;br /&gt;// &amp;lt;1=&amp;gt; Black &lt;br /&gt;// &amp;lt;2=&amp;gt; Red &lt;br /&gt;// &amp;lt;3=&amp;gt; Green &lt;br /&gt;// &amp;lt;4=&amp;gt; Yellow &lt;br /&gt;// &amp;lt;5=&amp;gt; Blue &lt;br /&gt;// &amp;lt;6=&amp;gt; Magenta &lt;br /&gt;// &amp;lt;7=&amp;gt; Cyan &lt;br /&gt;// &amp;lt;8=&amp;gt; White &lt;br /&gt;&lt;br /&gt;#ifndef NRF_BLOCK_DEV_RAM_CONFIG_INFO_COLOR&lt;br /&gt;#define NRF_BLOCK_DEV_RAM_CONFIG_INFO_COLOR 0&lt;br /&gt;#endif&lt;br /&gt;&lt;br /&gt;// &amp;lt;o&amp;gt; NRF_BLOCK_DEV_RAM_CONFIG_DEBUG_COLOR&amp;nbsp; - ANSI escape code prefix.&lt;br /&gt;&amp;nbsp;&lt;br /&gt;// &amp;lt;0=&amp;gt; Default &lt;br /&gt;// &amp;lt;1=&amp;gt; Black &lt;br /&gt;// &amp;lt;2=&amp;gt; Red &lt;br /&gt;// &amp;lt;3=&amp;gt; Green &lt;br /&gt;// &amp;lt;4=&amp;gt; Yellow &lt;br /&gt;// &amp;lt;5=&amp;gt; Blue &lt;br /&gt;// &amp;lt;6=&amp;gt; Magenta &lt;br /&gt;// &amp;lt;7=&amp;gt; Cyan &lt;br /&gt;// &amp;lt;8=&amp;gt; White &lt;br /&gt;&lt;br /&gt;#ifndef NRF_BLOCK_DEV_RAM_CONFIG_DEBUG_COLOR&lt;br /&gt;#define NRF_BLOCK_DEV_RAM_CONFIG_DEBUG_COLOR 0&lt;br /&gt;#endif&lt;br /&gt;&lt;br /&gt;// &amp;lt;/e&amp;gt;&lt;br /&gt;&lt;br /&gt;// &amp;lt;e&amp;gt; NRF_CLI_BLE_UART_CONFIG_LOG_ENABLED - Enables logging in the module.&lt;br /&gt;//==========================================================&lt;br /&gt;#ifndef NRF_CLI_BLE_UART_CONFIG_LOG_ENABLED&lt;br /&gt;#define NRF_CLI_BLE_UART_CONFIG_LOG_ENABLED 0&lt;br /&gt;#endif&lt;br /&gt;// &amp;lt;o&amp;gt; NRF_CLI_BLE_UART_CONFIG_LOG_LEVEL&amp;nbsp; - Default Severity level&lt;br /&gt;&amp;nbsp;&lt;br /&gt;// &amp;lt;0=&amp;gt; Off &lt;br /&gt;// &amp;lt;1=&amp;gt; Error &lt;br /&gt;// &amp;lt;2=&amp;gt; Warning &lt;br /&gt;// &amp;lt;3=&amp;gt; Info &lt;br /&gt;// &amp;lt;4=&amp;gt; Debug &lt;br /&gt;&lt;br /&gt;#ifndef NRF_CLI_BLE_UART_CONFIG_LOG_LEVEL&lt;br /&gt;#define NRF_CLI_BLE_UART_CONFIG_LOG_LEVEL 3&lt;br /&gt;#endif&lt;br /&gt;&lt;br /&gt;// &amp;lt;o&amp;gt; NRF_CLI_BLE_UART_CONFIG_INFO_COLOR&amp;nbsp; - ANSI escape code prefix.&lt;br /&gt;&amp;nbsp;&lt;br /&gt;// &amp;lt;0=&amp;gt; Default &lt;br /&gt;// &amp;lt;1=&amp;gt; Black &lt;br /&gt;// &amp;lt;2=&amp;gt; Red &lt;br /&gt;// &amp;lt;3=&amp;gt; Green &lt;br /&gt;// &amp;lt;4=&amp;gt; Yellow &lt;br /&gt;// &amp;lt;5=&amp;gt; Blue &lt;br /&gt;// &amp;lt;6=&amp;gt; Magenta &lt;br /&gt;// &amp;lt;7=&amp;gt; Cyan &lt;br /&gt;// &amp;lt;8=&amp;gt; White &lt;br /&gt;&lt;br /&gt;#ifndef NRF_CLI_BLE_UART_CONFIG_INFO_COLOR&lt;br /&gt;#define NRF_CLI_BLE_UART_CONFIG_INFO_COLOR 0&lt;br /&gt;#endif&lt;br /&gt;&lt;br /&gt;// &amp;lt;o&amp;gt; NRF_CLI_BLE_UART_CONFIG_DEBUG_COLOR&amp;nbsp; - ANSI escape code prefix.&lt;br /&gt;&amp;nbsp;&lt;br /&gt;// &amp;lt;0=&amp;gt; Default &lt;br /&gt;// &amp;lt;1=&amp;gt; Black &lt;br /&gt;// &amp;lt;2=&amp;gt; Red &lt;br /&gt;// &amp;lt;3=&amp;gt; Green &lt;br /&gt;// &amp;lt;4=&amp;gt; Yellow &lt;br /&gt;// &amp;lt;5=&amp;gt; Blue &lt;br /&gt;// &amp;lt;6=&amp;gt; Magenta &lt;br /&gt;// &amp;lt;7=&amp;gt; Cyan &lt;br /&gt;// &amp;lt;8=&amp;gt; White &lt;br /&gt;&lt;br /&gt;#ifndef NRF_CLI_BLE_UART_CONFIG_DEBUG_COLOR&lt;br /&gt;#define NRF_CLI_BLE_UART_CONFIG_DEBUG_COLOR 0&lt;br /&gt;#endif&lt;br /&gt;&lt;br /&gt;// &amp;lt;/e&amp;gt;&lt;br /&gt;&lt;br /&gt;// &amp;lt;e&amp;gt; NRF_CLI_LIBUARTE_CONFIG_LOG_ENABLED - Enables logging in the module.&lt;br /&gt;//==========================================================&lt;br /&gt;#ifndef NRF_CLI_LIBUARTE_CONFIG_LOG_ENABLED&lt;br /&gt;#define NRF_CLI_LIBUARTE_CONFIG_LOG_ENABLED 0&lt;br /&gt;#endif&lt;br /&gt;// &amp;lt;o&amp;gt; NRF_CLI_LIBUARTE_CONFIG_LOG_LEVEL&amp;nbsp; - Default Severity level&lt;br /&gt;&amp;nbsp;&lt;br /&gt;// &amp;lt;0=&amp;gt; Off &lt;br /&gt;// &amp;lt;1=&amp;gt; Error &lt;br /&gt;// &amp;lt;2=&amp;gt; Warning &lt;br /&gt;// &amp;lt;3=&amp;gt; Info &lt;br /&gt;// &amp;lt;4=&amp;gt; Debug &lt;br /&gt;&lt;br /&gt;#ifndef NRF_CLI_LIBUARTE_CONFIG_LOG_LEVEL&lt;br /&gt;#define NRF_CLI_LIBUARTE_CONFIG_LOG_LEVEL 3&lt;br /&gt;#endif&lt;br /&gt;&lt;br /&gt;// &amp;lt;o&amp;gt; NRF_CLI_LIBUARTE_CONFIG_INFO_COLOR&amp;nbsp; - ANSI escape code prefix.&lt;br /&gt;&amp;nbsp;&lt;br /&gt;// &amp;lt;0=&amp;gt; Default &lt;br /&gt;// &amp;lt;1=&amp;gt; Black &lt;br /&gt;// &amp;lt;2=&amp;gt; Red &lt;br /&gt;// &amp;lt;3=&amp;gt; Green &lt;br /&gt;// &amp;lt;4=&amp;gt; Yellow &lt;br /&gt;// &amp;lt;5=&amp;gt; Blue &lt;br /&gt;// &amp;lt;6=&amp;gt; Magenta &lt;br /&gt;// &amp;lt;7=&amp;gt; Cyan &lt;br /&gt;// &amp;lt;8=&amp;gt; White &lt;br /&gt;&lt;br /&gt;#ifndef NRF_CLI_LIBUARTE_CONFIG_INFO_COLOR&lt;br /&gt;#define NRF_CLI_LIBUARTE_CONFIG_INFO_COLOR 0&lt;br /&gt;#endif&lt;br /&gt;&lt;br /&gt;// &amp;lt;o&amp;gt; NRF_CLI_LIBUARTE_CONFIG_DEBUG_COLOR&amp;nbsp; - ANSI escape code prefix.&lt;br /&gt;&amp;nbsp;&lt;br /&gt;// &amp;lt;0=&amp;gt; Default &lt;br /&gt;// &amp;lt;1=&amp;gt; Black &lt;br /&gt;// &amp;lt;2=&amp;gt; Red &lt;br /&gt;// &amp;lt;3=&amp;gt; Green &lt;br /&gt;// &amp;lt;4=&amp;gt; Yellow &lt;br /&gt;// &amp;lt;5=&amp;gt; Blue &lt;br /&gt;// &amp;lt;6=&amp;gt; Magenta &lt;br /&gt;// &amp;lt;7=&amp;gt; Cyan &lt;br /&gt;// &amp;lt;8=&amp;gt; White &lt;br /&gt;&lt;br /&gt;#ifndef NRF_CLI_LIBUARTE_CONFIG_DEBUG_COLOR&lt;br /&gt;#define NRF_CLI_LIBUARTE_CONFIG_DEBUG_COLOR 0&lt;br /&gt;#endif&lt;br /&gt;&lt;br /&gt;// &amp;lt;/e&amp;gt;&lt;br /&gt;&lt;br /&gt;// &amp;lt;e&amp;gt; NRF_CLI_UART_CONFIG_LOG_ENABLED - Enables logging in the module.&lt;br /&gt;//==========================================================&lt;br /&gt;#ifndef NRF_CLI_UART_CONFIG_LOG_ENABLED&lt;br /&gt;#define NRF_CLI_UART_CONFIG_LOG_ENABLED 0&lt;br /&gt;#endif&lt;br /&gt;// &amp;lt;o&amp;gt; NRF_CLI_UART_CONFIG_LOG_LEVEL&amp;nbsp; - Default Severity level&lt;br /&gt;&amp;nbsp;&lt;br /&gt;// &amp;lt;0=&amp;gt; Off &lt;br /&gt;// &amp;lt;1=&amp;gt; Error &lt;br /&gt;// &amp;lt;2=&amp;gt; Warning &lt;br /&gt;// &amp;lt;3=&amp;gt; Info &lt;br /&gt;// &amp;lt;4=&amp;gt; Debug &lt;br /&gt;&lt;br /&gt;#ifndef NRF_CLI_UART_CONFIG_LOG_LEVEL&lt;br /&gt;#define NRF_CLI_UART_CONFIG_LOG_LEVEL 3&lt;br /&gt;#endif&lt;br /&gt;&lt;br /&gt;// &amp;lt;o&amp;gt; NRF_CLI_UART_CONFIG_INFO_COLOR&amp;nbsp; - ANSI escape code prefix.&lt;br /&gt;&amp;nbsp;&lt;br /&gt;// &amp;lt;0=&amp;gt; Default &lt;br /&gt;// &amp;lt;1=&amp;gt; Black &lt;br /&gt;// &amp;lt;2=&amp;gt; Red &lt;br /&gt;// &amp;lt;3=&amp;gt; Green &lt;br /&gt;// &amp;lt;4=&amp;gt; Yellow &lt;br /&gt;// &amp;lt;5=&amp;gt; Blue &lt;br /&gt;// &amp;lt;6=&amp;gt; Magenta &lt;br /&gt;// &amp;lt;7=&amp;gt; Cyan &lt;br /&gt;// &amp;lt;8=&amp;gt; White &lt;br /&gt;&lt;br /&gt;#ifndef NRF_CLI_UART_CONFIG_INFO_COLOR&lt;br /&gt;#define NRF_CLI_UART_CONFIG_INFO_COLOR 0&lt;br /&gt;#endif&lt;br /&gt;&lt;br /&gt;// &amp;lt;o&amp;gt; NRF_CLI_UART_CONFIG_DEBUG_COLOR&amp;nbsp; - ANSI escape code prefix.&lt;br /&gt;&amp;nbsp;&lt;br /&gt;// &amp;lt;0=&amp;gt; Default &lt;br /&gt;// &amp;lt;1=&amp;gt; Black &lt;br /&gt;// &amp;lt;2=&amp;gt; Red &lt;br /&gt;// &amp;lt;3=&amp;gt; Green &lt;br /&gt;// &amp;lt;4=&amp;gt; Yellow &lt;br /&gt;// &amp;lt;5=&amp;gt; Blue &lt;br /&gt;// &amp;lt;6=&amp;gt; Magenta &lt;br /&gt;// &amp;lt;7=&amp;gt; Cyan &lt;br /&gt;// &amp;lt;8=&amp;gt; White &lt;br /&gt;&lt;br /&gt;#ifndef NRF_CLI_UART_CONFIG_DEBUG_COLOR&lt;br /&gt;#define NRF_CLI_UART_CONFIG_DEBUG_COLOR 0&lt;br /&gt;#endif&lt;br /&gt;&lt;br /&gt;// &amp;lt;/e&amp;gt;&lt;br /&gt;&lt;br /&gt;// &amp;lt;e&amp;gt; NRF_LIBUARTE_CONFIG_LOG_ENABLED - Enables logging in the module.&lt;br /&gt;//==========================================================&lt;br /&gt;#ifndef NRF_LIBUARTE_CONFIG_LOG_ENABLED&lt;br /&gt;#define NRF_LIBUARTE_CONFIG_LOG_ENABLED 0&lt;br /&gt;#endif&lt;br /&gt;// &amp;lt;o&amp;gt; NRF_LIBUARTE_CONFIG_LOG_LEVEL&amp;nbsp; - Default Severity level&lt;br /&gt;&amp;nbsp;&lt;br /&gt;// &amp;lt;0=&amp;gt; Off &lt;br /&gt;// &amp;lt;1=&amp;gt; Error &lt;br /&gt;// &amp;lt;2=&amp;gt; Warning &lt;br /&gt;// &amp;lt;3=&amp;gt; Info &lt;br /&gt;// &amp;lt;4=&amp;gt; Debug &lt;br /&gt;&lt;br /&gt;#ifndef NRF_LIBUARTE_CONFIG_LOG_LEVEL&lt;br /&gt;#define NRF_LIBUARTE_CONFIG_LOG_LEVEL 3&lt;br /&gt;#endif&lt;br /&gt;&lt;br /&gt;// &amp;lt;o&amp;gt; NRF_LIBUARTE_CONFIG_INFO_COLOR&amp;nbsp; - ANSI escape code prefix.&lt;br /&gt;&amp;nbsp;&lt;br /&gt;// &amp;lt;0=&amp;gt; Default &lt;br /&gt;// &amp;lt;1=&amp;gt; Black &lt;br /&gt;// &amp;lt;2=&amp;gt; Red &lt;br /&gt;// &amp;lt;3=&amp;gt; Green &lt;br /&gt;// &amp;lt;4=&amp;gt; Yellow &lt;br /&gt;// &amp;lt;5=&amp;gt; Blue &lt;br /&gt;// &amp;lt;6=&amp;gt; Magenta &lt;br /&gt;// &amp;lt;7=&amp;gt; Cyan &lt;br /&gt;// &amp;lt;8=&amp;gt; White &lt;br /&gt;&lt;br /&gt;#ifndef NRF_LIBUARTE_CONFIG_INFO_COLOR&lt;br /&gt;#define NRF_LIBUARTE_CONFIG_INFO_COLOR 0&lt;br /&gt;#endif&lt;br /&gt;&lt;br /&gt;// &amp;lt;o&amp;gt; NRF_LIBUARTE_CONFIG_DEBUG_COLOR&amp;nbsp; - ANSI escape code prefix.&lt;br /&gt;&amp;nbsp;&lt;br /&gt;// &amp;lt;0=&amp;gt; Default &lt;br /&gt;// &amp;lt;1=&amp;gt; Black &lt;br /&gt;// &amp;lt;2=&amp;gt; Red &lt;br /&gt;// &amp;lt;3=&amp;gt; Green &lt;br /&gt;// &amp;lt;4=&amp;gt; Yellow &lt;br /&gt;// &amp;lt;5=&amp;gt; Blue &lt;br /&gt;// &amp;lt;6=&amp;gt; Magenta &lt;br /&gt;// &amp;lt;7=&amp;gt; Cyan &lt;br /&gt;// &amp;lt;8=&amp;gt; White &lt;br /&gt;&lt;br /&gt;#ifndef NRF_LIBUARTE_CONFIG_DEBUG_COLOR&lt;br /&gt;#define NRF_LIBUARTE_CONFIG_DEBUG_COLOR 0&lt;br /&gt;#endif&lt;br /&gt;&lt;br /&gt;// &amp;lt;/e&amp;gt;&lt;br /&gt;&lt;br /&gt;// &amp;lt;e&amp;gt; NRF_MEMOBJ_CONFIG_LOG_ENABLED - Enables logging in the module.&lt;br /&gt;//==========================================================&lt;br /&gt;#ifndef NRF_MEMOBJ_CONFIG_LOG_ENABLED&lt;br /&gt;#define NRF_MEMOBJ_CONFIG_LOG_ENABLED 0&lt;br /&gt;#endif&lt;br /&gt;// &amp;lt;o&amp;gt; NRF_MEMOBJ_CONFIG_LOG_LEVEL&amp;nbsp; - Default Severity level&lt;br /&gt;&amp;nbsp;&lt;br /&gt;// &amp;lt;0=&amp;gt; Off &lt;br /&gt;// &amp;lt;1=&amp;gt; Error &lt;br /&gt;// &amp;lt;2=&amp;gt; Warning &lt;br /&gt;// &amp;lt;3=&amp;gt; Info &lt;br /&gt;// &amp;lt;4=&amp;gt; Debug &lt;br /&gt;&lt;br /&gt;#ifndef NRF_MEMOBJ_CONFIG_LOG_LEVEL&lt;br /&gt;#define NRF_MEMOBJ_CONFIG_LOG_LEVEL 3&lt;br /&gt;#endif&lt;br /&gt;&lt;br /&gt;// &amp;lt;o&amp;gt; NRF_MEMOBJ_CONFIG_INFO_COLOR&amp;nbsp; - ANSI escape code prefix.&lt;br /&gt;&amp;nbsp;&lt;br /&gt;// &amp;lt;0=&amp;gt; Default &lt;br /&gt;// &amp;lt;1=&amp;gt; Black &lt;br /&gt;// &amp;lt;2=&amp;gt; Red &lt;br /&gt;// &amp;lt;3=&amp;gt; Green &lt;br /&gt;// &amp;lt;4=&amp;gt; Yellow &lt;br /&gt;// &amp;lt;5=&amp;gt; Blue &lt;br /&gt;// &amp;lt;6=&amp;gt; Magenta &lt;br /&gt;// &amp;lt;7=&amp;gt; Cyan &lt;br /&gt;// &amp;lt;8=&amp;gt; White &lt;br /&gt;&lt;br /&gt;#ifndef NRF_MEMOBJ_CONFIG_INFO_COLOR&lt;br /&gt;#define NRF_MEMOBJ_CONFIG_INFO_COLOR 0&lt;br /&gt;#endif&lt;br /&gt;&lt;br /&gt;// &amp;lt;o&amp;gt; NRF_MEMOBJ_CONFIG_DEBUG_COLOR&amp;nbsp; - ANSI escape code prefix.&lt;br /&gt;&amp;nbsp;&lt;br /&gt;// &amp;lt;0=&amp;gt; Default &lt;br /&gt;// &amp;lt;1=&amp;gt; Black &lt;br /&gt;// &amp;lt;2=&amp;gt; Red &lt;br /&gt;// &amp;lt;3=&amp;gt; Green &lt;br /&gt;// &amp;lt;4=&amp;gt; Yellow &lt;br /&gt;// &amp;lt;5=&amp;gt; Blue &lt;br /&gt;// &amp;lt;6=&amp;gt; Magenta &lt;br /&gt;// &amp;lt;7=&amp;gt; Cyan &lt;br /&gt;// &amp;lt;8=&amp;gt; White &lt;br /&gt;&lt;br /&gt;#ifndef NRF_MEMOBJ_CONFIG_DEBUG_COLOR&lt;br /&gt;#define NRF_MEMOBJ_CONFIG_DEBUG_COLOR 0&lt;br /&gt;#endif&lt;br /&gt;&lt;br /&gt;// &amp;lt;/e&amp;gt;&lt;br /&gt;&lt;br /&gt;// &amp;lt;e&amp;gt; NRF_PWR_MGMT_CONFIG_LOG_ENABLED - Enables logging in the module.&lt;br /&gt;//==========================================================&lt;br /&gt;#ifndef NRF_PWR_MGMT_CONFIG_LOG_ENABLED&lt;br /&gt;#define NRF_PWR_MGMT_CONFIG_LOG_ENABLED 0&lt;br /&gt;#endif&lt;br /&gt;// &amp;lt;o&amp;gt; NRF_PWR_MGMT_CONFIG_LOG_LEVEL&amp;nbsp; - Default Severity level&lt;br /&gt;&amp;nbsp;&lt;br /&gt;// &amp;lt;0=&amp;gt; Off &lt;br /&gt;// &amp;lt;1=&amp;gt; Error &lt;br /&gt;// &amp;lt;2=&amp;gt; Warning &lt;br /&gt;// &amp;lt;3=&amp;gt; Info &lt;br /&gt;// &amp;lt;4=&amp;gt; Debug &lt;br /&gt;&lt;br /&gt;#ifndef NRF_PWR_MGMT_CONFIG_LOG_LEVEL&lt;br /&gt;#define NRF_PWR_MGMT_CONFIG_LOG_LEVEL 3&lt;br /&gt;#endif&lt;br /&gt;&lt;br /&gt;// &amp;lt;o&amp;gt; NRF_PWR_MGMT_CONFIG_INFO_COLOR&amp;nbsp; - ANSI escape code prefix.&lt;br /&gt;&amp;nbsp;&lt;br /&gt;// &amp;lt;0=&amp;gt; Default &lt;br /&gt;// &amp;lt;1=&amp;gt; Black &lt;br /&gt;// &amp;lt;2=&amp;gt; Red &lt;br /&gt;// &amp;lt;3=&amp;gt; Green &lt;br /&gt;// &amp;lt;4=&amp;gt; Yellow &lt;br /&gt;// &amp;lt;5=&amp;gt; Blue &lt;br /&gt;// &amp;lt;6=&amp;gt; Magenta &lt;br /&gt;// &amp;lt;7=&amp;gt; Cyan &lt;br /&gt;// &amp;lt;8=&amp;gt; White &lt;br /&gt;&lt;br /&gt;#ifndef NRF_PWR_MGMT_CONFIG_INFO_COLOR&lt;br /&gt;#define NRF_PWR_MGMT_CONFIG_INFO_COLOR 0&lt;br /&gt;#endif&lt;br /&gt;&lt;br /&gt;// &amp;lt;o&amp;gt; NRF_PWR_MGMT_CONFIG_DEBUG_COLOR&amp;nbsp; - ANSI escape code prefix.&lt;br /&gt;&amp;nbsp;&lt;br /&gt;// &amp;lt;0=&amp;gt; Default &lt;br /&gt;// &amp;lt;1=&amp;gt; Black &lt;br /&gt;// &amp;lt;2=&amp;gt; Red &lt;br /&gt;// &amp;lt;3=&amp;gt; Green &lt;br /&gt;// &amp;lt;4=&amp;gt; Yellow &lt;br /&gt;// &amp;lt;5=&amp;gt; Blue &lt;br /&gt;// &amp;lt;6=&amp;gt; Magenta &lt;br /&gt;// &amp;lt;7=&amp;gt; Cyan &lt;br /&gt;// &amp;lt;8=&amp;gt; White &lt;br /&gt;&lt;br /&gt;#ifndef NRF_PWR_MGMT_CONFIG_DEBUG_COLOR&lt;br /&gt;#define NRF_PWR_MGMT_CONFIG_DEBUG_COLOR 0&lt;br /&gt;#endif&lt;br /&gt;&lt;br /&gt;// &amp;lt;/e&amp;gt;&lt;br /&gt;&lt;br /&gt;// &amp;lt;e&amp;gt; NRF_QUEUE_CONFIG_LOG_ENABLED - Enables logging in the module.&lt;br /&gt;//==========================================================&lt;br /&gt;#ifndef NRF_QUEUE_CONFIG_LOG_ENABLED&lt;br /&gt;#define NRF_QUEUE_CONFIG_LOG_ENABLED 0&lt;br /&gt;#endif&lt;br /&gt;// &amp;lt;o&amp;gt; NRF_QUEUE_CONFIG_LOG_LEVEL&amp;nbsp; - Default Severity level&lt;br /&gt;&amp;nbsp;&lt;br /&gt;// &amp;lt;0=&amp;gt; Off &lt;br /&gt;// &amp;lt;1=&amp;gt; Error &lt;br /&gt;// &amp;lt;2=&amp;gt; Warning &lt;br /&gt;// &amp;lt;3=&amp;gt; Info &lt;br /&gt;// &amp;lt;4=&amp;gt; Debug &lt;br /&gt;&lt;br /&gt;#ifndef NRF_QUEUE_CONFIG_LOG_LEVEL&lt;br /&gt;#define NRF_QUEUE_CONFIG_LOG_LEVEL 3&lt;br /&gt;#endif&lt;br /&gt;&lt;br /&gt;// &amp;lt;o&amp;gt; NRF_QUEUE_CONFIG_LOG_INIT_FILTER_LEVEL&amp;nbsp; - Initial severity level if dynamic filtering is enabled&lt;br /&gt;&amp;nbsp;&lt;br /&gt;// &amp;lt;0=&amp;gt; Off &lt;br /&gt;// &amp;lt;1=&amp;gt; Error &lt;br /&gt;// &amp;lt;2=&amp;gt; Warning &lt;br /&gt;// &amp;lt;3=&amp;gt; Info &lt;br /&gt;// &amp;lt;4=&amp;gt; Debug &lt;br /&gt;&lt;br /&gt;#ifndef NRF_QUEUE_CONFIG_LOG_INIT_FILTER_LEVEL&lt;br /&gt;#define NRF_QUEUE_CONFIG_LOG_INIT_FILTER_LEVEL 3&lt;br /&gt;#endif&lt;br /&gt;&lt;br /&gt;// &amp;lt;o&amp;gt; NRF_QUEUE_CONFIG_INFO_COLOR&amp;nbsp; - ANSI escape code prefix.&lt;br /&gt;&amp;nbsp;&lt;br /&gt;// &amp;lt;0=&amp;gt; Default &lt;br /&gt;// &amp;lt;1=&amp;gt; Black &lt;br /&gt;// &amp;lt;2=&amp;gt; Red &lt;br /&gt;// &amp;lt;3=&amp;gt; Green &lt;br /&gt;// &amp;lt;4=&amp;gt; Yellow &lt;br /&gt;// &amp;lt;5=&amp;gt; Blue &lt;br /&gt;// &amp;lt;6=&amp;gt; Magenta &lt;br /&gt;// &amp;lt;7=&amp;gt; Cyan &lt;br /&gt;// &amp;lt;8=&amp;gt; White &lt;br /&gt;&lt;br /&gt;#ifndef NRF_QUEUE_CONFIG_INFO_COLOR&lt;br /&gt;#define NRF_QUEUE_CONFIG_INFO_COLOR 0&lt;br /&gt;#endif&lt;br /&gt;&lt;br /&gt;// &amp;lt;o&amp;gt; NRF_QUEUE_CONFIG_DEBUG_COLOR&amp;nbsp; - ANSI escape code prefix.&lt;br /&gt;&amp;nbsp;&lt;br /&gt;// &amp;lt;0=&amp;gt; Default &lt;br /&gt;// &amp;lt;1=&amp;gt; Black &lt;br /&gt;// &amp;lt;2=&amp;gt; Red &lt;br /&gt;// &amp;lt;3=&amp;gt; Green &lt;br /&gt;// &amp;lt;4=&amp;gt; Yellow &lt;br /&gt;// &amp;lt;5=&amp;gt; Blue &lt;br /&gt;// &amp;lt;6=&amp;gt; Magenta &lt;br /&gt;// &amp;lt;7=&amp;gt; Cyan &lt;br /&gt;// &amp;lt;8=&amp;gt; White &lt;br /&gt;&lt;br /&gt;#ifndef NRF_QUEUE_CONFIG_DEBUG_COLOR&lt;br /&gt;#define NRF_QUEUE_CONFIG_DEBUG_COLOR 0&lt;br /&gt;#endif&lt;br /&gt;&lt;br /&gt;// &amp;lt;/e&amp;gt;&lt;br /&gt;&lt;br /&gt;// &amp;lt;e&amp;gt; NRF_SDH_ANT_LOG_ENABLED - Enable logging in SoftDevice handler (ANT) module.&lt;br /&gt;//==========================================================&lt;br /&gt;#ifndef NRF_SDH_ANT_LOG_ENABLED&lt;br /&gt;#define NRF_SDH_ANT_LOG_ENABLED 0&lt;br /&gt;#endif&lt;br /&gt;// &amp;lt;o&amp;gt; NRF_SDH_ANT_LOG_LEVEL&amp;nbsp; - Default Severity level&lt;br /&gt;&amp;nbsp;&lt;br /&gt;// &amp;lt;0=&amp;gt; Off &lt;br /&gt;// &amp;lt;1=&amp;gt; Error &lt;br /&gt;// &amp;lt;2=&amp;gt; Warning &lt;br /&gt;// &amp;lt;3=&amp;gt; Info &lt;br /&gt;// &amp;lt;4=&amp;gt; Debug &lt;br /&gt;&lt;br /&gt;#ifndef NRF_SDH_ANT_LOG_LEVEL&lt;br /&gt;#define NRF_SDH_ANT_LOG_LEVEL 3&lt;br /&gt;#endif&lt;br /&gt;&lt;br /&gt;// &amp;lt;o&amp;gt; NRF_SDH_ANT_INFO_COLOR&amp;nbsp; - ANSI escape code prefix.&lt;br /&gt;&amp;nbsp;&lt;br /&gt;// &amp;lt;0=&amp;gt; Default &lt;br /&gt;// &amp;lt;1=&amp;gt; Black &lt;br /&gt;// &amp;lt;2=&amp;gt; Red &lt;br /&gt;// &amp;lt;3=&amp;gt; Green &lt;br /&gt;// &amp;lt;4=&amp;gt; Yellow &lt;br /&gt;// &amp;lt;5=&amp;gt; Blue &lt;br /&gt;// &amp;lt;6=&amp;gt; Magenta &lt;br /&gt;// &amp;lt;7=&amp;gt; Cyan &lt;br /&gt;// &amp;lt;8=&amp;gt; White &lt;br /&gt;&lt;br /&gt;#ifndef NRF_SDH_ANT_INFO_COLOR&lt;br /&gt;#define NRF_SDH_ANT_INFO_COLOR 0&lt;br /&gt;#endif&lt;br /&gt;&lt;br /&gt;// &amp;lt;o&amp;gt; NRF_SDH_ANT_DEBUG_COLOR&amp;nbsp; - ANSI escape code prefix.&lt;br /&gt;&amp;nbsp;&lt;br /&gt;// &amp;lt;0=&amp;gt; Default &lt;br /&gt;// &amp;lt;1=&amp;gt; Black &lt;br /&gt;// &amp;lt;2=&amp;gt; Red &lt;br /&gt;// &amp;lt;3=&amp;gt; Green &lt;br /&gt;// &amp;lt;4=&amp;gt; Yellow &lt;br /&gt;// &amp;lt;5=&amp;gt; Blue &lt;br /&gt;// &amp;lt;6=&amp;gt; Magenta &lt;br /&gt;// &amp;lt;7=&amp;gt; Cyan &lt;br /&gt;// &amp;lt;8=&amp;gt; White &lt;br /&gt;&lt;br /&gt;#ifndef NRF_SDH_ANT_DEBUG_COLOR&lt;br /&gt;#define NRF_SDH_ANT_DEBUG_COLOR 0&lt;br /&gt;#endif&lt;br /&gt;&lt;br /&gt;// &amp;lt;/e&amp;gt;&lt;br /&gt;&lt;br /&gt;// &amp;lt;e&amp;gt; NRF_SDH_BLE_LOG_ENABLED - Enable logging in SoftDevice handler (BLE) module.&lt;br /&gt;//==========================================================&lt;br /&gt;#ifndef NRF_SDH_BLE_LOG_ENABLED&lt;br /&gt;#define NRF_SDH_BLE_LOG_ENABLED 0&lt;br /&gt;#endif&lt;br /&gt;// &amp;lt;o&amp;gt; NRF_SDH_BLE_LOG_LEVEL&amp;nbsp; - Default Severity level&lt;br /&gt;&amp;nbsp;&lt;br /&gt;// &amp;lt;0=&amp;gt; Off &lt;br /&gt;// &amp;lt;1=&amp;gt; Error &lt;br /&gt;// &amp;lt;2=&amp;gt; Warning &lt;br /&gt;// &amp;lt;3=&amp;gt; Info &lt;br /&gt;// &amp;lt;4=&amp;gt; Debug &lt;br /&gt;&lt;br /&gt;#ifndef NRF_SDH_BLE_LOG_LEVEL&lt;br /&gt;#define NRF_SDH_BLE_LOG_LEVEL 3&lt;br /&gt;#endif&lt;br /&gt;&lt;br /&gt;// &amp;lt;o&amp;gt; NRF_SDH_BLE_INFO_COLOR&amp;nbsp; - ANSI escape code prefix.&lt;br /&gt;&amp;nbsp;&lt;br /&gt;// &amp;lt;0=&amp;gt; Default &lt;br /&gt;// &amp;lt;1=&amp;gt; Black &lt;br /&gt;// &amp;lt;2=&amp;gt; Red &lt;br /&gt;// &amp;lt;3=&amp;gt; Green &lt;br /&gt;// &amp;lt;4=&amp;gt; Yellow &lt;br /&gt;// &amp;lt;5=&amp;gt; Blue &lt;br /&gt;// &amp;lt;6=&amp;gt; Magenta &lt;br /&gt;// &amp;lt;7=&amp;gt; Cyan &lt;br /&gt;// &amp;lt;8=&amp;gt; White &lt;br /&gt;&lt;br /&gt;#ifndef NRF_SDH_BLE_INFO_COLOR&lt;br /&gt;#define NRF_SDH_BLE_INFO_COLOR 0&lt;br /&gt;#endif&lt;br /&gt;&lt;br /&gt;// &amp;lt;o&amp;gt; NRF_SDH_BLE_DEBUG_COLOR&amp;nbsp; - ANSI escape code prefix.&lt;br /&gt;&amp;nbsp;&lt;br /&gt;// &amp;lt;0=&amp;gt; Default &lt;br /&gt;// &amp;lt;1=&amp;gt; Black &lt;br /&gt;// &amp;lt;2=&amp;gt; Red &lt;br /&gt;// &amp;lt;3=&amp;gt; Green &lt;br /&gt;// &amp;lt;4=&amp;gt; Yellow &lt;br /&gt;// &amp;lt;5=&amp;gt; Blue &lt;br /&gt;// &amp;lt;6=&amp;gt; Magenta &lt;br /&gt;// &amp;lt;7=&amp;gt; Cyan &lt;br /&gt;// &amp;lt;8=&amp;gt; White &lt;br /&gt;&lt;br /&gt;#ifndef NRF_SDH_BLE_DEBUG_COLOR&lt;br /&gt;#define NRF_SDH_BLE_DEBUG_COLOR 0&lt;br /&gt;#endif&lt;br /&gt;&lt;br /&gt;// &amp;lt;/e&amp;gt;&lt;br /&gt;&lt;br /&gt;// &amp;lt;e&amp;gt; NRF_SDH_LOG_ENABLED - Enable logging in SoftDevice handler module.&lt;br /&gt;//==========================================================&lt;br /&gt;#ifndef NRF_SDH_LOG_ENABLED&lt;br /&gt;#define NRF_SDH_LOG_ENABLED 0&lt;br /&gt;#endif&lt;br /&gt;// &amp;lt;o&amp;gt; NRF_SDH_LOG_LEVEL&amp;nbsp; - Default Severity level&lt;br /&gt;&amp;nbsp;&lt;br /&gt;// &amp;lt;0=&amp;gt; Off &lt;br /&gt;// &amp;lt;1=&amp;gt; Error &lt;br /&gt;// &amp;lt;2=&amp;gt; Warning &lt;br /&gt;// &amp;lt;3=&amp;gt; Info &lt;br /&gt;// &amp;lt;4=&amp;gt; Debug &lt;br /&gt;&lt;br /&gt;#ifndef NRF_SDH_LOG_LEVEL&lt;br /&gt;#define NRF_SDH_LOG_LEVEL 3&lt;br /&gt;#endif&lt;br /&gt;&lt;br /&gt;// &amp;lt;o&amp;gt; NRF_SDH_INFO_COLOR&amp;nbsp; - ANSI escape code prefix.&lt;br /&gt;&amp;nbsp;&lt;br /&gt;// &amp;lt;0=&amp;gt; Default &lt;br /&gt;// &amp;lt;1=&amp;gt; Black &lt;br /&gt;// &amp;lt;2=&amp;gt; Red &lt;br /&gt;// &amp;lt;3=&amp;gt; Green &lt;br /&gt;// &amp;lt;4=&amp;gt; Yellow &lt;br /&gt;// &amp;lt;5=&amp;gt; Blue &lt;br /&gt;// &amp;lt;6=&amp;gt; Magenta &lt;br /&gt;// &amp;lt;7=&amp;gt; Cyan &lt;br /&gt;// &amp;lt;8=&amp;gt; White &lt;br /&gt;&lt;br /&gt;#ifndef NRF_SDH_INFO_COLOR&lt;br /&gt;#define NRF_SDH_INFO_COLOR 0&lt;br /&gt;#endif&lt;br /&gt;&lt;br /&gt;// &amp;lt;o&amp;gt; NRF_SDH_DEBUG_COLOR&amp;nbsp; - ANSI escape code prefix.&lt;br /&gt;&amp;nbsp;&lt;br /&gt;// &amp;lt;0=&amp;gt; Default &lt;br /&gt;// &amp;lt;1=&amp;gt; Black &lt;br /&gt;// &amp;lt;2=&amp;gt; Red &lt;br /&gt;// &amp;lt;3=&amp;gt; Green &lt;br /&gt;// &amp;lt;4=&amp;gt; Yellow &lt;br /&gt;// &amp;lt;5=&amp;gt; Blue &lt;br /&gt;// &amp;lt;6=&amp;gt; Magenta &lt;br /&gt;// &amp;lt;7=&amp;gt; Cyan &lt;br /&gt;// &amp;lt;8=&amp;gt; White &lt;br /&gt;&lt;br /&gt;#ifndef NRF_SDH_DEBUG_COLOR&lt;br /&gt;#define NRF_SDH_DEBUG_COLOR 0&lt;br /&gt;#endif&lt;br /&gt;&lt;br /&gt;// &amp;lt;/e&amp;gt;&lt;br /&gt;&lt;br /&gt;// &amp;lt;e&amp;gt; NRF_SDH_SOC_LOG_ENABLED - Enable logging in SoftDevice handler (SoC) module.&lt;br /&gt;//==========================================================&lt;br /&gt;#ifndef NRF_SDH_SOC_LOG_ENABLED&lt;br /&gt;#define NRF_SDH_SOC_LOG_ENABLED 0&lt;br /&gt;#endif&lt;br /&gt;// &amp;lt;o&amp;gt; NRF_SDH_SOC_LOG_LEVEL&amp;nbsp; - Default Severity level&lt;br /&gt;&amp;nbsp;&lt;br /&gt;// &amp;lt;0=&amp;gt; Off &lt;br /&gt;// &amp;lt;1=&amp;gt; Error &lt;br /&gt;// &amp;lt;2=&amp;gt; Warning &lt;br /&gt;// &amp;lt;3=&amp;gt; Info &lt;br /&gt;// &amp;lt;4=&amp;gt; Debug &lt;br /&gt;&lt;br /&gt;#ifndef NRF_SDH_SOC_LOG_LEVEL&lt;br /&gt;#define NRF_SDH_SOC_LOG_LEVEL 3&lt;br /&gt;#endif&lt;br /&gt;&lt;br /&gt;// &amp;lt;o&amp;gt; NRF_SDH_SOC_INFO_COLOR&amp;nbsp; - ANSI escape code prefix.&lt;br /&gt;&amp;nbsp;&lt;br /&gt;// &amp;lt;0=&amp;gt; Default &lt;br /&gt;// &amp;lt;1=&amp;gt; Black &lt;br /&gt;// &amp;lt;2=&amp;gt; Red &lt;br /&gt;// &amp;lt;3=&amp;gt; Green &lt;br /&gt;// &amp;lt;4=&amp;gt; Yellow &lt;br /&gt;// &amp;lt;5=&amp;gt; Blue &lt;br /&gt;// &amp;lt;6=&amp;gt; Magenta &lt;br /&gt;// &amp;lt;7=&amp;gt; Cyan &lt;br /&gt;// &amp;lt;8=&amp;gt; White &lt;br /&gt;&lt;br /&gt;#ifndef NRF_SDH_SOC_INFO_COLOR&lt;br /&gt;#define NRF_SDH_SOC_INFO_COLOR 0&lt;br /&gt;#endif&lt;br /&gt;&lt;br /&gt;// &amp;lt;o&amp;gt; NRF_SDH_SOC_DEBUG_COLOR&amp;nbsp; - ANSI escape code prefix.&lt;br /&gt;&amp;nbsp;&lt;br /&gt;// &amp;lt;0=&amp;gt; Default &lt;br /&gt;// &amp;lt;1=&amp;gt; Black &lt;br /&gt;// &amp;lt;2=&amp;gt; Red &lt;br /&gt;// &amp;lt;3=&amp;gt; Green &lt;br /&gt;// &amp;lt;4=&amp;gt; Yellow &lt;br /&gt;// &amp;lt;5=&amp;gt; Blue &lt;br /&gt;// &amp;lt;6=&amp;gt; Magenta &lt;br /&gt;// &amp;lt;7=&amp;gt; Cyan &lt;br /&gt;// &amp;lt;8=&amp;gt; White &lt;br /&gt;&lt;br /&gt;#ifndef NRF_SDH_SOC_DEBUG_COLOR&lt;br /&gt;#define NRF_SDH_SOC_DEBUG_COLOR 0&lt;br /&gt;#endif&lt;br /&gt;&lt;br /&gt;// &amp;lt;/e&amp;gt;&lt;br /&gt;&lt;br /&gt;// &amp;lt;e&amp;gt; NRF_SORTLIST_CONFIG_LOG_ENABLED - Enables logging in the module.&lt;br /&gt;//==========================================================&lt;br /&gt;#ifndef NRF_SORTLIST_CONFIG_LOG_ENABLED&lt;br /&gt;#define NRF_SORTLIST_CONFIG_LOG_ENABLED 0&lt;br /&gt;#endif&lt;br /&gt;// &amp;lt;o&amp;gt; NRF_SORTLIST_CONFIG_LOG_LEVEL&amp;nbsp; - Default Severity level&lt;br /&gt;&amp;nbsp;&lt;br /&gt;// &amp;lt;0=&amp;gt; Off &lt;br /&gt;// &amp;lt;1=&amp;gt; Error &lt;br /&gt;// &amp;lt;2=&amp;gt; Warning &lt;br /&gt;// &amp;lt;3=&amp;gt; Info &lt;br /&gt;// &amp;lt;4=&amp;gt; Debug &lt;br /&gt;&lt;br /&gt;#ifndef NRF_SORTLIST_CONFIG_LOG_LEVEL&lt;br /&gt;#define NRF_SORTLIST_CONFIG_LOG_LEVEL 3&lt;br /&gt;#endif&lt;br /&gt;&lt;br /&gt;// &amp;lt;o&amp;gt; NRF_SORTLIST_CONFIG_INFO_COLOR&amp;nbsp; - ANSI escape code prefix.&lt;br /&gt;&amp;nbsp;&lt;br /&gt;// &amp;lt;0=&amp;gt; Default &lt;br /&gt;// &amp;lt;1=&amp;gt; Black &lt;br /&gt;// &amp;lt;2=&amp;gt; Red &lt;br /&gt;// &amp;lt;3=&amp;gt; Green &lt;br /&gt;// &amp;lt;4=&amp;gt; Yellow &lt;br /&gt;// &amp;lt;5=&amp;gt; Blue &lt;br /&gt;// &amp;lt;6=&amp;gt; Magenta &lt;br /&gt;// &amp;lt;7=&amp;gt; Cyan &lt;br /&gt;// &amp;lt;8=&amp;gt; White &lt;br /&gt;&lt;br /&gt;#ifndef NRF_SORTLIST_CONFIG_INFO_COLOR&lt;br /&gt;#define NRF_SORTLIST_CONFIG_INFO_COLOR 0&lt;br /&gt;#endif&lt;br /&gt;&lt;br /&gt;// &amp;lt;o&amp;gt; NRF_SORTLIST_CONFIG_DEBUG_COLOR&amp;nbsp; - ANSI escape code prefix.&lt;br /&gt;&amp;nbsp;&lt;br /&gt;// &amp;lt;0=&amp;gt; Default &lt;br /&gt;// &amp;lt;1=&amp;gt; Black &lt;br /&gt;// &amp;lt;2=&amp;gt; Red &lt;br /&gt;// &amp;lt;3=&amp;gt; Green &lt;br /&gt;// &amp;lt;4=&amp;gt; Yellow &lt;br /&gt;// &amp;lt;5=&amp;gt; Blue &lt;br /&gt;// &amp;lt;6=&amp;gt; Magenta &lt;br /&gt;// &amp;lt;7=&amp;gt; Cyan &lt;br /&gt;// &amp;lt;8=&amp;gt; White &lt;br /&gt;&lt;br /&gt;#ifndef NRF_SORTLIST_CONFIG_DEBUG_COLOR&lt;br /&gt;#define NRF_SORTLIST_CONFIG_DEBUG_COLOR 0&lt;br /&gt;#endif&lt;br /&gt;&lt;br /&gt;// &amp;lt;/e&amp;gt;&lt;br /&gt;&lt;br /&gt;// &amp;lt;e&amp;gt; NRF_TWI_SENSOR_CONFIG_LOG_ENABLED - Enables logging in the module.&lt;br /&gt;//==========================================================&lt;br /&gt;#ifndef NRF_TWI_SENSOR_CONFIG_LOG_ENABLED&lt;br /&gt;#define NRF_TWI_SENSOR_CONFIG_LOG_ENABLED 0&lt;br /&gt;#endif&lt;br /&gt;// &amp;lt;o&amp;gt; NRF_TWI_SENSOR_CONFIG_LOG_LEVEL&amp;nbsp; - Default Severity level&lt;br /&gt;&amp;nbsp;&lt;br /&gt;// &amp;lt;0=&amp;gt; Off &lt;br /&gt;// &amp;lt;1=&amp;gt; Error &lt;br /&gt;// &amp;lt;2=&amp;gt; Warning &lt;br /&gt;// &amp;lt;3=&amp;gt; Info &lt;br /&gt;// &amp;lt;4=&amp;gt; Debug &lt;br /&gt;&lt;br /&gt;#ifndef NRF_TWI_SENSOR_CONFIG_LOG_LEVEL&lt;br /&gt;#define NRF_TWI_SENSOR_CONFIG_LOG_LEVEL 3&lt;br /&gt;#endif&lt;br /&gt;&lt;br /&gt;// &amp;lt;o&amp;gt; NRF_TWI_SENSOR_CONFIG_INFO_COLOR&amp;nbsp; - ANSI escape code prefix.&lt;br /&gt;&amp;nbsp;&lt;br /&gt;// &amp;lt;0=&amp;gt; Default &lt;br /&gt;// &amp;lt;1=&amp;gt; Black &lt;br /&gt;// &amp;lt;2=&amp;gt; Red &lt;br /&gt;// &amp;lt;3=&amp;gt; Green &lt;br /&gt;// &amp;lt;4=&amp;gt; Yellow &lt;br /&gt;// &amp;lt;5=&amp;gt; Blue &lt;br /&gt;// &amp;lt;6=&amp;gt; Magenta &lt;br /&gt;// &amp;lt;7=&amp;gt; Cyan &lt;br /&gt;// &amp;lt;8=&amp;gt; White &lt;br /&gt;&lt;br /&gt;#ifndef NRF_TWI_SENSOR_CONFIG_INFO_COLOR&lt;br /&gt;#define NRF_TWI_SENSOR_CONFIG_INFO_COLOR 0&lt;br /&gt;#endif&lt;br /&gt;&lt;br /&gt;// &amp;lt;o&amp;gt; NRF_TWI_SENSOR_CONFIG_DEBUG_COLOR&amp;nbsp; - ANSI escape code prefix.&lt;br /&gt;&amp;nbsp;&lt;br /&gt;// &amp;lt;0=&amp;gt; Default &lt;br /&gt;// &amp;lt;1=&amp;gt; Black &lt;br /&gt;// &amp;lt;2=&amp;gt; Red &lt;br /&gt;// &amp;lt;3=&amp;gt; Green &lt;br /&gt;// &amp;lt;4=&amp;gt; Yellow &lt;br /&gt;// &amp;lt;5=&amp;gt; Blue &lt;br /&gt;// &amp;lt;6=&amp;gt; Magenta &lt;br /&gt;// &amp;lt;7=&amp;gt; Cyan &lt;br /&gt;// &amp;lt;8=&amp;gt; White &lt;br /&gt;&lt;br /&gt;#ifndef NRF_TWI_SENSOR_CONFIG_DEBUG_COLOR&lt;br /&gt;#define NRF_TWI_SENSOR_CONFIG_DEBUG_COLOR 0&lt;br /&gt;#endif&lt;br /&gt;&lt;br /&gt;// &amp;lt;/e&amp;gt;&lt;br /&gt;&lt;br /&gt;// &amp;lt;e&amp;gt; PM_LOG_ENABLED - Enable logging in Peer Manager and its submodules.&lt;br /&gt;//==========================================================&lt;br /&gt;#ifndef PM_LOG_ENABLED&lt;br /&gt;#define PM_LOG_ENABLED 1&lt;br /&gt;#endif&lt;br /&gt;// &amp;lt;o&amp;gt; PM_LOG_LEVEL&amp;nbsp; - Default Severity level&lt;br /&gt;&amp;nbsp;&lt;br /&gt;// &amp;lt;0=&amp;gt; Off &lt;br /&gt;// &amp;lt;1=&amp;gt; Error &lt;br /&gt;// &amp;lt;2=&amp;gt; Warning &lt;br /&gt;// &amp;lt;3=&amp;gt; Info &lt;br /&gt;// &amp;lt;4=&amp;gt; Debug &lt;br /&gt;&lt;br /&gt;#ifndef PM_LOG_LEVEL&lt;br /&gt;#define PM_LOG_LEVEL 3&lt;br /&gt;#endif&lt;br /&gt;&lt;br /&gt;// &amp;lt;o&amp;gt; PM_LOG_INFO_COLOR&amp;nbsp; - ANSI escape code prefix.&lt;br /&gt;&amp;nbsp;&lt;br /&gt;// &amp;lt;0=&amp;gt; Default &lt;br /&gt;// &amp;lt;1=&amp;gt; Black &lt;br /&gt;// &amp;lt;2=&amp;gt; Red &lt;br /&gt;// &amp;lt;3=&amp;gt; Green &lt;br /&gt;// &amp;lt;4=&amp;gt; Yellow &lt;br /&gt;// &amp;lt;5=&amp;gt; Blue &lt;br /&gt;// &amp;lt;6=&amp;gt; Magenta &lt;br /&gt;// &amp;lt;7=&amp;gt; Cyan &lt;br /&gt;// &amp;lt;8=&amp;gt; White &lt;br /&gt;&lt;br /&gt;#ifndef PM_LOG_INFO_COLOR&lt;br /&gt;#define PM_LOG_INFO_COLOR 0&lt;br /&gt;#endif&lt;br /&gt;&lt;br /&gt;// &amp;lt;o&amp;gt; PM_LOG_DEBUG_COLOR&amp;nbsp; - ANSI escape code prefix.&lt;br /&gt;&amp;nbsp;&lt;br /&gt;// &amp;lt;0=&amp;gt; Default &lt;br /&gt;// &amp;lt;1=&amp;gt; Black &lt;br /&gt;// &amp;lt;2=&amp;gt; Red &lt;br /&gt;// &amp;lt;3=&amp;gt; Green &lt;br /&gt;// &amp;lt;4=&amp;gt; Yellow &lt;br /&gt;// &amp;lt;5=&amp;gt; Blue &lt;br /&gt;// &amp;lt;6=&amp;gt; Magenta &lt;br /&gt;// &amp;lt;7=&amp;gt; Cyan &lt;br /&gt;// &amp;lt;8=&amp;gt; White &lt;br /&gt;&lt;br /&gt;#ifndef PM_LOG_DEBUG_COLOR&lt;br /&gt;#define PM_LOG_DEBUG_COLOR 0&lt;br /&gt;#endif&lt;br /&gt;&lt;br /&gt;// &amp;lt;/e&amp;gt;&lt;br /&gt;&lt;br /&gt;// &amp;lt;/h&amp;gt; &lt;br /&gt;//==========================================================&lt;br /&gt;&lt;br /&gt;// &amp;lt;h&amp;gt; nrf_log in nRF_Serialization &lt;br /&gt;&lt;br /&gt;//==========================================================&lt;br /&gt;// &amp;lt;e&amp;gt; SER_HAL_TRANSPORT_CONFIG_LOG_ENABLED - Enables logging in the module.&lt;br /&gt;//==========================================================&lt;br /&gt;#ifndef SER_HAL_TRANSPORT_CONFIG_LOG_ENABLED&lt;br /&gt;#define SER_HAL_TRANSPORT_CONFIG_LOG_ENABLED 0&lt;br /&gt;#endif&lt;br /&gt;// &amp;lt;o&amp;gt; SER_HAL_TRANSPORT_CONFIG_LOG_LEVEL&amp;nbsp; - Default Severity level&lt;br /&gt;&amp;nbsp;&lt;br /&gt;// &amp;lt;0=&amp;gt; Off &lt;br /&gt;// &amp;lt;1=&amp;gt; Error &lt;br /&gt;// &amp;lt;2=&amp;gt; Warning &lt;br /&gt;// &amp;lt;3=&amp;gt; Info &lt;br /&gt;// &amp;lt;4=&amp;gt; Debug &lt;br /&gt;&lt;br /&gt;#ifndef SER_HAL_TRANSPORT_CONFIG_LOG_LEVEL&lt;br /&gt;#define SER_HAL_TRANSPORT_CONFIG_LOG_LEVEL 3&lt;br /&gt;#endif&lt;br /&gt;&lt;br /&gt;// &amp;lt;o&amp;gt; SER_HAL_TRANSPORT_CONFIG_INFO_COLOR&amp;nbsp; - ANSI escape code prefix.&lt;br /&gt;&amp;nbsp;&lt;br /&gt;// &amp;lt;0=&amp;gt; Default &lt;br /&gt;// &amp;lt;1=&amp;gt; Black &lt;br /&gt;// &amp;lt;2=&amp;gt; Red &lt;br /&gt;// &amp;lt;3=&amp;gt; Green &lt;br /&gt;// &amp;lt;4=&amp;gt; Yellow &lt;br /&gt;// &amp;lt;5=&amp;gt; Blue &lt;br /&gt;// &amp;lt;6=&amp;gt; Magenta &lt;br /&gt;// &amp;lt;7=&amp;gt; Cyan &lt;br /&gt;// &amp;lt;8=&amp;gt; White &lt;br /&gt;&lt;br /&gt;#ifndef SER_HAL_TRANSPORT_CONFIG_INFO_COLOR&lt;br /&gt;#define SER_HAL_TRANSPORT_CONFIG_INFO_COLOR 0&lt;br /&gt;#endif&lt;br /&gt;&lt;br /&gt;// &amp;lt;o&amp;gt; SER_HAL_TRANSPORT_CONFIG_DEBUG_COLOR&amp;nbsp; - ANSI escape code prefix.&lt;br /&gt;&amp;nbsp;&lt;br /&gt;// &amp;lt;0=&amp;gt; Default &lt;br /&gt;// &amp;lt;1=&amp;gt; Black &lt;br /&gt;// &amp;lt;2=&amp;gt; Red &lt;br /&gt;// &amp;lt;3=&amp;gt; Green &lt;br /&gt;// &amp;lt;4=&amp;gt; Yellow &lt;br /&gt;// &amp;lt;5=&amp;gt; Blue &lt;br /&gt;// &amp;lt;6=&amp;gt; Magenta &lt;br /&gt;// &amp;lt;7=&amp;gt; Cyan &lt;br /&gt;// &amp;lt;8=&amp;gt; White &lt;br /&gt;&lt;br /&gt;#ifndef SER_HAL_TRANSPORT_CONFIG_DEBUG_COLOR&lt;br /&gt;#define SER_HAL_TRANSPORT_CONFIG_DEBUG_COLOR 0&lt;br /&gt;#endif&lt;br /&gt;&lt;br /&gt;// &amp;lt;/e&amp;gt;&lt;br /&gt;&lt;br /&gt;// &amp;lt;/h&amp;gt; &lt;br /&gt;//==========================================================&lt;br /&gt;&lt;br /&gt;// &amp;lt;/h&amp;gt; &lt;br /&gt;//==========================================================&lt;br /&gt;&lt;br /&gt;// &amp;lt;/e&amp;gt;&lt;br /&gt;&lt;br /&gt;// &amp;lt;q&amp;gt; NRF_LOG_STR_FORMATTER_TIMESTAMP_FORMAT_ENABLED&amp;nbsp; - nrf_log_str_formatter - Log string formatter&lt;br /&gt;&amp;nbsp;&lt;br /&gt;&lt;br /&gt;#ifndef NRF_LOG_STR_FORMATTER_TIMESTAMP_FORMAT_ENABLED&lt;br /&gt;#define NRF_LOG_STR_FORMATTER_TIMESTAMP_FORMAT_ENABLED 1&lt;br /&gt;#endif&lt;br /&gt;&lt;br /&gt;// &amp;lt;/h&amp;gt; &lt;br /&gt;//==========================================================&lt;br /&gt;&lt;br /&gt;// &amp;lt;h&amp;gt; nRF_Segger_RTT &lt;br /&gt;&lt;br /&gt;//==========================================================&lt;br /&gt;// &amp;lt;h&amp;gt; segger_rtt - SEGGER RTT&lt;br /&gt;&lt;br /&gt;//==========================================================&lt;br /&gt;// &amp;lt;o&amp;gt; SEGGER_RTT_CONFIG_BUFFER_SIZE_UP - Size of upstream buffer. &lt;br /&gt;// &amp;lt;i&amp;gt; Note that either @ref NRF_LOG_BACKEND_RTT_OUTPUT_BUFFER_SIZE&lt;br /&gt;// &amp;lt;i&amp;gt; or this value is actually used. It depends on which one is bigger.&lt;br /&gt;&lt;br /&gt;#ifndef SEGGER_RTT_CONFIG_BUFFER_SIZE_UP&lt;br /&gt;#define SEGGER_RTT_CONFIG_BUFFER_SIZE_UP 512&lt;br /&gt;#endif&lt;br /&gt;&lt;br /&gt;// &amp;lt;o&amp;gt; SEGGER_RTT_CONFIG_MAX_NUM_UP_BUFFERS - Maximum number of upstream buffers. &lt;br /&gt;#ifndef SEGGER_RTT_CONFIG_MAX_NUM_UP_BUFFERS&lt;br /&gt;#define SEGGER_RTT_CONFIG_MAX_NUM_UP_BUFFERS 2&lt;br /&gt;#endif&lt;br /&gt;&lt;br /&gt;// &amp;lt;o&amp;gt; SEGGER_RTT_CONFIG_BUFFER_SIZE_DOWN - Size of downstream buffer. &lt;br /&gt;#ifndef SEGGER_RTT_CONFIG_BUFFER_SIZE_DOWN&lt;br /&gt;#define SEGGER_RTT_CONFIG_BUFFER_SIZE_DOWN 16&lt;br /&gt;#endif&lt;br /&gt;&lt;br /&gt;// &amp;lt;o&amp;gt; SEGGER_RTT_CONFIG_MAX_NUM_DOWN_BUFFERS - Maximum number of downstream buffers. &lt;br /&gt;#ifndef SEGGER_RTT_CONFIG_MAX_NUM_DOWN_BUFFERS&lt;br /&gt;#define SEGGER_RTT_CONFIG_MAX_NUM_DOWN_BUFFERS 2&lt;br /&gt;#endif&lt;br /&gt;&lt;br /&gt;// &amp;lt;o&amp;gt; SEGGER_RTT_CONFIG_DEFAULT_MODE&amp;nbsp; - RTT behavior if the buffer is full.&lt;br /&gt;&amp;nbsp;&lt;br /&gt;&lt;br /&gt;// &amp;lt;i&amp;gt; The following modes are supported:&lt;br /&gt;// &amp;lt;i&amp;gt; - SKIP&amp;nbsp; - Do not block, output nothing.&lt;br /&gt;// &amp;lt;i&amp;gt; - TRIM&amp;nbsp; - Do not block, output as much as fits.&lt;br /&gt;// &amp;lt;i&amp;gt; - BLOCK - Wait until there is space in the buffer.&lt;br /&gt;// &amp;lt;0=&amp;gt; SKIP &lt;br /&gt;// &amp;lt;1=&amp;gt; TRIM &lt;br /&gt;// &amp;lt;2=&amp;gt; BLOCK_IF_FIFO_FULL &lt;br /&gt;&lt;br /&gt;#ifndef SEGGER_RTT_CONFIG_DEFAULT_MODE&lt;br /&gt;#define SEGGER_RTT_CONFIG_DEFAULT_MODE 0&lt;br /&gt;#endif&lt;br /&gt;&lt;br /&gt;// &amp;lt;/h&amp;gt; &lt;br /&gt;//==========================================================&lt;br /&gt;&lt;br /&gt;// &amp;lt;/h&amp;gt; &lt;br /&gt;//==========================================================&lt;br /&gt;&lt;br /&gt;// &amp;lt;&amp;lt;&amp;lt; end of configuration section &amp;gt;&amp;gt;&amp;gt;&lt;br /&gt;#endif //SDK_CONFIG_H&lt;br /&gt;&lt;br /&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: NRF SDK , how to disable DMA when using SPI</title><link>https://devzone.nordicsemi.com/thread/398981?ContentTypeID=1</link><pubDate>Mon, 05 Dec 2022 13:19:25 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:16b744a2-c960-4596-b2ce-45cc7e034a01</guid><dc:creator>Sigurd</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;in sdk_config.h:&lt;/p&gt;
&lt;p&gt;set&amp;nbsp;SPI0_USE_EASY_DMA to 0&lt;/p&gt;
&lt;p&gt;might also need to set&amp;nbsp;NRFX_SPIM0_ENABLED and NRFX_SPIM_ENABLED to 0 as well.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>