Revision 6a5c36eb modules/DiWheelDrive_1-1/board.h
| modules/DiWheelDrive_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 DiWheelDrive v1.1 board. |
| 32 | 36 |
*/ |
| ... | ... | |
| 232 | 236 |
#define LINE_OSC_OUT PAL_LINE(GPIOD, GPIOD_OSC_OUT) |
| 233 | 237 |
#define LINE_SYS_WARMRST_N PAL_LINE(GPIOD, GPIOD_SYS_WARMRST_N) |
| 234 | 238 |
|
| 239 |
/*===========================================================================*/ |
|
| 240 |
/* Driver pre-compile time settings. */ |
|
| 241 |
/*===========================================================================*/ |
|
| 242 |
|
|
| 243 |
/*===========================================================================*/ |
|
| 244 |
/* Derived constants and error checks. */ |
|
| 245 |
/*===========================================================================*/ |
|
| 246 |
|
|
| 247 |
/*===========================================================================*/ |
|
| 248 |
/* Driver data structures and types. */ |
|
| 249 |
/*===========================================================================*/ |
|
| 250 |
|
|
| 251 |
/*===========================================================================*/ |
|
| 252 |
/* Driver macros. */ |
|
| 253 |
/*===========================================================================*/ |
|
| 254 |
|
|
| 235 | 255 |
/* |
| 236 | 256 |
* I/O ports initial setup, this configuration is established soon after reset |
| 237 | 257 |
* in the initialization code. |
| ... | ... | |
| 632 | 652 |
PIN_ODR_LOW(GPIOG_PIN14) | \ |
| 633 | 653 |
PIN_ODR_LOW(GPIOG_PIN15)) |
| 634 | 654 |
|
| 655 |
/*===========================================================================*/ |
|
| 656 |
/* External declarations. */ |
|
| 657 |
/*===========================================================================*/ |
|
| 658 |
|
|
| 635 | 659 |
#if !defined(_FROM_ASM_) |
| 636 | 660 |
#ifdef __cplusplus |
| 637 | 661 |
extern "C" {
|
Also available in: Unified diff