STM32F4xx_HAL_Driver
1.8.3
|
Functions | |
void | HAL_MspInit (void) |
Initializes the Global MSP. More... | |
void | HAL_MspDeInit (void) |
DeInitializes the Global MSP. More... | |
void | HAL_PPP_MspInit (void) |
Initializes the PPP MSP. More... | |
void | HAL_PPP_MspDeInit (void) |
DeInitializes the PPP MSP. More... | |
void HAL_MspDeInit | ( | void | ) |
DeInitializes the Global MSP.
None |
Definition at line 61 of file stm32f4xx_hal_msp_template.c.
void HAL_MspInit | ( | void | ) |
Initializes the Global MSP.
None |
Definition at line 50 of file stm32f4xx_hal_msp_template.c.
void HAL_PPP_MspDeInit | ( | void | ) |
DeInitializes the PPP MSP.
None |
Definition at line 83 of file stm32f4xx_hal_msp_template.c.
void HAL_PPP_MspInit | ( | void | ) |
Initializes the PPP MSP.
None |
Definition at line 72 of file stm32f4xx_hal_msp_template.c.