STM32L486xx HAL User Manual
Modules | Defines | Variables
HAL
STM32L4xx_HAL_Driver

HAL module driver. More...

Modules

 HAL Exported Functions
 SYSCFG Exported Constants
 DBGMCU Exported Macros
 SYSCFG Exported Macros
 SYSCFG Private Macros

Defines

#define __STM32L4xx_HAL_VERSION_MAIN   (0x01)
 STM32L4xx HAL Driver version number.
#define __STM32L4xx_HAL_VERSION_SUB1   (0x08)
#define __STM32L4xx_HAL_VERSION_SUB2   (0x03)
#define __STM32L4xx_HAL_VERSION_RC   (0x00)
#define __STM32L4xx_HAL_VERSION
#define VREFBUF_TIMEOUT_VALUE   (uint32_t)10 /* 10 ms (to be confirmed) */
#define SYSCFG_OFFSET   (SYSCFG_BASE - PERIPH_BASE)
#define MEMRMP_OFFSET   SYSCFG_OFFSET
#define FB_MODE_BitNumber   ((uint8_t)0x8)
#define FB_MODE_BB   (PERIPH_BB_BASE + (MEMRMP_OFFSET * 32) + (FB_MODE_BitNumber * 4))
#define SCSR_OFFSET   (SYSCFG_OFFSET + 0x18)
#define BRER_BitNumber   ((uint8_t)0x0)
#define SCSR_SRAM2ER_BB   (PERIPH_BB_BASE + (SCSR_OFFSET * 32) + (BRER_BitNumber * 4))

Variables

__IO uint32_t uwTick

Detailed Description

HAL module driver.


Define Documentation

#define __STM32L4xx_HAL_VERSION_MAIN   (0x01)

STM32L4xx HAL Driver version number.

[31:24] main version

Definition at line 70 of file stm32l4xx_hal.c.

#define __STM32L4xx_HAL_VERSION_RC   (0x00)

[7:0] release candidate

Definition at line 73 of file stm32l4xx_hal.c.

#define __STM32L4xx_HAL_VERSION_SUB1   (0x08)

[23:16] sub1 version

Definition at line 71 of file stm32l4xx_hal.c.

#define __STM32L4xx_HAL_VERSION_SUB2   (0x03)

[15:8] sub2 version

Definition at line 72 of file stm32l4xx_hal.c.

#define BRER_BitNumber   ((uint8_t)0x0)

Definition at line 94 of file stm32l4xx_hal.c.

#define FB_MODE_BB   (PERIPH_BB_BASE + (MEMRMP_OFFSET * 32) + (FB_MODE_BitNumber * 4))
#define FB_MODE_BitNumber   ((uint8_t)0x8)

Definition at line 88 of file stm32l4xx_hal.c.

Definition at line 87 of file stm32l4xx_hal.c.

#define SCSR_OFFSET   (SYSCFG_OFFSET + 0x18)

Definition at line 93 of file stm32l4xx_hal.c.

#define SCSR_SRAM2ER_BB   (PERIPH_BB_BASE + (SCSR_OFFSET * 32) + (BRER_BitNumber * 4))

Definition at line 95 of file stm32l4xx_hal.c.

Referenced by HAL_SYSCFG_SRAM2Erase().

#define SYSCFG_OFFSET   (SYSCFG_BASE - PERIPH_BASE)

Definition at line 84 of file stm32l4xx_hal.c.

#define VREFBUF_TIMEOUT_VALUE   (uint32_t)10 /* 10 ms (to be confirmed) */

Definition at line 80 of file stm32l4xx_hal.c.

Referenced by HAL_SYSCFG_EnableVREFBUF().


Variable Documentation

__IO uint32_t uwTick

Definition at line 99 of file stm32l4xx_hal.c.

Referenced by HAL_GetTick(), and HAL_IncTick().