|
STM32L4xx_HAL_Driver
1.14.0
|
This file contains HAL common defines, enumeration, macros and structures definitions. More...
Go to the source code of this file.
Enumerations | |
| enum | HAL_LockTypeDef { HAL_UNLOCKED = 0x00, HAL_LOCKED = 0x01 } |
| HAL Lock structures definition. More... | |
Variables | |
| C | |
This file contains HAL common defines, enumeration, macros and structures definitions.
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
Definition in file stm32l4xx_hal_def.h.
| enum HAL_LockTypeDef |
HAL Lock structures definition.
| Enumerator | |
|---|---|
| HAL_UNLOCKED | |
| HAL_LOCKED | |
Definition at line 50 of file stm32l4xx_hal_def.h.
| C |