DHCOM_HAL
Hardware-abstraction library (HAL) for multiple targets, including DHCOM modules
Main Page
Modules
Data Structures
Files
File List
Globals
All
Data Structures
Files
Functions
Enumerations
Macros
Groups
src
Win32
HardwareProps_PC.hpp
1
/*
2
* HardwareProps_PC.hpp
3
*
4
* Created on: Jul 4, 2013
5
* Author: Peter Kishalov (PK), DH electronics GmbH
6
*/
7
8
#ifndef USE_HARDWARE_PC
9
# define PC_Props NULL
10
#else
11
12
const
uint8_t PC_GPIOpins[] = {0};
13
14
const
char
*PC_UARTS[] = {
15
"COM1"
,
"COM2"
,
"COM3"
,
16
"COM4"
,
"COM5"
,
"COM6"
,
17
"COM7"
,
"COM8"
,
"COM9"
,
18
"\\\\.\\COM10"
,
"\\\\.\\COM11"
,
19
"\\\\.\\COM12"
,
"\\\\.\\COM13"
,
20
"\\\\.\\COM14"
,
"\\\\.\\COM15"
,
21
"\\\\.\\COM16"
,
"\\\\.\\COM17"
,
22
"\\\\.\\COM18"
,
"\\\\.\\COM19"
,
23
"\\\\.\\COM20"
,};
24
25
HardwareProps PC_Props_struct = {
26
System::HARDWARE_PC, 0, PC_GPIOpins, 20, PC_UARTS};
27
28
# define PC_Props (&PC_Props_struct)
29
#endif
30
Generated on Wed Jul 10 2013 12:08:48 for DHCOM_HAL by
1.8.2