STM32F4xx HAL Documentation
Hardware Abstraction Layer for STM32F4 familiy
Loading...
Searching...
No Matches
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
50void HAL_MspInit(void)
51{
52
53}
54
61void HAL_MspDeInit(void)
62{
63
64}
65
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.