HAL_MspDeInit() function
DeInitializes the Global MSP.
Syntax
void HAL_MspDeInit(void);
Return value
None
Notes
This functiona is called from HAL_DeInit() function to perform system level de-initialization (GPIOs, clock, DMA, interrupt).
Examples
HAL_MspDeInit() is referenced by 2 libraries and example projects: