|
rusEFI
The most advanced open source ECU
|
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 stm32h7xx_hal_def.h.
Enumerations | |
| enum | HAL_LockTypeDef { HAL_UNLOCKED = 0x00 , HAL_LOCKED = 0x01 } |
| HAL Lock structures definition. More... | |
Variables | |
| C | |
| enum HAL_LockTypeDef |
HAL Lock structures definition.
| Enumerator | |
|---|---|
| HAL_UNLOCKED | |
| HAL_LOCKED | |
Definition at line 51 of file stm32h7xx_hal_def.h.
|
extern |