Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Fork of TUKS-COURSE-TIMER by
stm32l4xx_hal_msp_template.c
00001 /** 00002 ****************************************************************************** 00003 * @file stm32l4xx_hal_msp_template.c 00004 * @author MCD Application Team 00005 * @version V1.5.1 00006 * @date 31-May-2016 00007 * @brief HAL MSP module. 00008 * This file template is located in the HAL folder and should be copied 00009 * to the user folder. 00010 ****************************************************************************** 00011 * @attention 00012 * 00013 * <h2><center>© COPYRIGHT(c) 2016 STMicroelectronics</center></h2> 00014 * 00015 * Redistribution and use in source and binary forms, with or without modification, 00016 * are permitted provided that the following conditions are met: 00017 * 1. Redistributions of source code must retain the above copyright notice, 00018 * this list of conditions and the following disclaimer. 00019 * 2. Redistributions in binary form must reproduce the above copyright notice, 00020 * this list of conditions and the following disclaimer in the documentation 00021 * and/or other materials provided with the distribution. 00022 * 3. Neither the name of STMicroelectronics nor the names of its contributors 00023 * may be used to endorse or promote products derived from this software 00024 * without specific prior written permission. 00025 * 00026 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" 00027 * AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE 00028 * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE 00029 * DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE 00030 * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL 00031 * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR 00032 * SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER 00033 * CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, 00034 * OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE 00035 * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 00036 * 00037 ****************************************************************************** 00038 */ 00039 00040 /* Includes ------------------------------------------------------------------*/ 00041 #include "stm32l4xx_hal.h" 00042 00043 /** @addtogroup STM32L4xx_HAL_Driver 00044 * @{ 00045 */ 00046 00047 /** @defgroup HAL_MSP HAL MSP module driver 00048 * @brief HAL MSP module. 00049 * @{ 00050 */ 00051 00052 /* Private typedef -----------------------------------------------------------*/ 00053 /* Private define ------------------------------------------------------------*/ 00054 /* Private macro -------------------------------------------------------------*/ 00055 /* Private variables ---------------------------------------------------------*/ 00056 /* Private function prototypes -----------------------------------------------*/ 00057 /* Private functions ---------------------------------------------------------*/ 00058 00059 /** @defgroup HAL_MSP_Private_Functions 00060 * @{ 00061 */ 00062 00063 /** 00064 * @brief Initialize the Global MSP. 00065 * @param None 00066 * @retval None 00067 */ 00068 void HAL_MspInit(void) 00069 { 00070 /* NOTE : This function is generated automatically by STM32CubeMX and eventually 00071 modified by the user 00072 */ 00073 } 00074 00075 /** 00076 * @brief DeInitialize the Global MSP. 00077 * @param None 00078 * @retval None 00079 */ 00080 void HAL_MspDeInit(void) 00081 { 00082 /* NOTE : This function is generated automatically by STM32CubeMX and eventually 00083 modified by the user 00084 */ 00085 } 00086 00087 /** 00088 * @brief Initialize the PPP MSP. 00089 * @param None 00090 * @retval None 00091 */ 00092 void HAL_PPP_MspInit(void) 00093 { 00094 /* NOTE : This function is generated automatically by STM32CubeMX and eventually 00095 modified by the user 00096 */ 00097 } 00098 00099 /** 00100 * @brief DeInitialize the PPP MSP. 00101 * @param None 00102 * @retval None 00103 */ 00104 void HAL_PPP_MspDeInit(void) 00105 { 00106 /* NOTE : This function is generated automatically by STM32CubeMX and eventually 00107 modified by the user 00108 */ 00109 } 00110 00111 /** 00112 * @} 00113 */ 00114 00115 /** 00116 * @} 00117 */ 00118 00119 /** 00120 * @} 00121 */ 00122 00123 /************************ (C) COPYRIGHT STMicroelectronics *****END OF FILE****/
Generated on Tue Jul 12 2022 17:38:49 by
