Revision cda14729 modules/PowerManagement_1-1/board.h

View differences:

modules/PowerManagement_1-1/board.h
27 27
#ifndef BOARD_H
28 28
#define BOARD_H
29 29

  
30
/*===========================================================================*/
31
/* Driver constants.                                                         */
32
/*===========================================================================*/
33

  
30 34
/*
31 35
 * Setup for AMiRo PowerManagement v1.1 board.
32 36
 */
......
308 312
#define LINE_OSC_IN                     PAL_LINE(GPIOH, 0U)
309 313
#define LINE_OSC_OUT                    PAL_LINE(GPIOH, 1U)
310 314

  
315
/*===========================================================================*/
316
/* Driver pre-compile time settings.                                         */
317
/*===========================================================================*/
318

  
319
/*===========================================================================*/
320
/* Derived constants and error checks.                                       */
321
/*===========================================================================*/
322

  
323
/*===========================================================================*/
324
/* Driver data structures and types.                                         */
325
/*===========================================================================*/
326

  
327
/*===========================================================================*/
328
/* Driver macros.                                                            */
329
/*===========================================================================*/
330

  
311 331
/*
312 332
 * I/O ports initial setup, this configuration is established soon after reset
313 333
 * in the initialization code.
......
1383 1403
                                         PIN_AFIO_AF(GPIOI_PIN14, STM32F4xx_AF_system) |              \
1384 1404
                                         PIN_AFIO_AF(GPIOI_PIN15, STM32F4xx_AF_system))
1385 1405

  
1406
/*===========================================================================*/
1407
/* External declarations.                                                    */
1408
/*===========================================================================*/
1409

  
1386 1410
#if !defined(_FROM_ASM_)
1387 1411
#ifdef __cplusplus
1388 1412
extern "C" {

Also available in: Unified diff