#include "main.h"
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... | |
File Name : stm32h7xx_hal_msp.c Description : This file provides code for the MSP Initialization and de-Initialization codes.
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.
void HAL_SD_MspDeInit | ( | SD_HandleTypeDef * | hsd | ) |
SD MSP De-Initialization This function freeze the hardware resources used in this example.
hsd | SD handle pointer |
None |
SDMMC1 GPIO Configuration PC10 ---—> SDMMC1_D2 PC11 ---—> SDMMC1_D3 PC12 ---—> SDMMC1_CK PD2 ---—> SDMMC1_CMD PC8 ---—> SDMMC1_D0 PC9 ---—> SDMMC1_D1
void HAL_SD_MspInit | ( | SD_HandleTypeDef * | hsd | ) |
SD MSP Initialization This function configures the hardware resources used in this example.
hsd | SD handle pointer |
None |
SDMMC1 GPIO Configuration PC10 ---—> SDMMC1_D2 PC11 ---—> SDMMC1_D3 PC12 ---—> SDMMC1_CK PD2 ---—> SDMMC1_CMD PC8 ---—> SDMMC1_D0 PC9 ---—> SDMMC1_D1
void HAL_TIM_Base_MspDeInit | ( | TIM_HandleTypeDef * | htim_base | ) |
TIM_Base MSP De-Initialization This function freeze the hardware resources used in this example.
htim_base | TIM_Base handle pointer |
None |
void HAL_TIM_Base_MspInit | ( | TIM_HandleTypeDef * | htim_base | ) |
TIM_Base MSP Initialization This function configures the hardware resources used in this example.
htim_base | TIM_Base handle pointer |
None |