STM32F4xx_HAL_Driver  1.8.3
stm32f4xx_hal_msp_template.c
Go to the documentation of this file.
1 
21 /* Includes ------------------------------------------------------------------*/
22 #include "stm32f4xx_hal.h"
23 
33 /* Private typedef -----------------------------------------------------------*/
34 /* Private define ------------------------------------------------------------*/
35 /* Private macro -------------------------------------------------------------*/
36 /* Private variables ---------------------------------------------------------*/
37 /* Private function prototypes -----------------------------------------------*/
38 /* Private functions ---------------------------------------------------------*/
39 
50 void HAL_MspInit(void)
51 {
52 
53 }
54 
61 void HAL_MspDeInit(void)
62 {
63 
64 }
65 
72 void HAL_PPP_MspInit(void)
73 {
74 
75 }
76 
84 {
85 
86 }
87 
void HAL_PPP_MspInit(void)
Initializes the PPP MSP.
void HAL_PPP_MspDeInit(void)
DeInitializes the PPP MSP.
void HAL_MspDeInit(void)
DeInitializes the Global MSP.
void HAL_MspInit(void)
Initializes the Global MSP.
This file contains all the functions prototypes for the HAL module driver.