Revision 6a5c36eb modules/DiWheelDrive_1-2/board.h

View differences:

modules/DiWheelDrive_1-2/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 DiWheelDrive v1.2 board.
32 36
 */
......
228 232
#define LINE_OSC_OUT                PAL_LINE(GPIOD, GPIOD_OSC_OUT)
229 233
#define LINE_SYS_WARMRST_N          PAL_LINE(GPIOD, GPIOD_SYS_WARMRST_N)
230 234

  
235
/*===========================================================================*/
236
/* Driver pre-compile time settings.                                         */
237
/*===========================================================================*/
238

  
239
/*===========================================================================*/
240
/* Derived constants and error checks.                                       */
241
/*===========================================================================*/
242

  
243
/*===========================================================================*/
244
/* Driver data structures and types.                                         */
245
/*===========================================================================*/
246

  
247
/*===========================================================================*/
248
/* Driver macros.                                                            */
249
/*===========================================================================*/
250

  
231 251
/*
232 252
 * I/O ports initial setup, this configuration is established soon after reset
233 253
 * in the initialization code.
......
628 648
                                     PIN_ODR_LOW(GPIOG_PIN14) |                                                    \
629 649
                                     PIN_ODR_LOW(GPIOG_PIN15))
630 650

  
651
/*===========================================================================*/
652
/* External declarations.                                                    */
653
/*===========================================================================*/
654

  
631 655
#if !defined(_FROM_ASM_)
632 656
#ifdef __cplusplus
633 657
extern "C" {

Also available in: Unified diff