STM32F4xx HAL Documentation
Hardware Abstraction Layer for STM32F4 familiy
Loading...
Searching...
No Matches
HAL MSP Private Functions
Collaboration diagram for HAL MSP Private Functions:

Functions

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

Detailed Description

Function Documentation

◆ HAL_MspInit()

void HAL_MspInit ( void )

#include <stm32f4xx_hal_msp_template.c>

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_MspDeInit()

void HAL_MspDeInit ( void )

#include <stm32f4xx_hal_msp_template.c>

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_PPP_MspInit()

void HAL_PPP_MspInit ( void )

#include <stm32f4xx_hal_msp_template.c>

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.

◆ HAL_PPP_MspDeInit()

void HAL_PPP_MspDeInit ( void )

#include <stm32f4xx_hal_msp_template.c>

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.