HAL
HAL_PPP_MspDeInit() is only used within HAL.
 
Symbols
loading...
Files
loading...

HAL_PPP_MspDeInit() function

DeInitializes the PPP MSP.

Syntax

void HAL_PPP_MspDeInit(void);

Return value

None

Notes

This functiona is called from HAL_PPP_DeInit() function to perform peripheral(PPP) system level de-initialization (GPIOs, clock, DMA, interrupt)

References

LocationText
stm32f4xx_hal_msp_template.c:83
void HAL_PPP_MspDeInit(void)