Psion Teklogix OMNii HDK XT10 User Manual page 70

Table of Contents

Advertisement

Chapter 4: Software
Omnii HDK API Constants
// Serial Clock (output from master)
#define HDK7545_GPIO_PIN_EXPANSION_GPIO6_SCLK
// Chip Select (active low; output from master)
#define HDK7545_GPIO_PIN_EXPANSION_GPIO7_CSN
// the EEPROM structure version information
#define HDK7545_EEPROM_VERSION_MAJOR
#define HDK7545_EEPROM_VERSION_MINOR
#define HDK7545_EEPROM_VERSION \
((HDK7545_EEPROM_VERSION_MAJOR << 16) |
(HDK7545_EEPROM_VERSION_MINOR))
#define HDK7545_EEPROM_MFGTESTREGION_SIZE
#define HDK7545_EEPROM_PART_NUMBER_SIZE
#define HDK7545_EEPROM_SERIAL_NUMBER_SIZE
#define HDK7545_EEPROM_MANUFACTURER_SIZE
#define HDK7545_EEPROM_MODEL_SIZE
#define HDK7545_EEPROM_HWREVISION_SIZE
60
Psion Teklogix Omnii HDK User Manual
6
7
0x0001
0x0002
10
16
16
20
20
4

Advertisement

Table of Contents
loading

Table of Contents