]> rtime.felk.cvut.cz Git - pes-rpp/rpp-lib.git/blob - rpp/include/drv/_rm48_hdk/port_def.h
Change target-specific pin and port definitions to match the new interface
[pes-rpp/rpp-lib.git] / rpp / include / drv / _rm48_hdk / port_def.h
1 /*
2  * Copyright (C) 2015 Czech Technical University in Prague
3  *
4  * Authors:
5  *     - Michal Sojka <sojkam1@fel.cvut.cz>
6  *
7  * This document contains proprietary information belonging to Czech
8  * Technical University in Prague. Passing on and copying of this
9  * document, and communication of its contents is not permitted
10  * without prior written authorization.
11  *
12  */
13
14 #ifndef DRV_TGT_PORT_DEF_H
15 #define DRV_TGT_PORT_DEF_H
16
17 /* Port names */
18 enum port_id {
19         PORT_ID_GIOA,
20         PORT_ID_GIOB,
21         PORT_ID_NHET1,
22         PORT_ID_ADC,
23
24         _PORT_COUNT,
25 };
26
27 #endif