Subversion Repositories DashDisplay

Rev

Rev 2 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 2 Rev 5
Line 1... Line 1...
1
/**
1
/**
2
  ******************************************************************************
2
  ******************************************************************************
3
  * @file    stm32f1xx_hal_msp_template.c
3
  * @file    stm32f1xx_hal_msp_template.c
4
  * @author  MCD Application Team
4
  * @author  MCD Application Team
5
  * @version V1.0.1
5
  * @version V1.0.4
6
  * @date    31-July-2015
6
  * @date    29-April-2016
7
  * @brief   HAL BSP module.
7
  * @brief   HAL BSP module.
8
  *          This file template is located in the HAL folder and should be copied
8
  *          This file template is located in the HAL folder and should be copied
9
  *          to the user folder.
9
  *          to the user folder.
10
  *        
-
 
11
  @verbatim
-
 
12
 ===============================================================================
-
 
13
                     ##### How to use this driver #####
-
 
14
 ===============================================================================
-
 
15
    [..]
-
 
16
    This file is generated automatically by MicroXplorer and eventually modified
-
 
17
    by the user
-
 
18
 
-
 
19
  @endverbatim
-
 
20
  ******************************************************************************
10
  ******************************************************************************
21
  * @attention
11
  * @attention
22
  *
12
  *
23
  * <h2><center>&copy; COPYRIGHT(c) 2015 STMicroelectronics</center></h2>
13
  * <h2><center>&copy; COPYRIGHT(c) 2016 STMicroelectronics</center></h2>
24
  *
14
  *
25
  * Redistribution and use in source and binary forms, with or without modification,
15
  * Redistribution and use in source and binary forms, with or without modification,
26
  * are permitted provided that the following conditions are met:
16
  * are permitted provided that the following conditions are met:
27
  *   1. Redistributions of source code must retain the above copyright notice,
17
  *   1. Redistributions of source code must retain the above copyright notice,
28
  *      this list of conditions and the following disclaimer.
18
  *      this list of conditions and the following disclaimer.
Line 74... Line 64...
74
  * @brief  Initializes the Global MSP.
64
  * @brief  Initializes the Global MSP.
75
  * @retval None
65
  * @retval None
76
  */
66
  */
77
void HAL_MspInit(void)
67
void HAL_MspInit(void)
78
{
68
{
79
  /* NOTE : This function is generated automatically by MicroXplorer and eventually  
-
 
80
            modified by the user
-
 
81
   */
69
 
82
}
70
}
83
 
71
 
84
/**
72
/**
85
  * @brief  DeInitializes the Global MSP.
73
  * @brief  DeInitializes the Global MSP.
86
  * @retval None
74
  * @retval None
87
  */
75
  */
88
void HAL_MspDeInit(void)
76
void HAL_MspDeInit(void)
89
{
77
{
90
  /* NOTE : This function is generated automatically by MicroXplorer and eventually  
-
 
91
            modified by the user
-
 
92
   */
78
 
93
}
79
}
94
 
80
 
95
/**
81
/**
96
  * @brief  Initializes the PPP MSP.
82
  * @brief  Initializes the PPP MSP.
97
  * @retval None
83
  * @retval None
98
  */
84
  */
99
void HAL_PPP_MspInit(void)
85
void HAL_PPP_MspInit(void)
100
{
86
{
101
  /* NOTE : This function is generated automatically by MicroXplorer and eventually  
-
 
102
            modified by the user
-
 
103
   */
87
 
104
}
88
}
105
 
89
 
106
/**
90
/**
107
  * @brief  DeInitializes the PPP MSP.
91
  * @brief  DeInitializes the PPP MSP.
108
  * @retval None
92
  * @retval None
109
  */
93
  */
110
void HAL_PPP_MspDeInit(void)
94
void HAL_PPP_MspDeInit(void)
111
{
95
{
112
  /* NOTE : This function is generated automatically by MicroXplorer and eventually  
-
 
113
            modified by the user
-
 
114
   */
96
 
115
}
97
}
116
 
98
 
117
/**
99
/**
118
  * @}
100
  * @}
119
  */
101
  */