Macros
stm32h747/stm32h747i-disco/CM7/Inc/stm32h7xx_hal_conf.h File Reference
#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"
Include dependency graph for stm32h747/stm32h747i-disco/CM7/Inc/stm32h7xx_hal_conf.h:
This graph shows which files directly or indirectly include this file:

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

Macro Definition Documentation

◆ assert_param

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

◆ CSI_VALUE

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

◆ ETH_MAC_ADDR0

#define ETH_MAC_ADDR0   ((uint8_t)0x02)

◆ ETH_MAC_ADDR1

#define ETH_MAC_ADDR1   ((uint8_t)0x00)

◆ ETH_MAC_ADDR2

#define ETH_MAC_ADDR2   ((uint8_t)0x00)

◆ ETH_MAC_ADDR3

#define ETH_MAC_ADDR3   ((uint8_t)0x00)

◆ ETH_MAC_ADDR4

#define ETH_MAC_ADDR4   ((uint8_t)0x00)

◆ ETH_MAC_ADDR5

#define ETH_MAC_ADDR5   ((uint8_t)0x00)

◆ ETH_RX_DESC_CNT

#define ETH_RX_DESC_CNT   4 /* number of Ethernet Rx DMA descriptors */

◆ ETH_TX_DESC_CNT

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

◆ EXTERNAL_CLOCK_VALUE

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

◆ HAL_CORTEX_MODULE_ENABLED

#define HAL_CORTEX_MODULE_ENABLED

◆ HAL_DMA_MODULE_ENABLED

#define HAL_DMA_MODULE_ENABLED

◆ HAL_DSI_MODULE_ENABLED

#define HAL_DSI_MODULE_ENABLED

◆ HAL_EXTI_MODULE_ENABLED

#define HAL_EXTI_MODULE_ENABLED

◆ HAL_FLASH_MODULE_ENABLED

#define HAL_FLASH_MODULE_ENABLED

◆ HAL_GPIO_MODULE_ENABLED

#define HAL_GPIO_MODULE_ENABLED

◆ HAL_HSEM_MODULE_ENABLED

#define HAL_HSEM_MODULE_ENABLED

◆ HAL_I2C_MODULE_ENABLED

#define HAL_I2C_MODULE_ENABLED

◆ HAL_MODULE_ENABLED

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

◆ HAL_PWR_MODULE_ENABLED

#define HAL_PWR_MODULE_ENABLED

◆ HAL_RCC_MODULE_ENABLED

#define HAL_RCC_MODULE_ENABLED

◆ HAL_SAI_MODULE_ENABLED

#define HAL_SAI_MODULE_ENABLED

◆ HAL_TIM_MODULE_ENABLED

#define HAL_TIM_MODULE_ENABLED

◆ HAL_UART_MODULE_ENABLED

#define HAL_UART_MODULE_ENABLED

◆ HSE_STARTUP_TIMEOUT

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

◆ HSE_VALUE

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

◆ HSI_VALUE

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

◆ LSE_STARTUP_TIMEOUT

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

◆ LSE_VALUE

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

◆ LSI_VALUE

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

◆ TICK_INT_PRIORITY

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

◆ USE_RTOS

#define USE_RTOS   0

◆ VDD_VALUE

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



picovoice_driver
Author(s):
autogenerated on Fri Apr 1 2022 02:15:03