Revision cda14729 modules/LightRing_1-0/board.h

View differences:

modules/LightRing_1-0/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 LightRing v1.0 board.
32 36
 */
......
216 220

  
217 221
#define LINE_SYS_INT_N              PAL_LINE(GPIOD, GPIOD_SYS_INT_N)
218 222

  
223
/*===========================================================================*/
224
/* Driver pre-compile time settings.                                         */
225
/*===========================================================================*/
226

  
227
/*===========================================================================*/
228
/* Derived constants and error checks.                                       */
229
/*===========================================================================*/
230

  
231
/*===========================================================================*/
232
/* Driver data structures and types.                                         */
233
/*===========================================================================*/
234

  
235
/*===========================================================================*/
236
/* Driver macros.                                                            */
237
/*===========================================================================*/
238

  
219 239
/*
220 240
 * I/O ports initial setup, this configuration is established soon after reset
221 241
 * in the initialization code.
......
615 635
                                     PIN_ODR_LOW(GPIOG_PIN14) |                                                    \
616 636
                                     PIN_ODR_LOW(GPIOG_PIN15))
617 637

  
638
/*===========================================================================*/
639
/* External declarations.                                                    */
640
/*===========================================================================*/
641

  
618 642
#if !defined(_FROM_ASM_)
619 643
#ifdef __cplusplus
620 644
extern "C" {

Also available in: Unified diff