This file provides code for the MSP Initialization and de-Initialization codes.
More...
|
void | HAL_TIM_MspPostInit (TIM_HandleTypeDef *htim) |
void | HAL_MspInit (void) |
void | HAL_CAN_MspInit (CAN_HandleTypeDef *hcan) |
| CAN MSP Initialization This function configures the hardware resources used in this example.
|
void | HAL_CAN_MspDeInit (CAN_HandleTypeDef *hcan) |
| CAN MSP De-Initialization This function freeze the hardware resources used in this example.
|
void | HAL_SPI_MspInit (SPI_HandleTypeDef *hspi) |
| SPI MSP Initialization This function configures the hardware resources used in this example.
|
void | HAL_SPI_MspDeInit (SPI_HandleTypeDef *hspi) |
| SPI MSP De-Initialization This function freeze the hardware resources used in this example.
|
void | HAL_TIM_Base_MspInit (TIM_HandleTypeDef *htim_base) |
| TIM_Base MSP Initialization This function configures the hardware resources used in this example.
|
void | HAL_TIM_IC_MspInit (TIM_HandleTypeDef *htim_ic) |
| TIM_IC MSP Initialization This function configures the hardware resources used in this example.
|
void | HAL_TIM_Base_MspDeInit (TIM_HandleTypeDef *htim_base) |
| TIM_Base MSP De-Initialization This function freeze the hardware resources used in this example.
|
void | HAL_TIM_IC_MspDeInit (TIM_HandleTypeDef *htim_ic) |
| TIM_IC MSP De-Initialization This function freeze the hardware resources used in this example.
|
This file provides code for the MSP Initialization and de-Initialization codes.
- Attention
Copyright (c) 2024 STMicroelectronics. All rights reserved.
This software is licensed under terms that can be found in the LICENSE file in the root directory of this software component. If no LICENSE file comes with this software, it is provided AS-IS.
void HAL_SPI_MspDeInit |
( |
SPI_HandleTypeDef * | hspi | ) |
|
SPI MSP De-Initialization This function freeze the hardware resources used in this example.
- Parameters
-
- Return values
-
SPI1 GPIO Configuration PA5 ------> SPI1_SCK PA6 ------> SPI1_MISO PA7 ------> SPI1_MOSI
SPI2 GPIO Configuration PB13 ------> SPI2_SCK PB14 ------> SPI2_MISO PB15 ------> SPI2_MOSI
SPI3 GPIO Configuration PC10 ------> SPI3_SCK PC11 ------> SPI3_MISO PC12 ------> SPI3_MOSI
void HAL_SPI_MspInit |
( |
SPI_HandleTypeDef * | hspi | ) |
|
SPI MSP Initialization This function configures the hardware resources used in this example.
- Parameters
-
- Return values
-
SPI1 GPIO Configuration PA5 ------> SPI1_SCK PA6 ------> SPI1_MISO PA7 ------> SPI1_MOSI
SPI2 GPIO Configuration PB13 ------> SPI2_SCK PB14 ------> SPI2_MISO PB15 ------> SPI2_MOSI
SPI3 GPIO Configuration PC10 ------> SPI3_SCK PC11 ------> SPI3_MISO PC12 ------> SPI3_MOSI