Revision 4c72a54c modules/STM32F407G-DISC1/module.h
| modules/STM32F407G-DISC1/module.h | ||
|---|---|---|
| 162 | 162 |
/** |
| 163 | 163 |
* @brief Periphery communication interfaces initialization hook. |
| 164 | 164 |
*/ |
| 165 |
#define MODULE_INIT_PERIPHERY_COMM() { \
|
|
| 165 |
#define MODULE_INIT_PERIPHERY_IF() { \
|
|
| 166 | 166 |
/* serial driver */ \ |
| 167 | 167 |
sdStart(&MODULE_HAL_PROGIF, &moduleHalProgIfConfig); \ |
| 168 | 168 |
} |
| ... | ... | |
| 170 | 170 |
/** |
| 171 | 171 |
* @brief Periphery communication interface deinitialization hook. |
| 172 | 172 |
*/ |
| 173 |
#define MODULE_SHUTDOWN_PERIPHERY_COMM() { \
|
|
| 173 |
#define MODULE_SHUTDOWN_PERIPHERY_IF() { \
|
|
| 174 | 174 |
} |
| 175 | 175 |
|
| 176 | 176 |
/** |
| ... | ... | |
| 209 | 209 |
|
| 210 | 210 |
/*===========================================================================*/ |
| 211 | 211 |
/** |
| 212 |
* @name Unit tests (UT)
|
|
| 212 |
* @name Tests
|
|
| 213 | 213 |
* @{
|
| 214 | 214 |
*/ |
| 215 | 215 |
/*===========================================================================*/ |
Also available in: Unified diff