|
STM32F4xx HAL Documentation
Hardware Abstraction Layer for STM32F4 familiy
|
Functions | |
| void | HAL_MspInit (void) |
| Initializes the Global MSP. | |
| void | HAL_MspDeInit (void) |
| DeInitializes the Global MSP. | |
| void | HAL_PPP_MspInit (void) |
| Initializes the PPP MSP. | |
| void | HAL_PPP_MspDeInit (void) |
| DeInitializes the PPP MSP. | |
| void HAL_MspInit | ( | void | ) |
#include <stm32f4xx_hal_msp_template.c>
Initializes the Global MSP.
| None |
Definition at line 50 of file stm32f4xx_hal_msp_template.c.
| void HAL_MspDeInit | ( | void | ) |
#include <stm32f4xx_hal_msp_template.c>
DeInitializes the Global MSP.
| None |
Definition at line 61 of file stm32f4xx_hal_msp_template.c.
| void HAL_PPP_MspInit | ( | void | ) |
#include <stm32f4xx_hal_msp_template.c>
Initializes the PPP MSP.
| None |
Definition at line 72 of file stm32f4xx_hal_msp_template.c.
| void HAL_PPP_MspDeInit | ( | void | ) |
#include <stm32f4xx_hal_msp_template.c>
DeInitializes the PPP MSP.
| None |
Definition at line 83 of file stm32f4xx_hal_msp_template.c.