/* * Copyright (c) 2024 - 2025, Nordic Semiconductor ASA * All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: * * 1. Redistributions of source code must retain the above copyright notice, this * list of conditions and the following disclaimer. * * 2. Redistributions in binary form must reproduce the above copyright * notice, this list of conditions and the following disclaimer in the * documentation and/or other materials provided with the distribution. * * 3. Neither the name of the copyright holder nor the names of its * contributors may be used to endorse or promote products derived from this * software without specific prior written permission. * * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" * AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE * ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE * LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN * CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE * POSSIBILITY OF SUCH DAMAGE. */ #ifndef NRFX_CONFIG_NRF54L09_ENGA_APPLICATION_H__ #define NRFX_CONFIG_NRF54L09_ENGA_APPLICATION_H__ #ifndef NRFX_CONFIG_H__ #error "This file should not be included directly. Include nrfx_config.h instead." #endif /** * @brief NRFX_DEFAULT_IRQ_PRIORITY * * Integer value. Minimum: 0. Maximum: 7. */ #ifndef NRFX_DEFAULT_IRQ_PRIORITY #define NRFX_DEFAULT_IRQ_PRIORITY 7 #endif /** * @brief NRFX_CLOCK_ENABLED * * Boolean. Accepted values: 0 and 1. */ #ifndef NRFX_CLOCK_ENABLED #define NRFX_CLOCK_ENABLED 0 #endif /** * @brief NRFX_CLOCK_CONFIG_LF_SRC * * Integer value. * Supported values: * - RC = 0 * - XTAL = 1 * - Synth = 2 */ #ifndef NRFX_CLOCK_CONFIG_LF_SRC #define NRFX_CLOCK_CONFIG_LF_SRC 1 #endif /** * @brief NRFX_CLOCK_CONFIG_LF_CAL_ENABLED * * Boolean. Accepted values: 0 and 1. */ #ifndef NRFX_CLOCK_CONFIG_LF_CAL_ENABLED #define NRFX_CLOCK_CONFIG_LF_CAL_ENABLED 0 #endif /** * @brief NRFX_CLOCK_CONFIG_LFXO_TWO_STAGE_ENABLED * * Boolean. Accepted values: 0 and 1. */ #ifndef NRFX_CLOCK_CONFIG_LFXO_TWO_STAGE_ENABLED #define NRFX_CLOCK_CONFIG_LFXO_TWO_STAGE_ENABLED 0 #endif /** * @brief NRFX_CLOCK_DEFAULT_CONFIG_IRQ_PRIORITY * * Integer value. Minimum: 0. Maximum: 7. */ #ifndef NRFX_CLOCK_DEFAULT_CONFIG_IRQ_PRIORITY #define NRFX_CLOCK_DEFAULT_CONFIG_IRQ_PRIORITY NRFX_DEFAULT_IRQ_PRIORITY #endif /** * @brief NRFX_CLOCK_CONFIG_LOG_ENABLED * * Boolean. Accepted values: 0 and 1. */ #ifndef NRFX_CLOCK_CONFIG_LOG_ENABLED #define NRFX_CLOCK_CONFIG_LOG_ENABLED 0 #endif /** * @brief NRFX_CLOCK_CONFIG_LOG_LEVEL * * Integer value. * Supported values: * - Off = 0 * - Error = 1 * - Warning = 2 * - Info = 3 * - Debug = 4 */ #ifndef NRFX_CLOCK_CONFIG_LOG_LEVEL #define NRFX_CLOCK_CONFIG_LOG_LEVEL 3 #endif /** * @brief NRFX_COMP_ENABLED * * Boolean. Accepted values: 0 and 1. */ #ifndef NRFX_COMP_ENABLED #define NRFX_COMP_ENABLED 0 #endif /** * @brief NRFX_COMP_DEFAULT_CONFIG_IRQ_PRIORITY * * Integer value. Minimum: 0. Maximum: 7. */ #ifndef NRFX_COMP_DEFAULT_CONFIG_IRQ_PRIORITY #define NRFX_COMP_DEFAULT_CONFIG_IRQ_PRIORITY NRFX_DEFAULT_IRQ_PRIORITY #endif /** * @brief NRFX_COMP_CONFIG_LOG_ENABLED * * Boolean. Accepted values: 0 and 1. */ #ifndef NRFX_COMP_CONFIG_LOG_ENABLED #define NRFX_COMP_CONFIG_LOG_ENABLED 0 #endif /** * @brief NRFX_COMP_CONFIG_LOG_LEVEL * * Integer value. * Supported values: * - Off = 0 * - Error = 1 * - Warning = 2 * - Info = 3 * - Debug = 4 */ #ifndef NRFX_COMP_CONFIG_LOG_LEVEL #define NRFX_COMP_CONFIG_LOG_LEVEL 3 #endif /** * @brief NRFX_DPPI_ENABLED * * Boolean. Accepted values: 0 and 1. */ #ifndef NRFX_DPPI_ENABLED #define NRFX_DPPI_ENABLED 0 #endif /** * @brief NRFX_DPPI_CONFIG_LOG_ENABLED * * Boolean. Accepted values: 0 and 1. */ #ifndef NRFX_DPPI_CONFIG_LOG_ENABLED #define NRFX_DPPI_CONFIG_LOG_ENABLED 0 #endif /** * @brief NRFX_DPPI_CONFIG_LOG_LEVEL * * Integer value. * Supported values: * - Off = 0 * - Error = 1 * - Warning = 2 * - Info = 3 * - Debug = 4 */ #ifndef NRFX_DPPI_CONFIG_LOG_LEVEL #define NRFX_DPPI_CONFIG_LOG_LEVEL 3 #endif /** * @brief NRFX_DPPI00_ENABLED * * Boolean. Accepted values: 0 and 1. */ #ifndef NRFX_DPPI00_ENABLED #define NRFX_DPPI00_ENABLED 0 #endif /** * @brief NRFX_DPPI10_ENABLED * * Boolean. Accepted values: 0 and 1. */ #ifndef NRFX_DPPI10_ENABLED #define NRFX_DPPI10_ENABLED 0 #endif /** * @brief NRFX_DPPI20_ENABLED * * Boolean. Accepted values: 0 and 1. */ #ifndef NRFX_DPPI20_ENABLED #define NRFX_DPPI20_ENABLED 0 #endif /** * @brief NRFX_DPPI30_ENABLED * * Boolean. Accepted values: 0 and 1. */ #ifndef NRFX_DPPI30_ENABLED #define NRFX_DPPI30_ENABLED 0 #endif /** * @brief NRFX_EGU_ENABLED * * Boolean. Accepted values: 0 and 1. */ #ifndef NRFX_EGU_ENABLED #define NRFX_EGU_ENABLED 0 #endif /** * @brief NRFX_EGU_DEFAULT_CONFIG_IRQ_PRIORITY * * Integer value. Minimum: 0. Maximum: 7. */ #ifndef NRFX_EGU_DEFAULT_CONFIG_IRQ_PRIORITY #define NRFX_EGU_DEFAULT_CONFIG_IRQ_PRIORITY NRFX_DEFAULT_IRQ_PRIORITY #endif /** * @brief NRFX_EGU00_ENABLED * * Boolean. Accepted values: 0 and 1. */ #ifndef NRFX_EGU00_ENABLED #define NRFX_EGU00_ENABLED 0 #endif /** * @brief NRFX_EGU10_ENABLED * * Boolean. Accepted values: 0 and 1. */ #ifndef NRFX_EGU10_ENABLED #define NRFX_EGU10_ENABLED 0 #endif /** * @brief NRFX_EGU20_ENABLED * * Boolean. Accepted values: 0 and 1. */ #ifndef NRFX_EGU20_ENABLED #define NRFX_EGU20_ENABLED 0 #endif /** * @brief NRFX_GPIOTE_ENABLED * * Boolean. Accepted values: 0 and 1. */ #ifndef NRFX_GPIOTE_ENABLED #define NRFX_GPIOTE_ENABLED 0 #endif /** * @brief NRFX_GPIOTE_DEFAULT_CONFIG_IRQ_PRIORITY * * Integer value. Minimum: 0. Maximum: 7. */ #ifndef NRFX_GPIOTE_DEFAULT_CONFIG_IRQ_PRIORITY #define NRFX_GPIOTE_DEFAULT_CONFIG_IRQ_PRIORITY NRFX_DEFAULT_IRQ_PRIORITY #endif /** * @brief NRFX_GPIOTE_CONFIG_NUM_OF_EVT_HANDLERS * * Integer value. Minimum: 0. Maximum: 15. */ #ifndef NRFX_GPIOTE_CONFIG_NUM_OF_EVT_HANDLERS #define NRFX_GPIOTE_CONFIG_NUM_OF_EVT_HANDLERS 2 #endif /** * @brief NRFX_GPIOTE_CONFIG_LOG_ENABLED * * Boolean. Accepted values: 0 and 1. */ #ifndef NRFX_GPIOTE_CONFIG_LOG_ENABLED #define NRFX_GPIOTE_CONFIG_LOG_ENABLED 0 #endif /** * @brief NRFX_GPIOTE_CONFIG_LOG_LEVEL * * Integer value. * Supported values: * - Off = 0 * - Error = 1 * - Warning = 2 * - Info = 3 * - Debug = 4 */ #ifndef NRFX_GPIOTE_CONFIG_LOG_LEVEL #define NRFX_GPIOTE_CONFIG_LOG_LEVEL 3 #endif /** * @brief NRFX_GPIOTE20_ENABLED * * Boolean. Accepted values: 0 and 1. */ #ifndef NRFX_GPIOTE20_ENABLED #define NRFX_GPIOTE20_ENABLED 0 #endif /** * @brief NRFX_GPIOTE30_ENABLED * * Boolean. Accepted values: 0 and 1. */ #ifndef NRFX_GPIOTE30_ENABLED #define NRFX_GPIOTE30_ENABLED 0 #endif /** * @brief NRFX_GRTC_ENABLED * * Boolean. Accepted values: 0 and 1. */ #ifndef NRFX_GRTC_ENABLED #define NRFX_GRTC_ENABLED 0 #endif /** * @brief NRFX_GRTC_CONFIG_AUTOEN * * Boolean. Accepted values: 0 and 1. */ #ifndef NRFX_GRTC_CONFIG_AUTOEN #define NRFX_GRTC_CONFIG_AUTOEN 1 #endif /** * @brief NRFX_GRTC_CONFIG_AUTOSTART * * Boolean. Accepted values: 0 and 1. */ #ifndef NRFX_GRTC_CONFIG_AUTOSTART #define NRFX_GRTC_CONFIG_AUTOSTART 1 #endif /** * @brief NRFX_GRTC_CONFIG_CLEAR_AT_INIT * * Boolean. Accepted values: 0 and 1. */ #ifndef NRFX_GRTC_CONFIG_CLEAR_AT_INIT #define NRFX_GRTC_CONFIG_CLEAR_AT_INIT 0 #endif /** * @brief NRFX_GRTC_CONFIG_NUM_OF_CC_CHANNELS * * Integer value. */ #ifndef NRFX_GRTC_CONFIG_NUM_OF_CC_CHANNELS #define NRFX_GRTC_CONFIG_NUM_OF_CC_CHANNELS 8 #endif /** * @brief NRFX_GRTC_CONFIG_ALLOWED_CC_CHANNELS_MASK */ #ifndef NRFX_GRTC_CONFIG_ALLOWED_CC_CHANNELS_MASK #define NRFX_GRTC_CONFIG_ALLOWED_CC_CHANNELS_MASK 0x00000f0f #endif /** * @brief NRFX_GRTC_DEFAULT_CONFIG_IRQ_PRIORITY * * Integer value. Minimum: 0. Maximum: 7. */ #ifndef NRFX_GRTC_DEFAULT_CONFIG_IRQ_PRIORITY #define NRFX_GRTC_DEFAULT_CONFIG_IRQ_PRIORITY NRFX_DEFAULT_IRQ_PRIORITY #endif /** * @brief NRFX_GRTC_CONFIG_LOG_ENABLED * * Boolean. Accepted values: 0 and 1. */ #ifndef NRFX_GRTC_CONFIG_LOG_ENABLED #define NRFX_GRTC_CONFIG_LOG_ENABLED 0 #endif /** * @brief NRFX_GRTC_CONFIG_LOG_LEVEL * * Integer value. * Supported values: * - Off = 0 * - Error = 1 * - Warning = 2 * - Info = 3 * - Debug = 4 */ #ifndef NRFX_GRTC_CONFIG_LOG_LEVEL #define NRFX_GRTC_CONFIG_LOG_LEVEL 3 #endif /** * @brief NRFX_LPCOMP_ENABLED * * Boolean. Accepted values: 0 and 1. */ #ifndef NRFX_LPCOMP_ENABLED #define NRFX_LPCOMP_ENABLED 0 #endif /** * @brief NRFX_LPCOMP_DEFAULT_CONFIG_IRQ_PRIORITY * * Integer value. Minimum: 0. Maximum: 7. */ #ifndef NRFX_LPCOMP_DEFAULT_CONFIG_IRQ_PRIORITY #define NRFX_LPCOMP_DEFAULT_CONFIG_IRQ_PRIORITY NRFX_DEFAULT_IRQ_PRIORITY #endif /** * @brief NRFX_LPCOMP_CONFIG_LOG_ENABLED * * Boolean. Accepted values: 0 and 1. */ #ifndef NRFX_LPCOMP_CONFIG_LOG_ENABLED #define NRFX_LPCOMP_CONFIG_LOG_ENABLED 0 #endif /** * @brief NRFX_LPCOMP_CONFIG_LOG_LEVEL * * Integer value. * Supported values: * - Off = 0 * - Error = 1 * - Warning = 2 * - Info = 3 * - Debug = 4 */ #ifndef NRFX_LPCOMP_CONFIG_LOG_LEVEL #define NRFX_LPCOMP_CONFIG_LOG_LEVEL 3 #endif /** * @brief NRFX_POWER_ENABLED * * Boolean. Accepted values: 0 and 1. */ #ifndef NRFX_POWER_ENABLED #define NRFX_POWER_ENABLED 0 #endif /** * @brief NRFX_POWER_DEFAULT_CONFIG_IRQ_PRIORITY * * Integer value. Minimum: 0. Maximum: 7. */ #ifndef NRFX_POWER_DEFAULT_CONFIG_IRQ_PRIORITY #define NRFX_POWER_DEFAULT_CONFIG_IRQ_PRIORITY NRFX_DEFAULT_IRQ_PRIORITY #endif /** * @brief NRFX_PPIB_ENABLED * * Boolean. Accepted values: 0 and 1. */ #ifndef NRFX_PPIB_ENABLED #define NRFX_PPIB_ENABLED 0 #endif /** * @brief NRFX_PPIB_CONFIG_LOG_ENABLED * * Boolean. Accepted values: 0 and 1. */ #ifndef NRFX_PPIB_CONFIG_LOG_ENABLED #define NRFX_PPIB_CONFIG_LOG_ENABLED 0 #endif /** * @brief NRFX_PPIB_CONFIG_LOG_LEVEL * * Integer value. * Supported values: * - Off = 0 * - Error = 1 * - Warning = 2 * - Info = 3 * - Debug = 4 */ #ifndef NRFX_PPIB_CONFIG_LOG_LEVEL #define NRFX_PPIB_CONFIG_LOG_LEVEL 3 #endif /** * @brief NRFX_PPIB00_ENABLED * * Boolean. Accepted values: 0 and 1. */ #ifndef NRFX_PPIB00_ENABLED #define NRFX_PPIB00_ENABLED 0 #endif /** * @brief NRFX_PPIB01_ENABLED * * Boolean. Accepted values: 0 and 1. */ #ifndef NRFX_PPIB01_ENABLED #define NRFX_PPIB01_ENABLED 0 #endif /** * @brief NRFX_PPIB10_ENABLED * * Boolean. Accepted values: 0 and 1. */ #ifndef NRFX_PPIB10_ENABLED #define NRFX_PPIB10_ENABLED 0 #endif /** * @brief NRFX_PPIB11_ENABLED * * Boolean. Accepted values: 0 and 1. */ #ifndef NRFX_PPIB11_ENABLED #define NRFX_PPIB11_ENABLED 0 #endif /** * @brief NRFX_PPIB20_ENABLED * * Boolean. Accepted values: 0 and 1. */ #ifndef NRFX_PPIB20_ENABLED #define NRFX_PPIB20_ENABLED 0 #endif /** * @brief NRFX_PPIB21_ENABLED * * Boolean. Accepted values: 0 and 1. */ #ifndef NRFX_PPIB21_ENABLED #define NRFX_PPIB21_ENABLED 0 #endif /** * @brief NRFX_PPIB22_ENABLED * * Boolean. Accepted values: 0 and 1. */ #ifndef NRFX_PPIB22_ENABLED #define NRFX_PPIB22_ENABLED 0 #endif /** * @brief NRFX_PPIB30_ENABLED * * Boolean. Accepted values: 0 and 1. */ #ifndef NRFX_PPIB30_ENABLED #define NRFX_PPIB30_ENABLED 0 #endif /** * @brief NRFX_PRS_ENABLED * * Boolean. Accepted values: 0 and 1. */ #ifndef NRFX_PRS_ENABLED #define NRFX_PRS_ENABLED 0 #endif /** * @brief NRFX_PRS_CONFIG_LOG_ENABLED * * Boolean. Accepted values: 0 and 1. */ #ifndef NRFX_PRS_CONFIG_LOG_ENABLED #define NRFX_PRS_CONFIG_LOG_ENABLED 0 #endif /** * @brief NRFX_PRS_CONFIG_LOG_LEVEL * * Integer value. * Supported values: * - Off = 0 * - Error = 1 * - Warning = 2 * - Info = 3 * - Debug = 4 */ #ifndef NRFX_PRS_CONFIG_LOG_LEVEL #define NRFX_PRS_CONFIG_LOG_LEVEL 3 #endif /** * @brief NRFX_PRS_BOX_0_ENABLED * * Boolean. Accepted values: 0 and 1. */ #ifndef NRFX_PRS_BOX_0_ENABLED #define NRFX_PRS_BOX_0_ENABLED 0 #endif /** * @brief NRFX_PRS_BOX_1_ENABLED * * Boolean. Accepted values: 0 and 1. */ #ifndef NRFX_PRS_BOX_1_ENABLED #define NRFX_PRS_BOX_1_ENABLED 0 #endif /** * @brief NRFX_PRS_BOX_2_ENABLED * * Boolean. Accepted values: 0 and 1. */ #ifndef NRFX_PRS_BOX_2_ENABLED #define NRFX_PRS_BOX_2_ENABLED 0 #endif /** * @brief NRFX_PRS_BOX_3_ENABLED * * Boolean. Accepted values: 0 and 1. */ #ifndef NRFX_PRS_BOX_3_ENABLED #define NRFX_PRS_BOX_3_ENABLED 0 #endif /** * @brief NRFX_PRS_BOX_4_ENABLED * * Boolean. Accepted values: 0 and 1. */ #ifndef NRFX_PRS_BOX_4_ENABLED #define NRFX_PRS_BOX_4_ENABLED 0 #endif /** * @brief NRFX_RRAMC_ENABLED * * Boolean. Accepted values: 0 and 1. */ #ifndef NRFX_RRAMC_ENABLED #define NRFX_RRAMC_ENABLED 0 #endif /** * @brief NRFX_RRAMC_DEFAULT_CONFIG_IRQ_PRIORITY * * Integer value. Minimum: 0. Maximum: 7. */ #ifndef NRFX_RRAMC_DEFAULT_CONFIG_IRQ_PRIORITY #define NRFX_RRAMC_DEFAULT_CONFIG_IRQ_PRIORITY NRFX_DEFAULT_IRQ_PRIORITY #endif /** * @brief NRFX_RRAMC_CONFIG_LOG_ENABLED * * Boolean. Accepted values: 0 and 1. */ #ifndef NRFX_RRAMC_CONFIG_LOG_ENABLED #define NRFX_RRAMC_CONFIG_LOG_ENABLED 0 #endif /** * @brief NRFX_RRAMC_CONFIG_LOG_LEVEL * * Integer value. * Supported values: * - Off = 0 * - Error = 1 * - Warning = 2 * - Info = 3 * - Debug = 4 */ #ifndef NRFX_RRAMC_CONFIG_LOG_LEVEL #define NRFX_RRAMC_CONFIG_LOG_LEVEL 3 #endif /** * @brief NRFX_SAADC_ENABLED * * Boolean. Accepted values: 0 and 1. */ #ifndef NRFX_SAADC_ENABLED #define NRFX_SAADC_ENABLED 0 #endif /** * @brief NRFX_SAADC_DEFAULT_CONFIG_IRQ_PRIORITY * * Integer value. Minimum: 0. Maximum: 7. */ #ifndef NRFX_SAADC_DEFAULT_CONFIG_IRQ_PRIORITY #define NRFX_SAADC_DEFAULT_CONFIG_IRQ_PRIORITY NRFX_DEFAULT_IRQ_PRIORITY #endif /** * @brief NRFX_SAADC_CONFIG_LOG_ENABLED * * Boolean. Accepted values: 0 and 1. */ #ifndef NRFX_SAADC_CONFIG_LOG_ENABLED #define NRFX_SAADC_CONFIG_LOG_ENABLED 0 #endif /** * @brief NRFX_SAADC_CONFIG_LOG_LEVEL * * Integer value. * Supported values: * - Off = 0 * - Error = 1 * - Warning = 2 * - Info = 3 * - Debug = 4 */ #ifndef NRFX_SAADC_CONFIG_LOG_LEVEL #define NRFX_SAADC_CONFIG_LOG_LEVEL 3 #endif /** * @brief NRFX_SPIM_ENABLED * * Boolean. Accepted values: 0 and 1. */ #ifndef NRFX_SPIM_ENABLED #define NRFX_SPIM_ENABLED 0 #endif /** * @brief NRFX_SPIM_DEFAULT_CONFIG_IRQ_PRIORITY * * Integer value. Minimum: 0. Maximum: 7. */ #ifndef NRFX_SPIM_DEFAULT_CONFIG_IRQ_PRIORITY #define NRFX_SPIM_DEFAULT_CONFIG_IRQ_PRIORITY NRFX_DEFAULT_IRQ_PRIORITY #endif /** * @brief NRFX_SPIM_CONFIG_LOG_ENABLED * * Boolean. Accepted values: 0 and 1. */ #ifndef NRFX_SPIM_CONFIG_LOG_ENABLED #define NRFX_SPIM_CONFIG_LOG_ENABLED 0 #endif /** * @brief NRFX_SPIM_CONFIG_LOG_LEVEL * * Integer value. * Supported values: * - Off = 0 * - Error = 1 * - Warning = 2 * - Info = 3 * - Debug = 4 */ #ifndef NRFX_SPIM_CONFIG_LOG_LEVEL #define NRFX_SPIM_CONFIG_LOG_LEVEL 3 #endif /** * @brief NRFX_SPIM20_ENABLED * * Boolean. Accepted values: 0 and 1. */ #ifndef NRFX_SPIM20_ENABLED #define NRFX_SPIM20_ENABLED 0 #endif /** * @brief NRFX_SPIM21_ENABLED * * Boolean. Accepted values: 0 and 1. */ #ifndef NRFX_SPIM21_ENABLED #define NRFX_SPIM21_ENABLED 0 #endif /** * @brief NRFX_SPIM30_ENABLED * * Boolean. Accepted values: 0 and 1. */ #ifndef NRFX_SPIM30_ENABLED #define NRFX_SPIM30_ENABLED 0 #endif /** * @brief NRFX_SPIS_ENABLED * * Boolean. Accepted values: 0 and 1. */ #ifndef NRFX_SPIS_ENABLED #define NRFX_SPIS_ENABLED 0 #endif /** * @brief NRFX_SPIS_DEFAULT_CONFIG_IRQ_PRIORITY * * Integer value. Minimum: 0. Maximum: 7. */ #ifndef NRFX_SPIS_DEFAULT_CONFIG_IRQ_PRIORITY #define NRFX_SPIS_DEFAULT_CONFIG_IRQ_PRIORITY NRFX_DEFAULT_IRQ_PRIORITY #endif /** * @brief NRFX_SPIS_CONFIG_LOG_ENABLED * * Boolean. Accepted values: 0 and 1. */ #ifndef NRFX_SPIS_CONFIG_LOG_ENABLED #define NRFX_SPIS_CONFIG_LOG_ENABLED 0 #endif /** * @brief NRFX_SPIS_CONFIG_LOG_LEVEL * * Integer value. * Supported values: * - Off = 0 * - Error = 1 * - Warning = 2 * - Info = 3 * - Debug = 4 */ #ifndef NRFX_SPIS_CONFIG_LOG_LEVEL #define NRFX_SPIS_CONFIG_LOG_LEVEL 3 #endif /** * @brief NRFX_SPIS20_ENABLED * * Boolean. Accepted values: 0 and 1. */ #ifndef NRFX_SPIS20_ENABLED #define NRFX_SPIS20_ENABLED 0 #endif /** * @brief NRFX_SPIS21_ENABLED * * Boolean. Accepted values: 0 and 1. */ #ifndef NRFX_SPIS21_ENABLED #define NRFX_SPIS21_ENABLED 0 #endif /** * @brief NRFX_SPIS30_ENABLED * * Boolean. Accepted values: 0 and 1. */ #ifndef NRFX_SPIS30_ENABLED #define NRFX_SPIS30_ENABLED 0 #endif /** * @brief NRFX_SYSTICK_ENABLED * * Boolean. Accepted values: 0 and 1. */ #ifndef NRFX_SYSTICK_ENABLED #define NRFX_SYSTICK_ENABLED 0 #endif /** * @brief NRFX_TEMP_ENABLED * * Boolean. Accepted values: 0 and 1. */ #ifndef NRFX_TEMP_ENABLED #define NRFX_TEMP_ENABLED 0 #endif /** * @brief NRFX_TEMP_DEFAULT_CONFIG_IRQ_PRIORITY * * Integer value. Minimum: 0. Maximum: 7. */ #ifndef NRFX_TEMP_DEFAULT_CONFIG_IRQ_PRIORITY #define NRFX_TEMP_DEFAULT_CONFIG_IRQ_PRIORITY NRFX_DEFAULT_IRQ_PRIORITY #endif /** * @brief NRFX_TEMP_CONFIG_LOG_ENABLED * * Boolean. Accepted values: 0 and 1. */ #ifndef NRFX_TEMP_CONFIG_LOG_ENABLED #define NRFX_TEMP_CONFIG_LOG_ENABLED 0 #endif /** * @brief NRFX_TEMP_CONFIG_LOG_LEVEL * * Integer value. * Supported values: * - Off = 0 * - Error = 1 * - Warning = 2 * - Info = 3 * - Debug = 4 */ #ifndef NRFX_TEMP_CONFIG_LOG_LEVEL #define NRFX_TEMP_CONFIG_LOG_LEVEL 3 #endif /** * @brief NRFX_TIMER_ENABLED * * Boolean. Accepted values: 0 and 1. */ #ifndef NRFX_TIMER_ENABLED #define NRFX_TIMER_ENABLED 0 #endif /** * @brief NRFX_TIMER_DEFAULT_CONFIG_IRQ_PRIORITY * * Integer value. Minimum: 0. Maximum: 7. */ #ifndef NRFX_TIMER_DEFAULT_CONFIG_IRQ_PRIORITY #define NRFX_TIMER_DEFAULT_CONFIG_IRQ_PRIORITY NRFX_DEFAULT_IRQ_PRIORITY #endif /** * @brief NRFX_TIMER_CONFIG_LOG_ENABLED * * Boolean. Accepted values: 0 and 1. */ #ifndef NRFX_TIMER_CONFIG_LOG_ENABLED #define NRFX_TIMER_CONFIG_LOG_ENABLED 0 #endif /** * @brief NRFX_TIMER_CONFIG_LOG_LEVEL * * Integer value. * Supported values: * - Off = 0 * - Error = 1 * - Warning = 2 * - Info = 3 * - Debug = 4 */ #ifndef NRFX_TIMER_CONFIG_LOG_LEVEL #define NRFX_TIMER_CONFIG_LOG_LEVEL 3 #endif /** * @brief NRFX_TIMER00_ENABLED * * Boolean. Accepted values: 0 and 1. */ #ifndef NRFX_TIMER00_ENABLED #define NRFX_TIMER00_ENABLED 0 #endif /** * @brief NRFX_TIMER10_ENABLED * * Boolean. Accepted values: 0 and 1. */ #ifndef NRFX_TIMER10_ENABLED #define NRFX_TIMER10_ENABLED 0 #endif /** * @brief NRFX_TIMER20_ENABLED * * Boolean. Accepted values: 0 and 1. */ #ifndef NRFX_TIMER20_ENABLED #define NRFX_TIMER20_ENABLED 0 #endif /** * @brief NRFX_TIMER21_ENABLED * * Boolean. Accepted values: 0 and 1. */ #ifndef NRFX_TIMER21_ENABLED #define NRFX_TIMER21_ENABLED 0 #endif /** * @brief NRFX_TIMER22_ENABLED * * Boolean. Accepted values: 0 and 1. */ #ifndef NRFX_TIMER22_ENABLED #define NRFX_TIMER22_ENABLED 0 #endif /** * @brief NRFX_TIMER23_ENABLED * * Boolean. Accepted values: 0 and 1. */ #ifndef NRFX_TIMER23_ENABLED #define NRFX_TIMER23_ENABLED 0 #endif /** * @brief NRFX_TIMER24_ENABLED * * Boolean. Accepted values: 0 and 1. */ #ifndef NRFX_TIMER24_ENABLED #define NRFX_TIMER24_ENABLED 0 #endif /** * @brief NRFX_TWIM_ENABLED * * Boolean. Accepted values: 0 and 1. */ #ifndef NRFX_TWIM_ENABLED #define NRFX_TWIM_ENABLED 0 #endif /** * @brief NRFX_TWIM_DEFAULT_CONFIG_IRQ_PRIORITY * * Integer value. Minimum: 0. Maximum: 7. */ #ifndef NRFX_TWIM_DEFAULT_CONFIG_IRQ_PRIORITY #define NRFX_TWIM_DEFAULT_CONFIG_IRQ_PRIORITY NRFX_DEFAULT_IRQ_PRIORITY #endif /** * @brief NRFX_TWIM_CONFIG_LOG_ENABLED * * Boolean. Accepted values: 0 and 1. */ #ifndef NRFX_TWIM_CONFIG_LOG_ENABLED #define NRFX_TWIM_CONFIG_LOG_ENABLED 0 #endif /** * @brief NRFX_TWIM_CONFIG_LOG_LEVEL * * Integer value. * Supported values: * - Off = 0 * - Error = 1 * - Warning = 2 * - Info = 3 * - Debug = 4 */ #ifndef NRFX_TWIM_CONFIG_LOG_LEVEL #define NRFX_TWIM_CONFIG_LOG_LEVEL 3 #endif /** * @brief NRFX_TWIM20_ENABLED * * Boolean. Accepted values: 0 and 1. */ #ifndef NRFX_TWIM20_ENABLED #define NRFX_TWIM20_ENABLED 0 #endif /** * @brief NRFX_TWIM21_ENABLED * * Boolean. Accepted values: 0 and 1. */ #ifndef NRFX_TWIM21_ENABLED #define NRFX_TWIM21_ENABLED 0 #endif /** * @brief NRFX_TWIM30_ENABLED * * Boolean. Accepted values: 0 and 1. */ #ifndef NRFX_TWIM30_ENABLED #define NRFX_TWIM30_ENABLED 0 #endif /** * @brief NRFX_TWIS_ENABLED * * Boolean. Accepted values: 0 and 1. */ #ifndef NRFX_TWIS_ENABLED #define NRFX_TWIS_ENABLED 0 #endif /** * @brief NRFX_TWIS_DEFAULT_CONFIG_IRQ_PRIORITY * * Integer value. Minimum: 0. Maximum: 7. */ #ifndef NRFX_TWIS_DEFAULT_CONFIG_IRQ_PRIORITY #define NRFX_TWIS_DEFAULT_CONFIG_IRQ_PRIORITY NRFX_DEFAULT_IRQ_PRIORITY #endif /** * @brief NRFX_TWIS_CONFIG_LOG_ENABLED * * Boolean. Accepted values: 0 and 1. */ #ifndef NRFX_TWIS_CONFIG_LOG_ENABLED #define NRFX_TWIS_CONFIG_LOG_ENABLED 0 #endif /** * @brief NRFX_TWIS_ASSUME_INIT_AFTER_RESET_ONLY - Assume that any instance would be initialized only once. * * Boolean. Accepted values: 0 and 1. */ #ifndef NRFX_TWIS_ASSUME_INIT_AFTER_RESET_ONLY #define NRFX_TWIS_ASSUME_INIT_AFTER_RESET_ONLY 0 #endif /** * @brief NRFX_TWIS_NO_SYNC_MODE - Remove support for synchronous mode. * * Boolean. Accepted values: 0 and 1. */ #ifndef NRFX_TWIS_NO_SYNC_MODE #define NRFX_TWIS_NO_SYNC_MODE 0 #endif /** * @brief NRFX_TWIS_CONFIG_LOG_LEVEL * * Integer value. * Supported values: * - Off = 0 * - Error = 1 * - Warning = 2 * - Info = 3 * - Debug = 4 */ #ifndef NRFX_TWIS_CONFIG_LOG_LEVEL #define NRFX_TWIS_CONFIG_LOG_LEVEL 3 #endif /** * @brief NRFX_TWIS20_ENABLED * * Boolean. Accepted values: 0 and 1. */ #ifndef NRFX_TWIS20_ENABLED #define NRFX_TWIS20_ENABLED 0 #endif /** * @brief NRFX_TWIS21_ENABLED * * Boolean. Accepted values: 0 and 1. */ #ifndef NRFX_TWIS21_ENABLED #define NRFX_TWIS21_ENABLED 0 #endif /** * @brief NRFX_TWIS30_ENABLED * * Boolean. Accepted values: 0 and 1. */ #ifndef NRFX_TWIS30_ENABLED #define NRFX_TWIS30_ENABLED 0 #endif /** * @brief NRFX_UARTE_ENABLED * * Boolean. Accepted values: 0 and 1. */ #ifndef NRFX_UARTE_ENABLED #define NRFX_UARTE_ENABLED 0 #endif /** * @brief NRFX_UARTE_CONFIG_SKIP_GPIO_CONFIG - If enabled, support for configuring GPIO pins is removed from the driver * * Boolean. Accepted values: 0 and 1. */ #ifndef NRFX_UARTE_CONFIG_SKIP_GPIO_CONFIG #define NRFX_UARTE_CONFIG_SKIP_GPIO_CONFIG 0 #endif /** * @brief NRFX_UARTE_CONFIG_SKIP_PSEL_CONFIG - If enabled, support for configuring PSEL registers is removed from the driver * * Boolean. Accepted values: 0 and 1. */ #ifndef NRFX_UARTE_CONFIG_SKIP_PSEL_CONFIG #define NRFX_UARTE_CONFIG_SKIP_PSEL_CONFIG 0 #endif /** * @brief NRFX_UARTE_CONFIG_TX_LINK - If enabled, driver supports linking of TX transfers. * * Boolean. Accepted values: 0 and 1. */ #ifndef NRFX_UARTE_CONFIG_TX_LINK #define NRFX_UARTE_CONFIG_TX_LINK 1 #endif /** * @brief NRFX_UARTE_DEFAULT_CONFIG_IRQ_PRIORITY * * Integer value. Minimum: 0. Maximum: 7. */ #ifndef NRFX_UARTE_DEFAULT_CONFIG_IRQ_PRIORITY #define NRFX_UARTE_DEFAULT_CONFIG_IRQ_PRIORITY NRFX_DEFAULT_IRQ_PRIORITY #endif /** * @brief NRFX_UARTE_CONFIG_LOG_ENABLED * * Boolean. Accepted values: 0 and 1. */ #ifndef NRFX_UARTE_CONFIG_LOG_ENABLED #define NRFX_UARTE_CONFIG_LOG_ENABLED 0 #endif /** * @brief NRFX_UARTE_CONFIG_LOG_LEVEL * * Integer value. * Supported values: * - Off = 0 * - Error = 1 * - Warning = 2 * - Info = 3 * - Debug = 4 */ #ifndef NRFX_UARTE_CONFIG_LOG_LEVEL #define NRFX_UARTE_CONFIG_LOG_LEVEL 3 #endif /** * @brief NRFX_UARTE20_ENABLED * * Boolean. Accepted values: 0 and 1. */ #ifndef NRFX_UARTE20_ENABLED #define NRFX_UARTE20_ENABLED 0 #endif /** * @brief NRFX_UARTE21_ENABLED * * Boolean. Accepted values: 0 and 1. */ #ifndef NRFX_UARTE21_ENABLED #define NRFX_UARTE21_ENABLED 0 #endif /** * @brief NRFX_UARTE30_ENABLED * * Boolean. Accepted values: 0 and 1. */ #ifndef NRFX_UARTE30_ENABLED #define NRFX_UARTE30_ENABLED 0 #endif /** * @brief NRFX_WDT_ENABLED * * Boolean. Accepted values: 0 and 1. */ #ifndef NRFX_WDT_ENABLED #define NRFX_WDT_ENABLED 0 #endif /** * @brief NRFX_WDT_DEFAULT_CONFIG_IRQ_PRIORITY * * Integer value. Minimum: 0. Maximum: 7. */ #ifndef NRFX_WDT_DEFAULT_CONFIG_IRQ_PRIORITY #define NRFX_WDT_DEFAULT_CONFIG_IRQ_PRIORITY NRFX_DEFAULT_IRQ_PRIORITY #endif /** * @brief NRFX_WDT_CONFIG_NO_IRQ - Remove WDT IRQ handling from WDT driver * * Boolean. Accepted values: 0 and 1. */ #ifndef NRFX_WDT_CONFIG_NO_IRQ #define NRFX_WDT_CONFIG_NO_IRQ 0 #endif /** * @brief NRFX_WDT_CONFIG_LOG_ENABLED * * Boolean. Accepted values: 0 and 1. */ #ifndef NRFX_WDT_CONFIG_LOG_ENABLED #define NRFX_WDT_CONFIG_LOG_ENABLED 0 #endif /** * @brief NRFX_WDT_CONFIG_LOG_LEVEL * * Integer value. * Supported values: * - Off = 0 * - Error = 1 * - Warning = 2 * - Info = 3 * - Debug = 4 */ #ifndef NRFX_WDT_CONFIG_LOG_LEVEL #define NRFX_WDT_CONFIG_LOG_LEVEL 3 #endif /** * @brief NRFX_WDT30_ENABLED * * Boolean. Accepted values: 0 and 1. */ #ifndef NRFX_WDT30_ENABLED #define NRFX_WDT30_ENABLED 0 #endif /** * @brief NRFX_WDT31_ENABLED * * Boolean. Accepted values: 0 and 1. */ #ifndef NRFX_WDT31_ENABLED #define NRFX_WDT31_ENABLED 0 #endif #endif // NRFX_CONFIG_NRF54L09_ENGA_APPLICATION_H__