STM32F4xx_HAL_Driver  1.8.3
HAL MSP Private Functions
+ Collaboration diagram for HAL MSP Private Functions:

Functions

void HAL_MspInit (void)
 Initializes the Global MSP. More...
 
void HAL_MspDeInit (void)
 DeInitializes the Global MSP. More...
 
void HAL_PPP_MspInit (void)
 Initializes the PPP MSP. More...
 
void HAL_PPP_MspDeInit (void)
 DeInitializes the PPP MSP. More...
 

Detailed Description

Function Documentation

◆ HAL_MspDeInit()

void HAL_MspDeInit ( void  )

DeInitializes the Global MSP.

Note
This functiona is called from HAL_DeInit() function to perform system level de-initialization (GPIOs, clock, DMA, interrupt).
Return values
None

Definition at line 61 of file stm32f4xx_hal_msp_template.c.

◆ HAL_MspInit()

void HAL_MspInit ( void  )

Initializes the Global MSP.

Note
This function is called from HAL_Init() function to perform system level initialization (GPIOs, clock, DMA, interrupt).
Return values
None

Definition at line 50 of file stm32f4xx_hal_msp_template.c.

◆ HAL_PPP_MspDeInit()

void HAL_PPP_MspDeInit ( void  )

DeInitializes the PPP MSP.

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

Definition at line 83 of file stm32f4xx_hal_msp_template.c.

◆ HAL_PPP_MspInit()

void HAL_PPP_MspInit ( void  )

Initializes the PPP MSP.

Note
This functiona is called from HAL_PPP_Init() function to perform peripheral(PPP) system level initialization (GPIOs, clock, DMA, interrupt)
Return values
None

Definition at line 72 of file stm32f4xx_hal_msp_template.c.