Revision 6a5c36eb modules/PowerManagement_1-2/board.c
modules/PowerManagement_1-2/board.c | ||
---|---|---|
27 | 27 |
#include <hal.h> |
28 | 28 |
#include <stm32_gpio.h> |
29 | 29 |
|
30 |
/** |
|
31 |
* @brief GPIO initialization. |
|
32 |
* |
|
33 |
* @param[in] gpiop GPIO register block. |
|
34 |
* @param[in] config GPIO configuration. |
|
35 |
*/ |
|
30 |
/*===========================================================================*/ |
|
31 |
/* Driver local definitions. */ |
|
32 |
/*===========================================================================*/ |
|
36 | 33 |
|
34 |
/*===========================================================================*/ |
|
35 |
/* Driver exported variables. */ |
|
36 |
/*===========================================================================*/ |
|
37 | 37 |
|
38 |
/*===========================================================================*/ |
|
39 |
/* Driver local variables and types. */ |
|
40 |
/*===========================================================================*/ |
|
41 |
|
|
42 |
/*===========================================================================*/ |
|
43 |
/* Driver local functions. */ |
|
44 |
/*===========================================================================*/ |
|
38 | 45 |
|
39 | 46 |
/** |
40 | 47 |
* @brief GPIO initialization. |
... | ... | |
114 | 121 |
#endif |
115 | 122 |
} |
116 | 123 |
|
124 |
/*===========================================================================*/ |
|
125 |
/* Driver interrupt handlers. */ |
|
126 |
/*===========================================================================*/ |
|
127 |
|
|
128 |
/*===========================================================================*/ |
|
129 |
/* Driver exported functions. */ |
|
130 |
/*===========================================================================*/ |
|
131 |
|
|
117 | 132 |
/** |
118 | 133 |
* @brief Early initialization code. |
119 | 134 |
* @details This initialization must be performed just after stack setup |
Also available in: Unified diff