#include "stm32h7xx_hal_rcc.h"
#include "stm32h7xx_hal_gpio.h"
#include "stm32h7xx_hal_dma.h"
#include "stm32h7xx_hal_dsi.h"
#include "stm32h7xx_hal_exti.h"
#include "stm32h7xx_hal_cortex.h"
#include "stm32h7xx_hal_flash.h"
#include "stm32h7xx_hal_hsem.h"
#include "stm32h7xx_hal_i2c.h"
#include "stm32h7xx_hal_pwr.h"
#include "stm32h7xx_hal_sai.h"
#include "stm32h7xx_hal_tim.h"
#include "stm32h7xx_hal_uart.h"
Go to the source code of this file.
Macros | |
#define | assert_param(expr) ((void)0U) |
Uncomment the line below to expanse the "assert_param" macro in the HAL drivers code. More... | |
#define | CSI_VALUE ((uint32_t)4000000) |
Internal oscillator (CSI) default value. This value is the default CSI value after Reset. More... | |
#define | ETH_MAC_ADDR0 ((uint8_t)0x02) |
#define | ETH_MAC_ADDR1 ((uint8_t)0x00) |
#define | ETH_MAC_ADDR2 ((uint8_t)0x00) |
#define | ETH_MAC_ADDR3 ((uint8_t)0x00) |
#define | ETH_MAC_ADDR4 ((uint8_t)0x00) |
#define | ETH_MAC_ADDR5 ((uint8_t)0x00) |
#define | ETH_RX_DESC_CNT 4 /* number of Ethernet Rx DMA descriptors */ |
#define | ETH_TX_DESC_CNT 4 /* number of Ethernet Tx DMA descriptors */ |
#define | EXTERNAL_CLOCK_VALUE 12288000U |
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 | HAL_CORTEX_MODULE_ENABLED |
#define | HAL_DMA_MODULE_ENABLED |
#define | HAL_DSI_MODULE_ENABLED |
#define | HAL_EXTI_MODULE_ENABLED |
#define | HAL_FLASH_MODULE_ENABLED |
#define | HAL_GPIO_MODULE_ENABLED |
#define | HAL_HSEM_MODULE_ENABLED |
#define | HAL_I2C_MODULE_ENABLED |
#define | HAL_MODULE_ENABLED |
This is the list of modules to be used in the HAL driver. More... | |
#define | HAL_PWR_MODULE_ENABLED |
#define | HAL_RCC_MODULE_ENABLED |
#define | HAL_SAI_MODULE_ENABLED |
#define | HAL_TIM_MODULE_ENABLED |
#define | HAL_UART_MODULE_ENABLED |
#define | HSE_STARTUP_TIMEOUT ((uint32_t)5000) |
#define | HSE_VALUE ((uint32_t)25000000) |
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 | HSI_VALUE ((uint32_t)64000000) |
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 | LSE_STARTUP_TIMEOUT ((uint32_t)5000) |
#define | LSE_VALUE ((uint32_t)32768) |
External Low Speed oscillator (LSE) value. This value is used by the UART, RTC HAL module to compute the system frequency. More... | |
#define | LSI_VALUE ((uint32_t)32000) |
#define | TICK_INT_PRIORITY ((uint32_t)0x0F) |
#define | USE_RTOS 0 |
#define | VDD_VALUE ((uint32_t)3300) |
This is the HAL system configuration section. More... | |
#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
Definition at line 380 of file stm32h747/stm32h747i-disco/CM7/Inc/stm32h7xx_hal_conf.h.
#define CSI_VALUE ((uint32_t)4000000) |
Internal oscillator (CSI) default value. This value is the default CSI value after Reset.
Value of the Internal oscillator in Hz
Definition at line 69 of file stm32h747/stm32h747i-disco/CM7/Inc/stm32h7xx_hal_conf.h.
#define ETH_MAC_ADDR0 ((uint8_t)0x02) |
Definition at line 125 of file stm32h747/stm32h747i-disco/CM7/Inc/stm32h7xx_hal_conf.h.
#define ETH_MAC_ADDR1 ((uint8_t)0x00) |
Definition at line 126 of file stm32h747/stm32h747i-disco/CM7/Inc/stm32h7xx_hal_conf.h.
#define ETH_MAC_ADDR2 ((uint8_t)0x00) |
Definition at line 127 of file stm32h747/stm32h747i-disco/CM7/Inc/stm32h7xx_hal_conf.h.
#define ETH_MAC_ADDR3 ((uint8_t)0x00) |
Definition at line 128 of file stm32h747/stm32h747i-disco/CM7/Inc/stm32h7xx_hal_conf.h.
#define ETH_MAC_ADDR4 ((uint8_t)0x00) |
Definition at line 129 of file stm32h747/stm32h747i-disco/CM7/Inc/stm32h7xx_hal_conf.h.
#define ETH_MAC_ADDR5 ((uint8_t)0x00) |
Definition at line 130 of file stm32h747/stm32h747i-disco/CM7/Inc/stm32h7xx_hal_conf.h.
#define ETH_RX_DESC_CNT 4 /* number of Ethernet Rx DMA descriptors */ |
Definition at line 123 of file stm32h747/stm32h747i-disco/CM7/Inc/stm32h7xx_hal_conf.h.
#define ETH_TX_DESC_CNT 4 /* number of Ethernet Tx DMA descriptors */ |
< use uSD Transceiver
Definition at line 122 of file stm32h747/stm32h747i-disco/CM7/Inc/stm32h7xx_hal_conf.h.
#define EXTERNAL_CLOCK_VALUE 12288000U |
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.
< 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 clock in Hz
Definition at line 106 of file stm32h747/stm32h747i-disco/CM7/Inc/stm32h7xx_hal_conf.h.
#define HAL_CORTEX_MODULE_ENABLED |
Definition at line 36 of file stm32h747/stm32h747i-disco/CM7/Inc/stm32h7xx_hal_conf.h.
#define HAL_DMA_MODULE_ENABLED |
Definition at line 37 of file stm32h747/stm32h747i-disco/CM7/Inc/stm32h7xx_hal_conf.h.
#define HAL_DSI_MODULE_ENABLED |
Definition at line 38 of file stm32h747/stm32h747i-disco/CM7/Inc/stm32h7xx_hal_conf.h.
#define HAL_EXTI_MODULE_ENABLED |
Definition at line 43 of file stm32h747/stm32h747i-disco/CM7/Inc/stm32h7xx_hal_conf.h.
#define HAL_FLASH_MODULE_ENABLED |
Definition at line 44 of file stm32h747/stm32h747i-disco/CM7/Inc/stm32h7xx_hal_conf.h.
#define HAL_GPIO_MODULE_ENABLED |
Definition at line 39 of file stm32h747/stm32h747i-disco/CM7/Inc/stm32h7xx_hal_conf.h.
#define HAL_HSEM_MODULE_ENABLED |
Definition at line 40 of file stm32h747/stm32h747i-disco/CM7/Inc/stm32h7xx_hal_conf.h.
#define HAL_I2C_MODULE_ENABLED |
Definition at line 41 of file stm32h747/stm32h747i-disco/CM7/Inc/stm32h7xx_hal_conf.h.
#define HAL_MODULE_ENABLED |
This is the list of modules to be used in the HAL driver.
Definition at line 35 of file stm32h747/stm32h747i-disco/CM7/Inc/stm32h7xx_hal_conf.h.
#define HAL_PWR_MODULE_ENABLED |
Definition at line 42 of file stm32h747/stm32h747i-disco/CM7/Inc/stm32h7xx_hal_conf.h.
#define HAL_RCC_MODULE_ENABLED |
Definition at line 45 of file stm32h747/stm32h747i-disco/CM7/Inc/stm32h7xx_hal_conf.h.
#define HAL_SAI_MODULE_ENABLED |
Definition at line 46 of file stm32h747/stm32h747i-disco/CM7/Inc/stm32h7xx_hal_conf.h.
#define HAL_TIM_MODULE_ENABLED |
Definition at line 47 of file stm32h747/stm32h747i-disco/CM7/Inc/stm32h7xx_hal_conf.h.
#define HAL_UART_MODULE_ENABLED |
Definition at line 48 of file stm32h747/stm32h747i-disco/CM7/Inc/stm32h7xx_hal_conf.h.
#define HSE_STARTUP_TIMEOUT ((uint32_t)5000) |
Time out for HSE start up, in ms
Definition at line 61 of file stm32h747/stm32h747i-disco/CM7/Inc/stm32h7xx_hal_conf.h.
#define HSE_VALUE ((uint32_t)25000000) |
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 57 of file stm32h747/stm32h747i-disco/CM7/Inc/stm32h7xx_hal_conf.h.
#define HSI_VALUE ((uint32_t)64000000) |
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
Definition at line 78 of file stm32h747/stm32h747i-disco/CM7/Inc/stm32h7xx_hal_conf.h.
#define LSE_STARTUP_TIMEOUT ((uint32_t)5000) |
Time out for LSE start up, in ms
Definition at line 91 of file stm32h747/stm32h747i-disco/CM7/Inc/stm32h7xx_hal_conf.h.
#define LSE_VALUE ((uint32_t)32768) |
External Low Speed oscillator (LSE) value. 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 86 of file stm32h747/stm32h747i-disco/CM7/Inc/stm32h7xx_hal_conf.h.
#define LSI_VALUE ((uint32_t)32000) |
LSI Typical Value in Hz
Definition at line 95 of file stm32h747/stm32h747i-disco/CM7/Inc/stm32h7xx_hal_conf.h.
#define TICK_INT_PRIORITY ((uint32_t)0x0F) |
tick interrupt priority
Definition at line 117 of file stm32h747/stm32h747i-disco/CM7/Inc/stm32h7xx_hal_conf.h.
#define USE_RTOS 0 |
Definition at line 118 of file stm32h747/stm32h747i-disco/CM7/Inc/stm32h7xx_hal_conf.h.
#define VDD_VALUE ((uint32_t)3300) |
This is the HAL system configuration section.
Value of VDD in mv
Definition at line 116 of file stm32h747/stm32h747i-disco/CM7/Inc/stm32h7xx_hal_conf.h.