STM32L486xx HAL User Manual
Defines
stm32l4xx_hal_conf.h File Reference

HAL configuration template file. This file should be copied to the application folder and renamed to stm32l4xx_hal_conf.h. More...

#include "stm32l4xx_hal_rcc.h"
#include "stm32l4xx_hal_gpio.h"
#include "stm32l4xx_hal_dma.h"
#include "stm32l4xx_hal_dfsdm.h"
#include "stm32l4xx_hal_cortex.h"
#include "stm32l4xx_hal_adc.h"
#include "stm32l4xx_hal_can.h"
#include "stm32l4xx_hal_comp.h"
#include "stm32l4xx_hal_crc.h"
#include "stm32l4xx_hal_cryp.h"
#include "stm32l4xx_hal_dac.h"
#include "stm32l4xx_hal_dcmi.h"
#include "stm32l4xx_hal_dma2d.h"
#include "stm32l4xx_hal_dsi.h"
#include "stm32l4xx_hal_firewall.h"
#include "stm32l4xx_hal_flash.h"
#include "stm32l4xx_hal_hash.h"
#include "stm32l4xx_hal_sram.h"
#include "stm32l4xx_hal_nor.h"
#include "stm32l4xx_hal_nand.h"
#include "stm32l4xx_hal_i2c.h"
#include "stm32l4xx_hal_iwdg.h"
#include "stm32l4xx_hal_lcd.h"
#include "stm32l4xx_hal_lptim.h"
#include "stm32l4xx_hal_ltdc.h"
#include "stm32l4xx_hal_opamp.h"
#include "stm32l4xx_hal_ospi.h"
#include "stm32l4xx_hal_pwr.h"
#include "stm32l4xx_hal_qspi.h"
#include "stm32l4xx_hal_rng.h"
#include "stm32l4xx_hal_rtc.h"
#include "stm32l4xx_hal_sai.h"
#include "stm32l4xx_hal_sd.h"
#include "stm32l4xx_hal_smbus.h"
#include "stm32l4xx_hal_spi.h"
#include "stm32l4xx_hal_swpmi.h"
#include "stm32l4xx_hal_tim.h"
#include "stm32l4xx_hal_tsc.h"
#include "stm32l4xx_hal_uart.h"
#include "stm32l4xx_hal_usart.h"
#include "stm32l4xx_hal_irda.h"
#include "stm32l4xx_hal_smartcard.h"
#include "stm32l4xx_hal_wwdg.h"
#include "stm32l4xx_hal_pcd.h"
#include "stm32l4xx_hal_hcd.h"
#include "stm32l4xx_hal_gfxmmu.h"

Go to the source code of this file.

Defines

#define HAL_MODULE_ENABLED
 This is the list of modules to be used in the HAL driver.
#define HAL_ADC_MODULE_ENABLED
#define HAL_CAN_MODULE_ENABLED
#define HAL_COMP_MODULE_ENABLED
#define HAL_CORTEX_MODULE_ENABLED
#define HAL_CRC_MODULE_ENABLED
#define HAL_CRYP_MODULE_ENABLED
#define HAL_DAC_MODULE_ENABLED
#define HAL_DCMI_MODULE_ENABLED
#define HAL_DFSDM_MODULE_ENABLED
#define HAL_DMA_MODULE_ENABLED
#define HAL_DMA2D_MODULE_ENABLED
#define HAL_DSI_MODULE_ENABLED
#define HAL_FIREWALL_MODULE_ENABLED
#define HAL_FLASH_MODULE_ENABLED
#define HAL_GFXMMU_MODULE_ENABLED
#define HAL_HASH_MODULE_ENABLED
#define HAL_HCD_MODULE_ENABLED
#define HAL_NAND_MODULE_ENABLED
#define HAL_NOR_MODULE_ENABLED
#define HAL_SRAM_MODULE_ENABLED
#define HAL_GPIO_MODULE_ENABLED
#define HAL_I2C_MODULE_ENABLED
#define HAL_IRDA_MODULE_ENABLED
#define HAL_IWDG_MODULE_ENABLED
#define HAL_LCD_MODULE_ENABLED
#define HAL_LPTIM_MODULE_ENABLED
#define HAL_LTDC_MODULE_ENABLED
#define HAL_OPAMP_MODULE_ENABLED
#define HAL_OSPI_MODULE_ENABLED
#define HAL_PCD_MODULE_ENABLED
#define HAL_PWR_MODULE_ENABLED
#define HAL_QSPI_MODULE_ENABLED
#define HAL_RCC_MODULE_ENABLED
#define HAL_RNG_MODULE_ENABLED
#define HAL_RTC_MODULE_ENABLED
#define HAL_SAI_MODULE_ENABLED
#define HAL_SD_MODULE_ENABLED
#define HAL_SMARTCARD_MODULE_ENABLED
#define HAL_SMBUS_MODULE_ENABLED
#define HAL_SPI_MODULE_ENABLED
#define HAL_SWPMI_MODULE_ENABLED
#define HAL_TIM_MODULE_ENABLED
#define HAL_TSC_MODULE_ENABLED
#define HAL_UART_MODULE_ENABLED
#define HAL_USART_MODULE_ENABLED
#define HAL_WWDG_MODULE_ENABLED
#define HSE_VALUE   8000000U
 Adjust the value of External High Speed oscillator (HSE) used in your application.
#define HSE_STARTUP_TIMEOUT   100U
#define MSI_VALUE   4000000U
 Internal Multiple Speed oscillator (MSI) default value.
#define HSI_VALUE   16000000U
 Internal High Speed oscillator (HSI) value.
#define HSI48_VALUE   48000000U
 Internal High Speed oscillator (HSI48) value for USB FS, SDMMC and RNG.
#define LSI_VALUE   32000U
 Internal Low Speed oscillator (LSI) value.
#define LSE_VALUE   32768U
 External Low Speed oscillator (LSE) value.
#define LSE_STARTUP_TIMEOUT   5000U
#define EXTERNAL_SAI1_CLOCK_VALUE   48000U
 External clock source for SAI1 peripheral This value is used by the RCC HAL module to compute the SAI1 & SAI2 clock source frequency.
#define EXTERNAL_SAI2_CLOCK_VALUE   48000U
 External clock source for SAI2 peripheral This value is used by the RCC HAL module to compute the SAI1 & SAI2 clock source frequency.
#define VDD_VALUE   3300U
 This is the HAL system configuration section.
#define TICK_INT_PRIORITY   0x0FU
#define USE_RTOS   0U
#define PREFETCH_ENABLE   0U
#define INSTRUCTION_CACHE_ENABLE   1U
#define DATA_CACHE_ENABLE   1U
#define USE_HAL_ADC_REGISTER_CALLBACKS   1U
 Uncomment the line below to expanse the "assert_param" macro in the HAL drivers code.
#define USE_HAL_CAN_REGISTER_CALLBACKS   1U
#define USE_HAL_COMP_REGISTER_CALLBACKS   1U
#define USE_HAL_CRYP_REGISTER_CALLBACKS   1U
#define USE_HAL_DAC_REGISTER_CALLBACKS   1U
#define USE_HAL_DCMI_REGISTER_CALLBACKS   1U
#define USE_HAL_DFSDM_REGISTER_CALLBACKS   1U
#define USE_HAL_DMA2D_REGISTER_CALLBACKS   1U
#define USE_HAL_DSI_REGISTER_CALLBACKS   1U
#define USE_HAL_GFXMMU_REGISTER_CALLBACKS   1U
#define USE_HAL_HASH_REGISTER_CALLBACKS   1U
#define USE_HAL_HCD_REGISTER_CALLBACKS   1U
#define USE_HAL_I2C_REGISTER_CALLBACKS   1U
#define USE_HAL_IRDA_REGISTER_CALLBACKS   1U
#define USE_HAL_LPTIM_REGISTER_CALLBACKS   1U
#define USE_HAL_LTDC_REGISTER_CALLBACKS   1U
#define USE_HAL_OPAMP_REGISTER_CALLBACKS   1U
#define USE_HAL_OSPI_REGISTER_CALLBACKS   1U
#define USE_HAL_PCD_REGISTER_CALLBACKS   1U
#define USE_HAL_QSPI_REGISTER_CALLBACKS   1U
#define USE_HAL_RNG_REGISTER_CALLBACKS   1U
#define USE_HAL_RTC_REGISTER_CALLBACKS   1U
#define USE_HAL_SAI_REGISTER_CALLBACKS   1U
#define USE_HAL_SD_REGISTER_CALLBACKS   1U
#define USE_HAL_SMARTCARD_REGISTER_CALLBACKS   1U
#define USE_HAL_SMBUS_REGISTER_CALLBACKS   1U
#define USE_HAL_SPI_REGISTER_CALLBACKS   1U
#define USE_HAL_SWPMI_REGISTER_CALLBACKS   1U
#define USE_HAL_TIM_REGISTER_CALLBACKS   1U
#define USE_HAL_TSC_REGISTER_CALLBACKS   1U
#define USE_HAL_UART_REGISTER_CALLBACKS   1U
#define USE_HAL_USART_REGISTER_CALLBACKS   1U
#define USE_HAL_WWDG_REGISTER_CALLBACKS   1U
#define USE_SPI_CRC   1U
#define assert_param(expr)   ((void)0U)
 Include module's header file.

Detailed Description

HAL configuration template file. This file should be copied to the application folder and renamed to stm32l4xx_hal_conf.h.

Author:
MCD Application Team
Attention:

© COPYRIGHT(c) 2017 STMicroelectronics

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 STMicroelectronics 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.

Definition in file stm32l4xx_hal_conf.h.


Define Documentation

#define assert_param (   expr)    ((void)0U)

Include module's header file.

Definition at line 465 of file stm32l4xx_hal_conf.h.

Referenced by ADC_ConversionStop(), FLASH_MassErase(), FLASH_OB_PCROPConfig(), FLASH_OB_RDPConfig(), FLASH_OB_UserConfig(), FLASH_OB_WRPConfig(), FLASH_PageErase(), FLASH_Program_DoubleWord(), FLASH_Program_Fast(), HAL_ADC_AnalogWDGConfig(), HAL_ADC_ConfigChannel(), HAL_ADC_DeInit(), HAL_ADC_GetError(), HAL_ADC_GetState(), HAL_ADC_GetValue(), HAL_ADC_Init(), HAL_ADC_IRQHandler(), HAL_ADC_PollForConversion(), HAL_ADC_PollForEvent(), HAL_ADC_Start(), HAL_ADC_Start_DMA(), HAL_ADC_Start_IT(), HAL_ADC_Stop(), HAL_ADC_Stop_DMA(), HAL_ADC_Stop_IT(), HAL_ADCEx_Calibration_GetValue(), HAL_ADCEx_Calibration_SetValue(), HAL_ADCEx_Calibration_Start(), HAL_ADCEx_InjectedConfigChannel(), HAL_ADCEx_InjectedGetValue(), HAL_ADCEx_InjectedPollForConversion(), HAL_ADCEx_InjectedStart(), HAL_ADCEx_InjectedStart_IT(), HAL_ADCEx_InjectedStop(), HAL_ADCEx_InjectedStop_IT(), HAL_ADCEx_MultiModeConfigChannel(), HAL_ADCEx_MultiModeGetValue(), HAL_ADCEx_MultiModeStart_DMA(), HAL_ADCEx_MultiModeStop_DMA(), HAL_ADCEx_RegularMultiModeStop_DMA(), HAL_ADCEx_RegularStop(), HAL_ADCEx_RegularStop_DMA(), HAL_ADCEx_RegularStop_IT(), HAL_CAN_AbortTxRequest(), HAL_CAN_ActivateNotification(), HAL_CAN_AddTxMessage(), HAL_CAN_ConfigFilter(), HAL_CAN_DeactivateNotification(), HAL_CAN_DeInit(), HAL_CAN_GetRxFifoFillLevel(), HAL_CAN_GetRxMessage(), HAL_CAN_GetTxTimestamp(), HAL_CAN_Init(), HAL_CAN_IsTxMessagePending(), HAL_COMP_DeInit(), HAL_COMP_GetError(), HAL_COMP_GetOutputLevel(), HAL_COMP_GetState(), HAL_COMP_Init(), HAL_COMP_Lock(), HAL_COMP_Start(), HAL_COMP_Stop(), HAL_CRC_DeInit(), HAL_CRC_Init(), HAL_CRCEx_Input_Data_Reverse(), HAL_CRCEx_Output_Data_Reverse(), HAL_CRCEx_Polynomial_Set(), HAL_CRYP_Init(), HAL_DAC_ConfigChannel(), HAL_DAC_DeInit(), HAL_DAC_GetValue(), HAL_DAC_Init(), HAL_DAC_SetValue(), HAL_DAC_Start(), HAL_DAC_Start_DMA(), HAL_DAC_Stop(), HAL_DAC_Stop_DMA(), HAL_DACEx_DualSetValue(), HAL_DACEx_GetTrimOffset(), HAL_DACEx_NoiseWaveGenerate(), HAL_DACEx_SelfCalibrate(), HAL_DACEx_SetUserTrimming(), HAL_DACEx_TriangleWaveGenerate(), HAL_DFSDM_ChannelCkabStart(), HAL_DFSDM_ChannelCkabStart_IT(), HAL_DFSDM_ChannelCkabStop(), HAL_DFSDM_ChannelCkabStop_IT(), HAL_DFSDM_ChannelDeInit(), HAL_DFSDM_ChannelInit(), HAL_DFSDM_ChannelModifyOffset(), HAL_DFSDM_ChannelPollForCkab(), HAL_DFSDM_ChannelPollForScd(), HAL_DFSDM_ChannelScdStart(), HAL_DFSDM_ChannelScdStart_IT(), HAL_DFSDM_ChannelScdStop(), HAL_DFSDM_ChannelScdStop_IT(), HAL_DFSDM_FilterAwdStart_IT(), HAL_DFSDM_FilterAwdStop_IT(), HAL_DFSDM_FilterConfigInjChannel(), HAL_DFSDM_FilterConfigRegChannel(), HAL_DFSDM_FilterDeInit(), HAL_DFSDM_FilterExdStart(), HAL_DFSDM_FilterExdStop(), HAL_DFSDM_FilterGetConvTimeValue(), HAL_DFSDM_FilterGetExdMaxValue(), HAL_DFSDM_FilterGetExdMinValue(), HAL_DFSDM_FilterGetInjectedValue(), HAL_DFSDM_FilterGetRegularValue(), HAL_DFSDM_FilterInit(), HAL_DFSDM_FilterInjectedMsbStart_DMA(), HAL_DFSDM_FilterInjectedStart(), HAL_DFSDM_FilterInjectedStart_DMA(), HAL_DFSDM_FilterInjectedStart_IT(), HAL_DFSDM_FilterInjectedStop(), HAL_DFSDM_FilterInjectedStop_DMA(), HAL_DFSDM_FilterInjectedStop_IT(), HAL_DFSDM_FilterPollForInjConversion(), HAL_DFSDM_FilterPollForRegConversion(), HAL_DFSDM_FilterRegularMsbStart_DMA(), HAL_DFSDM_FilterRegularStart(), HAL_DFSDM_FilterRegularStart_DMA(), HAL_DFSDM_FilterRegularStart_IT(), HAL_DFSDM_FilterRegularStop(), HAL_DFSDM_FilterRegularStop_DMA(), HAL_DFSDM_FilterRegularStop_IT(), HAL_DMA_DeInit(), HAL_DMA_Init(), HAL_DMA_Start(), HAL_DMA_Start_IT(), HAL_FIREWALL_Config(), HAL_FLASH_Program(), HAL_FLASH_Program_IT(), HAL_FLASHEx_Erase(), HAL_FLASHEx_Erase_IT(), HAL_FLASHEx_OBProgram(), HAL_GPIO_DeInit(), HAL_GPIO_Init(), HAL_GPIO_LockPin(), HAL_GPIO_ReadPin(), HAL_GPIO_TogglePin(), HAL_GPIO_WritePin(), HAL_HalfDuplex_Init(), HAL_HCD_Init(), HAL_I2C_DeInit(), HAL_I2C_Init(), HAL_I2C_Master_Sequential_Receive_DMA(), HAL_I2C_Master_Sequential_Receive_IT(), HAL_I2C_Master_Sequential_Transmit_DMA(), HAL_I2C_Master_Sequential_Transmit_IT(), HAL_I2C_Mem_Read(), HAL_I2C_Mem_Read_DMA(), HAL_I2C_Mem_Read_IT(), HAL_I2C_Mem_Write(), HAL_I2C_Mem_Write_DMA(), HAL_I2C_Mem_Write_IT(), HAL_I2C_Slave_Sequential_Receive_DMA(), HAL_I2C_Slave_Sequential_Receive_IT(), HAL_I2C_Slave_Sequential_Transmit_DMA(), HAL_I2C_Slave_Sequential_Transmit_IT(), HAL_I2CEx_ConfigAnalogFilter(), HAL_I2CEx_ConfigDigitalFilter(), HAL_I2CEx_DisableFastModePlus(), HAL_I2CEx_DisableWakeUp(), HAL_I2CEx_EnableFastModePlus(), HAL_I2CEx_EnableWakeUp(), HAL_IRDA_DeInit(), HAL_IRDA_Init(), HAL_IWDG_Init(), HAL_LCD_DeInit(), HAL_LCD_Init(), HAL_LCD_Write(), HAL_LIN_Init(), HAL_LIN_SendBreak(), HAL_LPTIM_Counter_Start(), HAL_LPTIM_Counter_Start_IT(), HAL_LPTIM_Counter_Stop(), HAL_LPTIM_Counter_Stop_IT(), HAL_LPTIM_Encoder_Start(), HAL_LPTIM_Encoder_Start_IT(), HAL_LPTIM_Encoder_Stop(), HAL_LPTIM_Encoder_Stop_IT(), HAL_LPTIM_Init(), HAL_LPTIM_OnePulse_Start(), HAL_LPTIM_OnePulse_Start_IT(), HAL_LPTIM_OnePulse_Stop(), HAL_LPTIM_OnePulse_Stop_IT(), HAL_LPTIM_PWM_Start(), HAL_LPTIM_PWM_Start_IT(), HAL_LPTIM_PWM_Stop(), HAL_LPTIM_PWM_Stop_IT(), HAL_LPTIM_ReadAutoReload(), HAL_LPTIM_ReadCompare(), HAL_LPTIM_ReadCounter(), HAL_LPTIM_SetOnce_Start(), HAL_LPTIM_SetOnce_Start_IT(), HAL_LPTIM_SetOnce_Stop(), HAL_LPTIM_SetOnce_Stop_IT(), HAL_LPTIM_TimeOut_Start(), HAL_LPTIM_TimeOut_Start_IT(), HAL_LPTIM_TimeOut_Stop(), HAL_LPTIM_TimeOut_Stop_IT(), HAL_MPU_ConfigRegion(), HAL_MultiProcessor_Init(), HAL_MultiProcessorEx_AddressLength_Set(), HAL_NVIC_ClearPendingIRQ(), HAL_NVIC_DisableIRQ(), HAL_NVIC_EnableIRQ(), HAL_NVIC_GetPendingIRQ(), HAL_NVIC_GetPriority(), HAL_NVIC_SetPendingIRQ(), HAL_NVIC_SetPriority(), HAL_NVIC_SetPriorityGrouping(), HAL_OPAMP_DeInit(), HAL_OPAMP_GetState(), HAL_OPAMP_GetTrimOffset(), HAL_OPAMP_Init(), HAL_OPAMP_Lock(), HAL_OPAMP_SelfCalibrate(), HAL_OPAMP_Start(), HAL_OPAMP_Stop(), HAL_OPAMPEx_SelfCalibrateAll(), HAL_OPAMPEx_Unlock(), HAL_PCD_Init(), HAL_PWR_ConfigPVD(), HAL_PWR_DisableWakeUpPin(), HAL_PWR_EnableWakeUpPin(), HAL_PWR_EnterSLEEPMode(), HAL_PWR_EnterSTOPMode(), HAL_PWREx_ConfigPVM(), HAL_PWREx_ControlVoltageScaling(), HAL_PWREx_DisableGPIOPullDown(), HAL_PWREx_DisableGPIOPullUp(), HAL_PWREx_EnableBatteryCharging(), HAL_PWREx_EnableGPIOPullDown(), HAL_PWREx_EnableGPIOPullUp(), HAL_PWREx_EnterSTOP0Mode(), HAL_PWREx_EnterSTOP1Mode(), HAL_PWREx_EnterSTOP2Mode(), HAL_QSPI_AutoPolling(), HAL_QSPI_AutoPolling_IT(), HAL_QSPI_Command(), HAL_QSPI_Command_IT(), HAL_QSPI_Init(), HAL_QSPI_MemoryMapped(), HAL_RCC_ClockConfig(), HAL_RCC_GetClockConfig(), HAL_RCC_GetOscConfig(), HAL_RCC_MCOConfig(), HAL_RCC_OscConfig(), HAL_RCCEx_EnableLSCO(), HAL_RCCEx_EnablePLLSAI1(), HAL_RCCEx_EnablePLLSAI2(), HAL_RCCEx_GetPeriphCLKFreq(), HAL_RCCEx_PeriphCLKConfig(), HAL_RCCEx_StandbyMSIRangeConfig(), HAL_RCCEx_WakeUpStopCLKConfig(), HAL_RNG_Init(), HAL_RS485Ex_Init(), HAL_RTC_DeactivateAlarm(), HAL_RTC_DeInit(), HAL_RTC_GetAlarm(), HAL_RTC_GetDate(), HAL_RTC_GetTime(), HAL_RTC_Init(), HAL_RTC_SetAlarm(), HAL_RTC_SetAlarm_IT(), HAL_RTC_SetDate(), HAL_RTC_SetTime(), HAL_RTCEx_BKUPRead(), HAL_RTCEx_BKUPWrite(), HAL_RTCEx_DeactivateTamper(), HAL_RTCEx_GetTimeStamp(), HAL_RTCEx_SetCalibrationOutPut(), HAL_RTCEx_SetSmoothCalib(), HAL_RTCEx_SetSynchroShift(), HAL_RTCEx_SetTamper(), HAL_RTCEx_SetTamper_IT(), HAL_RTCEx_SetTimeStamp(), HAL_RTCEx_SetTimeStamp_IT(), HAL_RTCEx_SetWakeUpTimer(), HAL_RTCEx_SetWakeUpTimer_IT(), HAL_SAI_EnableRxMuteMode(), HAL_SAI_EnableTxMuteMode(), HAL_SAI_Init(), HAL_SAI_InitProtocol(), HAL_SD_ConfigWideBusOperation(), HAL_SD_DeInit(), HAL_SD_Init(), HAL_SMARTCARD_DeInit(), HAL_SMARTCARD_Init(), HAL_SMARTCARDEx_TimeOut_Config(), HAL_SMBUS_ConfigAnalogFilter(), HAL_SMBUS_ConfigDigitalFilter(), HAL_SMBUS_DeInit(), HAL_SMBUS_Init(), HAL_SMBUS_Master_Receive_IT(), HAL_SMBUS_Master_Transmit_IT(), HAL_SMBUS_Slave_Receive_IT(), HAL_SMBUS_Slave_Transmit_IT(), HAL_SPI_DeInit(), HAL_SPI_Init(), HAL_SPI_Receive_DMA(), HAL_SPI_Transmit(), HAL_SPI_Transmit_DMA(), HAL_SPI_Transmit_IT(), HAL_SPI_TransmitReceive(), HAL_SPI_TransmitReceive_DMA(), HAL_SPI_TransmitReceive_IT(), HAL_SWPMI_DeInit(), HAL_SWPMI_Init(), HAL_SYSCFG_VREFBUF_HighImpedanceConfig(), HAL_SYSCFG_VREFBUF_TrimmingConfig(), HAL_SYSCFG_VREFBUF_VoltageScalingConfig(), HAL_SYSTICK_CLKSourceConfig(), HAL_TIM_Base_DeInit(), HAL_TIM_Base_Init(), HAL_TIM_Base_Start(), HAL_TIM_Base_Start_DMA(), HAL_TIM_Base_Start_IT(), HAL_TIM_Base_Stop(), HAL_TIM_Base_Stop_DMA(), HAL_TIM_Base_Stop_IT(), HAL_TIM_ConfigClockSource(), HAL_TIM_ConfigOCrefClear(), HAL_TIM_ConfigTI1Input(), HAL_TIM_DMABurst_ReadStart(), HAL_TIM_DMABurst_ReadStop(), HAL_TIM_DMABurst_WriteStart(), HAL_TIM_DMABurst_WriteStop(), HAL_TIM_Encoder_DeInit(), HAL_TIM_Encoder_Init(), HAL_TIM_Encoder_Start(), HAL_TIM_Encoder_Start_DMA(), HAL_TIM_Encoder_Start_IT(), HAL_TIM_Encoder_Stop(), HAL_TIM_Encoder_Stop_DMA(), HAL_TIM_Encoder_Stop_IT(), HAL_TIM_GenerateEvent(), HAL_TIM_IC_ConfigChannel(), HAL_TIM_IC_DeInit(), HAL_TIM_IC_Init(), HAL_TIM_IC_Start(), HAL_TIM_IC_Start_DMA(), HAL_TIM_IC_Start_IT(), HAL_TIM_IC_Stop(), HAL_TIM_IC_Stop_DMA(), HAL_TIM_IC_Stop_IT(), HAL_TIM_OC_ConfigChannel(), HAL_TIM_OC_DeInit(), HAL_TIM_OC_Init(), HAL_TIM_OC_Start(), HAL_TIM_OC_Start_DMA(), HAL_TIM_OC_Start_IT(), HAL_TIM_OC_Stop(), HAL_TIM_OC_Stop_DMA(), HAL_TIM_OC_Stop_IT(), HAL_TIM_OnePulse_ConfigChannel(), HAL_TIM_OnePulse_DeInit(), HAL_TIM_OnePulse_Init(), HAL_TIM_PWM_ConfigChannel(), HAL_TIM_PWM_DeInit(), HAL_TIM_PWM_Init(), HAL_TIM_PWM_Start(), HAL_TIM_PWM_Start_DMA(), HAL_TIM_PWM_Start_IT(), HAL_TIM_PWM_Stop(), HAL_TIM_PWM_Stop_DMA(), HAL_TIM_PWM_Stop_IT(), HAL_TIM_ReadCapturedValue(), HAL_TIM_SlaveConfigSynchronization(), HAL_TIM_SlaveConfigSynchronization_IT(), HAL_TIMEx_ConfigBreakDeadTime(), HAL_TIMEx_ConfigBreakInput(), HAL_TIMEx_ConfigCommutationEvent(), HAL_TIMEx_ConfigCommutationEvent_DMA(), HAL_TIMEx_ConfigCommutationEvent_IT(), HAL_TIMEx_GroupChannel5(), HAL_TIMEx_HallSensor_DeInit(), HAL_TIMEx_HallSensor_Init(), HAL_TIMEx_HallSensor_Start(), HAL_TIMEx_HallSensor_Start_DMA(), HAL_TIMEx_HallSensor_Start_IT(), HAL_TIMEx_HallSensor_Stop(), HAL_TIMEx_HallSensor_Stop_DMA(), HAL_TIMEx_HallSensor_Stop_IT(), HAL_TIMEx_MasterConfigSynchronization(), HAL_TIMEx_OCN_Start(), HAL_TIMEx_OCN_Start_DMA(), HAL_TIMEx_OCN_Start_IT(), HAL_TIMEx_OCN_Stop(), HAL_TIMEx_OCN_Stop_DMA(), HAL_TIMEx_OCN_Stop_IT(), HAL_TIMEx_OnePulseN_Start(), HAL_TIMEx_OnePulseN_Start_IT(), HAL_TIMEx_OnePulseN_Stop(), HAL_TIMEx_OnePulseN_Stop_IT(), HAL_TIMEx_PWMN_Start(), HAL_TIMEx_PWMN_Start_DMA(), HAL_TIMEx_PWMN_Start_IT(), HAL_TIMEx_PWMN_Stop(), HAL_TIMEx_PWMN_Stop_DMA(), HAL_TIMEx_PWMN_Stop_IT(), HAL_TIMEx_RemapConfig(), HAL_TSC_DeInit(), HAL_TSC_GetState(), HAL_TSC_GroupGetStatus(), HAL_TSC_GroupGetValue(), HAL_TSC_Init(), HAL_TSC_IOConfig(), HAL_TSC_IODischarge(), HAL_TSC_IRQHandler(), HAL_TSC_PollForAcquisition(), HAL_TSC_Start(), HAL_TSC_Start_IT(), HAL_TSC_Stop(), HAL_TSC_Stop_IT(), HAL_UART_DeInit(), HAL_UART_Init(), HAL_UARTEx_StopModeWakeUpSourceConfig(), HAL_USART_DeInit(), HAL_USART_Init(), HAL_WWDG_Init(), I2C_TransferConfig(), IRDA_SetConfig(), QSPI_Config(), RCCEx_PLLSAI1_Config(), RCCEx_PLLSAI2_Config(), SMARTCARD_AdvFeatureConfig(), SMARTCARD_SetConfig(), SMBUS_TransferConfig(), TIM_CCxChannelCmd(), TIM_OC1_SetConfig(), TIM_OC2_SetConfig(), TIM_OC3_SetConfig(), TIM_OC4_SetConfig(), TIM_SlaveTimer_SetConfig(), UART_AdvFeatureConfig(), UART_SetConfig(), UARTEx_Wakeup_AddressConfig(), and USART_SetConfig().

#define DATA_CACHE_ENABLE   1U

Definition at line 196 of file stm32l4xx_hal_conf.h.

#define EXTERNAL_SAI1_CLOCK_VALUE   48000U

External clock source for SAI1 peripheral This value is used by the RCC HAL module to compute the SAI1 & SAI2 clock source frequency.

Value of the SAI1 External clock source in Hz

Definition at line 172 of file stm32l4xx_hal_conf.h.

Referenced by HAL_RCCEx_GetPeriphCLKFreq(), and LL_RCC_GetSAIClockFreq().

#define EXTERNAL_SAI2_CLOCK_VALUE   48000U

External clock source for SAI2 peripheral This value is used by the RCC HAL module to compute the SAI1 & SAI2 clock source frequency.

Value of the SAI2 External clock source in Hz

Definition at line 181 of file stm32l4xx_hal_conf.h.

Referenced by HAL_RCCEx_GetPeriphCLKFreq(), and LL_RCC_GetSAIClockFreq().

Definition at line 54 of file stm32l4xx_hal_conf.h.

Definition at line 55 of file stm32l4xx_hal_conf.h.

Definition at line 57 of file stm32l4xx_hal_conf.h.

Definition at line 58 of file stm32l4xx_hal_conf.h.

Definition at line 59 of file stm32l4xx_hal_conf.h.

Definition at line 60 of file stm32l4xx_hal_conf.h.

Definition at line 61 of file stm32l4xx_hal_conf.h.

Definition at line 62 of file stm32l4xx_hal_conf.h.

Definition at line 63 of file stm32l4xx_hal_conf.h.

Definition at line 65 of file stm32l4xx_hal_conf.h.

Definition at line 64 of file stm32l4xx_hal_conf.h.

Definition at line 66 of file stm32l4xx_hal_conf.h.

Definition at line 67 of file stm32l4xx_hal_conf.h.

Definition at line 68 of file stm32l4xx_hal_conf.h.

Definition at line 69 of file stm32l4xx_hal_conf.h.

Definition at line 75 of file stm32l4xx_hal_conf.h.

Definition at line 70 of file stm32l4xx_hal_conf.h.

Definition at line 71 of file stm32l4xx_hal_conf.h.

Definition at line 76 of file stm32l4xx_hal_conf.h.

Definition at line 77 of file stm32l4xx_hal_conf.h.

Definition at line 78 of file stm32l4xx_hal_conf.h.

Definition at line 79 of file stm32l4xx_hal_conf.h.

Definition at line 80 of file stm32l4xx_hal_conf.h.

Definition at line 81 of file stm32l4xx_hal_conf.h.

This is the list of modules to be used in the HAL driver.

Definition at line 53 of file stm32l4xx_hal_conf.h.

Definition at line 72 of file stm32l4xx_hal_conf.h.

Definition at line 73 of file stm32l4xx_hal_conf.h.

Definition at line 82 of file stm32l4xx_hal_conf.h.

Definition at line 83 of file stm32l4xx_hal_conf.h.

Definition at line 84 of file stm32l4xx_hal_conf.h.

Definition at line 85 of file stm32l4xx_hal_conf.h.

Definition at line 86 of file stm32l4xx_hal_conf.h.

Definition at line 87 of file stm32l4xx_hal_conf.h.

Definition at line 88 of file stm32l4xx_hal_conf.h.

Definition at line 89 of file stm32l4xx_hal_conf.h.

Definition at line 90 of file stm32l4xx_hal_conf.h.

Definition at line 91 of file stm32l4xx_hal_conf.h.

Definition at line 92 of file stm32l4xx_hal_conf.h.

Definition at line 93 of file stm32l4xx_hal_conf.h.

Definition at line 94 of file stm32l4xx_hal_conf.h.

Definition at line 74 of file stm32l4xx_hal_conf.h.

Definition at line 95 of file stm32l4xx_hal_conf.h.

Definition at line 96 of file stm32l4xx_hal_conf.h.

Definition at line 97 of file stm32l4xx_hal_conf.h.

Definition at line 98 of file stm32l4xx_hal_conf.h.

Definition at line 99 of file stm32l4xx_hal_conf.h.

Definition at line 100 of file stm32l4xx_hal_conf.h.

#define HSE_STARTUP_TIMEOUT   100U

Time out for HSE start up, in ms

Definition at line 114 of file stm32l4xx_hal_conf.h.

#define HSE_VALUE   8000000U

Adjust the value of External High Speed oscillator (HSE) used in your application.

This value is used by the RCC HAL module to compute the system frequency (when HSE is used as system clock source, directly or through the PLL). Value of the External oscillator in Hz

Definition at line 110 of file stm32l4xx_hal_conf.h.

Referenced by HAL_RCC_GetSysClockFreq(), HAL_RCCEx_GetPeriphCLKFreq(), RCC_GetSystemClockFreq(), RCC_PLL_GetFreqDomain_48M(), RCC_PLL_GetFreqDomain_SAI(), RCC_PLL_GetFreqDomain_SYS(), RCC_PLLSAI1_GetFreqDomain_48M(), RCC_PLLSAI1_GetFreqDomain_ADC(), RCC_PLLSAI1_GetFreqDomain_SAI(), RCC_PLLSAI2_GetFreqDomain_ADC(), and RCC_PLLSAI2_GetFreqDomain_SAI().

#define HSI48_VALUE   48000000U

Internal High Speed oscillator (HSI48) value for USB FS, SDMMC and RNG.

This internal oscillator is mainly dedicated to provide a high precision clock to the USB peripheral by means of a special Clock Recovery System (CRS) circuitry. When the CRS is not used, the HSI48 RC oscillator runs on it default frequency which is subject to manufacturing process variations. Value of the Internal High Speed oscillator for USB FS/SDMMC/RNG in Hz. The real value my vary depending on manufacturing process variations.

Definition at line 142 of file stm32l4xx_hal_conf.h.

Referenced by HAL_RCCEx_GetPeriphCLKFreq(), LL_RCC_GetRNGClockFreq(), LL_RCC_GetSDMMCClockFreq(), and LL_RCC_GetUSBClockFreq().

#define HSI_VALUE   16000000U
#define INSTRUCTION_CACHE_ENABLE   1U

Definition at line 195 of file stm32l4xx_hal_conf.h.

#define LSE_STARTUP_TIMEOUT   5000U

Time out for LSE start up, in ms

Definition at line 163 of file stm32l4xx_hal_conf.h.

#define LSE_VALUE   32768U

External Low Speed oscillator (LSE) value.

< Value of the Internal Low Speed oscillator in Hz The real value may vary depending on the variations in voltage and temperature. This value is used by the UART, RTC HAL module to compute the system frequency Value of the External oscillator in Hz

Definition at line 159 of file stm32l4xx_hal_conf.h.

Referenced by HAL_RCCEx_GetPeriphCLKFreq(), IRDA_SetConfig(), LL_RCC_GetLPTIMClockFreq(), LL_RCC_GetLPUARTClockFreq(), LL_RCC_GetUARTClockFreq(), LL_RCC_GetUSARTClockFreq(), SMARTCARD_SetConfig(), UART_SetConfig(), and USART_SetConfig().

#define LSI_VALUE   32000U

Internal Low Speed oscillator (LSI) value.

LSI Typical Value in Hz

Definition at line 150 of file stm32l4xx_hal_conf.h.

Referenced by HAL_RCCEx_GetPeriphCLKFreq(), and LL_RCC_GetLPTIMClockFreq().

#define MSI_VALUE   4000000U

Internal Multiple Speed oscillator (MSI) default value.

This value is the default MSI range value after Reset. Value of the Internal oscillator in Hz

Definition at line 122 of file stm32l4xx_hal_conf.h.

Referenced by HAL_RCC_DeInit().

#define PREFETCH_ENABLE   0U

Definition at line 194 of file stm32l4xx_hal_conf.h.

#define TICK_INT_PRIORITY   0x0FU

tick interrupt priority

Definition at line 192 of file stm32l4xx_hal_conf.h.

Referenced by HAL_Init(), HAL_RCC_ClockConfig(), HAL_RCC_DeInit(), and HAL_RCC_OscConfig().

Uncomment the line below to expanse the "assert_param" macro in the HAL drivers code.

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 stm32l4xx_hal_ppp.h file for possible callback identifiers defined in HAL_PPP_CallbackIDTypeDef for each PPP peripheral).

Definition at line 215 of file stm32l4xx_hal_conf.h.

Definition at line 216 of file stm32l4xx_hal_conf.h.

Definition at line 217 of file stm32l4xx_hal_conf.h.

Definition at line 218 of file stm32l4xx_hal_conf.h.

Definition at line 219 of file stm32l4xx_hal_conf.h.

Definition at line 220 of file stm32l4xx_hal_conf.h.

Definition at line 221 of file stm32l4xx_hal_conf.h.

Definition at line 222 of file stm32l4xx_hal_conf.h.

Definition at line 223 of file stm32l4xx_hal_conf.h.

Definition at line 224 of file stm32l4xx_hal_conf.h.

Definition at line 225 of file stm32l4xx_hal_conf.h.

Definition at line 226 of file stm32l4xx_hal_conf.h.

Definition at line 227 of file stm32l4xx_hal_conf.h.

Definition at line 228 of file stm32l4xx_hal_conf.h.

Definition at line 229 of file stm32l4xx_hal_conf.h.

Definition at line 230 of file stm32l4xx_hal_conf.h.

Definition at line 231 of file stm32l4xx_hal_conf.h.

Definition at line 232 of file stm32l4xx_hal_conf.h.

Definition at line 233 of file stm32l4xx_hal_conf.h.

Definition at line 234 of file stm32l4xx_hal_conf.h.

Definition at line 235 of file stm32l4xx_hal_conf.h.

Definition at line 236 of file stm32l4xx_hal_conf.h.

Definition at line 237 of file stm32l4xx_hal_conf.h.

Definition at line 238 of file stm32l4xx_hal_conf.h.

Definition at line 239 of file stm32l4xx_hal_conf.h.

Definition at line 240 of file stm32l4xx_hal_conf.h.

Definition at line 241 of file stm32l4xx_hal_conf.h.

Definition at line 242 of file stm32l4xx_hal_conf.h.

Definition at line 243 of file stm32l4xx_hal_conf.h.

Definition at line 244 of file stm32l4xx_hal_conf.h.

Definition at line 245 of file stm32l4xx_hal_conf.h.

Definition at line 246 of file stm32l4xx_hal_conf.h.

Definition at line 247 of file stm32l4xx_hal_conf.h.

#define USE_RTOS   0U

Definition at line 193 of file stm32l4xx_hal_conf.h.

#define USE_SPI_CRC   1U

Definition at line 256 of file stm32l4xx_hal_conf.h.

#define VDD_VALUE   3300U

This is the HAL system configuration section.

Value of VDD in mv

Definition at line 191 of file stm32l4xx_hal_conf.h.