| | |
| | | /* USER CODE BEGIN Header */ |
| | | /** |
| | | ****************************************************************************** |
| | | * @file stm32l0xx_hal_conf.h |
| | |
| | | ****************************************************************************** |
| | | * @attention |
| | | * |
| | | * <h2><center>© Copyright (c) 2016 STMicroelectronics. |
| | | * All rights reserved.</center></h2> |
| | | * Copyright (c) 2016 STMicroelectronics. |
| | | * All rights reserved. |
| | | * |
| | | * This software component is licensed by ST under BSD 3-Clause license, |
| | | * the "License"; You may not use this file except in compliance with the |
| | | * License. You may obtain a copy of the License at: |
| | | * opensource.org/licenses/BSD-3-Clause |
| | | * This software is licensed under terms that can be found in the LICENSE file |
| | | * in the root directory of this software component. |
| | | * If no LICENSE file comes with this software, it is provided AS-IS. |
| | | * |
| | | ****************************************************************************** |
| | | */ |
| | | /* USER CODE END Header */ |
| | | |
| | | /* Define to prevent recursive inclusion -------------------------------------*/ |
| | | #ifndef __STM32L0xx_HAL_CONF_H |
| | |
| | | /*#define HAL_SMBUS_MODULE_ENABLED */ |
| | | /*#define HAL_WWDG_MODULE_ENABLED */ |
| | | /*#define HAL_PCD_MODULE_ENABLED */ |
| | | /*#define HAL_EXTI_MODULE_ENABLED */ |
| | | #define HAL_GPIO_MODULE_ENABLED |
| | | #define HAL_EXTI_MODULE_ENABLED |
| | | #define HAL_DMA_MODULE_ENABLED |
| | | #define HAL_I2C_MODULE_ENABLED |
| | | #define HAL_RCC_MODULE_ENABLED |
| | |
| | | * HAL drivers code |
| | | */ |
| | | /* #define USE_FULL_ASSERT 1U */ |
| | | |
| | | /* ################## Register callback feature configuration ############### */ |
| | | /** |
| | | * @brief Set below the peripheral configuration to "1U" to add the support |
| | | * of HAL callback registration/deregistration feature for the HAL |
| | | * driver(s). This allows user application to provide specific callback |
| | | * functions thanks to HAL_PPP_RegisterCallback() rather than overwriting |
| | | * the default weak callback functions (see each stm32l0xx_hal_ppp.h file |
| | | * for possible callback identifiers defined in HAL_PPP_CallbackIDTypeDef |
| | | * for each PPP peripheral). |
| | | */ |
| | | #define USE_HAL_ADC_REGISTER_CALLBACKS 0U |
| | | #define USE_HAL_COMP_REGISTER_CALLBACKS 0U |
| | | #define USE_HAL_DAC_REGISTER_CALLBACKS 0U |
| | | #define USE_HAL_I2C_REGISTER_CALLBACKS 0U |
| | | #define USE_HAL_I2S_REGISTER_CALLBACKS 0U |
| | | #define USE_HAL_IRDA_REGISTER_CALLBACKS 0U |
| | | #define USE_HAL_LPTIM_REGISTER_CALLBACKS 0U |
| | | #define USE_HAL_PCD_REGISTER_CALLBACKS 0U |
| | | #define USE_HAL_RNG_REGISTER_CALLBACKS 0U |
| | | #define USE_HAL_RTC_REGISTER_CALLBACKS 0U |
| | | #define USE_HAL_SMARTCARD_REGISTER_CALLBACKS 0U |
| | | #define USE_HAL_SMBUS_REGISTER_CALLBACKS 0U |
| | | #define USE_HAL_SPI_REGISTER_CALLBACKS 0U |
| | | #define USE_HAL_TIM_REGISTER_CALLBACKS 0U |
| | | #define USE_HAL_TSC_REGISTER_CALLBACKS 0U |
| | | #define USE_HAL_UART_REGISTER_CALLBACKS 0U |
| | | #define USE_HAL_USART_REGISTER_CALLBACKS 0U |
| | | #define USE_HAL_WWDG_REGISTER_CALLBACKS 0U |
| | | |
| | | /* Includes ------------------------------------------------------------------*/ |
| | | /** |
| | |
| | | #endif |
| | | |
| | | #endif /* __STM32L0xx_HAL_CONF_H */ |
| | | |
| | | /************************ (C) COPYRIGHT STMicroelectronics *****END OF FILE****/ |