WebRadioApp  0.1
stm32h7xx_hal_msp.c File Reference
#include "main.h"
Include dependency graph for stm32h7xx_hal_msp.c:

Functions

void HAL_MspInit (void)
 
void HAL_SD_MspInit (SD_HandleTypeDef *hsd)
 SD MSP Initialization This function configures the hardware resources used in this example. More...
 
void HAL_SD_MspDeInit (SD_HandleTypeDef *hsd)
 SD MSP De-Initialization This function freeze the hardware resources used in this example. More...
 
void HAL_TIM_Base_MspInit (TIM_HandleTypeDef *htim_base)
 TIM_Base MSP Initialization This function configures the hardware resources used in this example. More...
 
void HAL_TIM_Base_MspDeInit (TIM_HandleTypeDef *htim_base)
 TIM_Base MSP De-Initialization This function freeze the hardware resources used in this example. More...
 

Function Documentation

◆ HAL_MspInit()

void HAL_MspInit ( void  )

File Name : stm32h7xx_hal_msp.c Description : This file provides code for the MSP Initialization and de-Initialization codes.

Attention

© Copyright (c) 2020 STMicroelectronics. All rights reserved.

This software component is licensed by ST under Ultimate Liberty license SLA0044, the "License"; You may not use this file except in compliance with the License. You may obtain a copy of the License at: www.st.com/SLA0044 Initializes the Global MSP.

◆ HAL_SD_MspDeInit()

void HAL_SD_MspDeInit ( SD_HandleTypeDef *  hsd)

SD MSP De-Initialization This function freeze the hardware resources used in this example.

Parameters
hsdSD handle pointer
Return values
None

SDMMC1 GPIO Configuration PC10 ---—> SDMMC1_D2 PC11 ---—> SDMMC1_D3 PC12 ---—> SDMMC1_CK PD2 ---—> SDMMC1_CMD PC8 ---—> SDMMC1_D0 PC9 ---—> SDMMC1_D1

◆ HAL_SD_MspInit()

void HAL_SD_MspInit ( SD_HandleTypeDef *  hsd)

SD MSP Initialization This function configures the hardware resources used in this example.

Parameters
hsdSD handle pointer
Return values
None

SDMMC1 GPIO Configuration PC10 ---—> SDMMC1_D2 PC11 ---—> SDMMC1_D3 PC12 ---—> SDMMC1_CK PD2 ---—> SDMMC1_CMD PC8 ---—> SDMMC1_D0 PC9 ---—> SDMMC1_D1

◆ HAL_TIM_Base_MspDeInit()

void HAL_TIM_Base_MspDeInit ( TIM_HandleTypeDef *  htim_base)

TIM_Base MSP De-Initialization This function freeze the hardware resources used in this example.

Parameters
htim_baseTIM_Base handle pointer
Return values
None

◆ HAL_TIM_Base_MspInit()

void HAL_TIM_Base_MspInit ( TIM_HandleTypeDef *  htim_base)

TIM_Base MSP Initialization This function configures the hardware resources used in this example.

Parameters
htim_baseTIM_Base handle pointer
Return values
None