PHiLIP
PHiLIP_map.h
Go to the documentation of this file.
1 
13 #ifndef PHILIP_MAP_H
14 #define PHILIP_MAP_H
15 
16 /* Defines -----------------------------------------------------------------*/
17 #define IF_VERSION_MAJOR 1
18 #define IF_VERSION_MINOR 2
19 #define IF_VERSION_PATCH 0
21 /* Global variables --------------------------------------------------------*/
22 extern const char* const PHILIP_TYPE_NAME[];
23 extern const uint8_t PHILIP_TYPE_SIZE[];
25 #define MAP_T_NUM_OF_RECORDS 273
27 extern const char* const MAP_T_NAME[];
28 extern const uint16_t MAP_T_OFFSET[];
29 extern const uint8_t MAP_T_TYPE[];
30 extern const uint16_t MAP_T_ARRAY_SIZE[];
31 extern const uint8_t MAP_T_BIT_OFFSET[];
32 extern const uint8_t MAP_T_BITS[];
33 #endif /* PHILIP_MAP_H */
34 
const char *const PHILIP_TYPE_NAME[]
Definition: PHiLIP_map.c:19
const uint8_t PHILIP_TYPE_SIZE[]
Definition: PHiLIP_map.c:31