HAL + 0/1 examples
CodeScope will show references to HAL_DeInit() from the following samples and libraries:
Examples
STM32469I-Discovery
Applications
FileX
FX_IAP
 
Symbols
loading...
Files
loading...

HAL_DeInit() function

This function de-Initializes common part of the HAL and stops the systick. This function is optional.

Syntax

HAL_StatusTypeDef HAL_DeInit(void);
Implemented in stm32f4xx_hal.c:190

Return value

HAL status

Examples

HAL_DeInit() is referenced by 1 libraries and example projects.

References

LocationText
stm32f4xx_hal.c:190
HAL_StatusTypeDef HAL_DeInit(void)
stm32f4xx_hal.h:220
HAL_StatusTypeDef HAL_DeInit(void);

Call Tree

Functions called by HAL_DeInit()
HAL_DeInit()
all items filtered out
Data read by HAL_DeInit()
Data written by HAL_DeInit()
all items filtered out
HAL_DeInit()
Type of HAL_DeInit()
HAL_DeInit()
all items filtered out