STM32L4xx_HAL_Driver  1.14.0
stm32l4xx_hal_def.h File Reference

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
 

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

Enumeration Type Documentation

◆ HAL_LockTypeDef

HAL Lock structures definition.

Enumerator
HAL_UNLOCKED 
HAL_LOCKED 

Definition at line 50 of file stm32l4xx_hal_def.h.

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

Variable Documentation

◆ C

C
Initial value:
{
#endif
#include "stm32l4xx.h"
#include "Legacy/stm32_hal_legacy.h"
#include <stddef.h>
typedef enum
{
HAL_OK = 0x00,
HAL_ERROR = 0x01,
HAL_BUSY = 0x02,
HAL_TIMEOUT = 0x03
} HAL_StatusTypeDef
return HAL_OK