rusEFI
The most advanced open source ECU
Loading...
Searching...
No Matches
Enumerations | Variables
stm32h7xx_hal_def.h File Reference

Detailed Description

This file contains HAL common defines, enumeration, macros and structures definitions.

Author
MCD Application Team
Attention

© Copyright (c) 2017 STMicroelectronics. All rights reserved.

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
 

Enumeration Type Documentation

◆ HAL_LockTypeDef

HAL Lock structures definition.

Enumerator
HAL_UNLOCKED 
HAL_LOCKED 

Definition at line 51 of file stm32h7xx_hal_def.h.

52{
53 HAL_UNLOCKED = 0x00,
54 HAL_LOCKED = 0x01
HAL_LockTypeDef
HAL Lock structures definition.
@ HAL_LOCKED
@ HAL_UNLOCKED

Variable Documentation

◆ C

C
extern
Initial value:
{
#endif
#include "stm32h7xx.h"
#include <stddef.h>
#include <math.h>
typedef enum
{
HAL_OK = 0x00,
HAL_ERROR = 0x01,
HAL_BUSY = 0x02,
HAL_TIMEOUT = 0x03
} HAL_StatusTypeDef

Go to the source code of this file.