![]() |
iSensor-SPI-Buffer
1.15
Firmware for the iSensor-SPI-Buffer board to enable full throughput buffered data capture on Analog Devices IMUs
|
HAL configuration file.
More...
#include "stm32f3xx_hal_rcc.h"
#include "stm32f3xx_hal_gpio.h"
#include "stm32f3xx_hal_exti.h"
#include "stm32f3xx_hal_dma.h"
#include "stm32f3xx_hal_cortex.h"
#include "stm32f3xx_hal_adc.h"
#include "stm32f3xx_hal_flash.h"
#include "stm32f3xx_hal_i2c.h"
#include "stm32f3xx_hal_pcd.h"
#include "stm32f3xx_hal_pwr.h"
#include "stm32f3xx_hal_spi.h"
#include "stm32f3xx_hal_tim.h"
Go to the source code of this file.
Macros | |
#define | HAL_MODULE_ENABLED |
This is the list of modules to be used in the HAL driver. | |
#define | HAL_ADC_MODULE_ENABLED |
#define | HAL_SPI_MODULE_ENABLED |
#define | HAL_TIM_MODULE_ENABLED |
#define | HAL_PCD_MODULE_ENABLED |
#define | HAL_GPIO_MODULE_ENABLED |
#define | HAL_EXTI_MODULE_ENABLED |
#define | HAL_DMA_MODULE_ENABLED |
#define | HAL_RCC_MODULE_ENABLED |
#define | HAL_FLASH_MODULE_ENABLED |
#define | HAL_PWR_MODULE_ENABLED |
#define | HAL_CORTEX_MODULE_ENABLED |
#define | HAL_I2C_MODULE_ENABLED |
#define | HSE_VALUE ((uint32_t)8000000) |
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). More... | |
#define | HSE_STARTUP_TIMEOUT ((uint32_t)100) |
In the following line adjust the External High Speed oscillator (HSE) Startup Timeout value. More... | |
#define | HSI_VALUE ((uint32_t)8000000) |
Internal High Speed oscillator (HSI) value. This value is used by the RCC HAL module to compute the system frequency (when HSI is used as system clock source, directly or through the PLL). More... | |
#define | HSI_STARTUP_TIMEOUT ((uint32_t)5000) |
In the following line adjust the Internal High Speed oscillator (HSI) Startup Timeout value. More... | |
#define | LSI_VALUE ((uint32_t)40000) |
Internal Low Speed oscillator (LSI) value. | |
#define | LSE_VALUE ((uint32_t)32768) |
External Low Speed oscillator (LSE) value. More... | |
#define | LSE_STARTUP_TIMEOUT ((uint32_t)5000) |
Time out for LSE start up value in ms. More... | |
#define | EXTERNAL_CLOCK_VALUE ((uint32_t)8000000) |
External clock source for I2S peripheral This value is used by the I2S HAL module to compute the I2S clock source frequency, this source is inserted directly through I2S_CKIN pad. More... | |
#define | VDD_VALUE ((uint32_t)3300) |
This is the HAL system configuration section. More... | |
#define | TICK_INT_PRIORITY ((uint32_t)0) |
#define | USE_RTOS 0 |
#define | PREFETCH_ENABLE 1 |
#define | INSTRUCTION_CACHE_ENABLE 0 |
#define | DATA_CACHE_ENABLE 0 |
#define | USE_SPI_CRC 0U |
#define | USE_HAL_ADC_REGISTER_CALLBACKS 0U /* ADC register callback disabled */ |
#define | USE_HAL_CAN_REGISTER_CALLBACKS 0U /* CAN register callback disabled */ |
#define | USE_HAL_COMP_REGISTER_CALLBACKS 0U /* COMP register callback disabled */ |
#define | USE_HAL_CEC_REGISTER_CALLBACKS 0U /* CEC register callback disabled */ |
#define | USE_HAL_DAC_REGISTER_CALLBACKS 0U /* DAC register callback disabled */ |
#define | USE_HAL_SRAM_REGISTER_CALLBACKS 0U /* SRAM register callback disabled */ |
#define | USE_HAL_SMBUS_REGISTER_CALLBACKS 0U /* SMBUS register callback disabled */ |
#define | USE_HAL_NAND_REGISTER_CALLBACKS 0U /* NAND register callback disabled */ |
#define | USE_HAL_NOR_REGISTER_CALLBACKS 0U /* NOR register callback disabled */ |
#define | USE_HAL_PCCARD_REGISTER_CALLBACKS 0U /* PCCARD register callback disabled */ |
#define | USE_HAL_HRTIM_REGISTER_CALLBACKS 0U /* HRTIM register callback disabled */ |
#define | USE_HAL_I2C_REGISTER_CALLBACKS 0U /* I2C register callback disabled */ |
#define | USE_HAL_UART_REGISTER_CALLBACKS 0U /* UART register callback disabled */ |
#define | USE_HAL_USART_REGISTER_CALLBACKS 0U /* USART register callback disabled */ |
#define | USE_HAL_IRDA_REGISTER_CALLBACKS 0U /* IRDA register callback disabled */ |
#define | USE_HAL_SMARTCARD_REGISTER_CALLBACKS 0U /* SMARTCARD register callback disabled */ |
#define | USE_HAL_WWDG_REGISTER_CALLBACKS 0U /* WWDG register callback disabled */ |
#define | USE_HAL_OPAMP_REGISTER_CALLBACKS 0U /* OPAMP register callback disabled */ |
#define | USE_HAL_RTC_REGISTER_CALLBACKS 0U /* RTC register callback disabled */ |
#define | USE_HAL_SPI_REGISTER_CALLBACKS 0U /* SPI register callback disabled */ |
#define | USE_HAL_I2S_REGISTER_CALLBACKS 0U /* I2S register callback disabled */ |
#define | USE_HAL_TIM_REGISTER_CALLBACKS 0U /* TIM register callback disabled */ |
#define | USE_HAL_TSC_REGISTER_CALLBACKS 0U /* TSC register callback disabled */ |
#define | USE_HAL_PCD_REGISTER_CALLBACKS 0U /* PCD register callback disabled */ |
#define | assert_param(expr) ((void)0U) |
Uncomment the line below to expanse the "assert_param" macro in the HAL drivers code. More... | |
HAL configuration file.
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
#define assert_param | ( | expr | ) | ((void)0U) |
Uncomment the line below to expanse the "assert_param" macro in the HAL drivers code.
Include module's header file
#define EXTERNAL_CLOCK_VALUE ((uint32_t)8000000) |
External clock source for I2S peripheral This value is used by the I2S HAL module to compute the I2S clock source frequency, this source is inserted directly through I2S_CKIN pad.
#define HSE_STARTUP_TIMEOUT ((uint32_t)100) |
In the following line adjust the External High Speed oscillator (HSE) Startup Timeout value.
Time out for HSE start up, in ms
#define HSE_VALUE ((uint32_t)8000000) |
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
#define HSI_STARTUP_TIMEOUT ((uint32_t)5000) |
In the following line adjust the Internal High Speed oscillator (HSI) Startup Timeout value.
Time out for HSI start up
#define HSI_VALUE ((uint32_t)8000000) |
Internal High Speed oscillator (HSI) value. This value is used by the RCC HAL module to compute the system frequency (when HSI is used as system clock source, directly or through the PLL).
Value of the Internal oscillator in Hz
#define LSE_STARTUP_TIMEOUT ((uint32_t)5000) |
Time out for LSE start up value in ms.
Time out for LSE start up, in ms
#define LSE_VALUE ((uint32_t)32768) |
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.
Value of the External Low Speed oscillator in Hz
#define TICK_INT_PRIORITY ((uint32_t)0) |
tick interrupt priority (lowest by default)
#define VDD_VALUE ((uint32_t)3300) |
This is the HAL system configuration section.
Value of VDD in mv