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
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
83
void
HAL_PPP_MspDeInit
(
void
)
84
{
85
86
}
87
HAL_PPP_MspInit
void HAL_PPP_MspInit(void)
Initializes the PPP MSP.
Definition
stm32f4xx_hal_msp_template.c:72
HAL_PPP_MspDeInit
void HAL_PPP_MspDeInit(void)
DeInitializes the PPP MSP.
Definition
stm32f4xx_hal_msp_template.c:83
HAL_MspDeInit
void HAL_MspDeInit(void)
DeInitializes the Global MSP.
Definition
stm32f4xx_hal_msp_template.c:61
HAL_MspInit
void HAL_MspInit(void)
Initializes the Global MSP.
Definition
stm32f4xx_hal_msp_template.c:50
stm32f4xx_hal.h
This file contains all the functions prototypes for the HAL module driver.
Drivers
STM32F4xx_HAL_Driver
Src
stm32f4xx_hal_msp_template.c
Generated on Wed Feb 26 2025 for STM32F4xx HAL Documentation by
1.12.0