STM32L4xx_HAL_Driver  1.14.0
stm32l4xx_hal_msp_template.c
Go to the documentation of this file.
1 
22 /* Includes ------------------------------------------------------------------*/
23 #include "stm32l4xx_hal.h"
24 
34 /* Private typedef -----------------------------------------------------------*/
35 /* Private define ------------------------------------------------------------*/
36 /* Private macro -------------------------------------------------------------*/
37 /* Private variables ---------------------------------------------------------*/
38 /* Private function prototypes -----------------------------------------------*/
39 /* Private functions ---------------------------------------------------------*/
40 
50 void HAL_MspInit(void)
51 {
52  /* NOTE : This function is generated automatically by STM32CubeMX and eventually
53  modified by the user
54  */
55 }
56 
62 void HAL_MspDeInit(void)
63 {
64  /* NOTE : This function is generated automatically by STM32CubeMX and eventually
65  modified by the user
66  */
67 }
68 
74 void HAL_PPP_MspInit(void)
75 {
76  /* NOTE : This function is generated automatically by STM32CubeMX and eventually
77  modified by the user
78  */
79 }
80 
87 {
88  /* NOTE : This function is generated automatically by STM32CubeMX and eventually
89  modified by the user
90  */
91 }
92 
105 /************************ (C) COPYRIGHT STMicroelectronics *****END OF FILE****/
This file contains all the functions prototypes for the HAL module driver.
void HAL_PPP_MspInit(void)
Initialize the PPP MSP.
void HAL_MspDeInit(void)
DeInitialize the Global MSP.
void HAL_PPP_MspDeInit(void)
DeInitialize the PPP MSP.
void HAL_MspInit(void)
Initialize the Global MSP.