STM32F769IDiscovery  1.00
uDANTE Audio Networking with STM32F7 DISCO board
stm32f7xx_hal_msp_template.c
Go to the documentation of this file.
1 
48 /* Includes ------------------------------------------------------------------*/
49 #include "stm32f7xx_hal.h"
50 
60 /* Private typedef -----------------------------------------------------------*/
61 /* Private define ------------------------------------------------------------*/
62 /* Private macro -------------------------------------------------------------*/
63 /* Private variables ---------------------------------------------------------*/
64 /* Private function prototypes -----------------------------------------------*/
65 /* Private functions ---------------------------------------------------------*/
66 
75 void HAL_MspInit(void)
76 {
77 
78 }
79 
84 void HAL_MspDeInit(void)
85 {
86 
87 }
88 
93 void HAL_PPP_MspInit(void)
94 {
95 
96 }
97 
103 {
104 
105 }
106 
119 /************************ (C) COPYRIGHT STMicroelectronics *****END OF FILE****/
void HAL_MspDeInit(void)
DeInitializes the Global MSP.
This file contains all the functions prototypes for the HAL module driver.
void HAL_MspInit(void)
Initializes the Global MSP.
void HAL_PPP_MspInit(void)
Initializes the PPP MSP.
void HAL_PPP_MspDeInit(void)
DeInitializes the PPP MSP.