FreeCalypso > hg > fc-tourmaline
comparison src/cs/services/mks/mks_cfg.h @ 0:4e78acac3d88
src/{condat,cs,gpf,nucleus}: import from Selenite
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Fri, 16 Oct 2020 06:23:26 +0000 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:4e78acac3d88 |
---|---|
1 /** | |
2 * @file mks_cfg.h | |
3 * | |
4 * Configuration file for MKS service. | |
5 * | |
6 * This file is part of the MKS API. | |
7 * | |
8 * @author Laurent Sollier (l-sollier@ti.com) | |
9 * @version 0.1 | |
10 */ | |
11 | |
12 /* | |
13 * History: | |
14 * | |
15 * Date Author Modification | |
16 * ---------------------------------------- | |
17 * 11/19/2001 L Sollier Create | |
18 * | |
19 * | |
20 * (C) Copyright 2001 by Texas Instruments Incorporated, All Rights Reserved | |
21 */ | |
22 | |
23 #ifndef _MKS_CFG_H_ | |
24 #define _MKS_CFG_H_ | |
25 | |
26 | |
27 | |
28 /** Define the number max of magic key sequence. | |
29 */ | |
30 #define MKS_NB_MAX_OF_KEY_SEQUENCE (5) | |
31 | |
32 /** Define the number max of key in a magic key sequence. | |
33 */ | |
34 #define MKS_NB_MAX_OF_KEY_IN_KEY_SEQUENCE (10) | |
35 | |
36 /** Define the number max of notified key for post sequence. | |
37 */ | |
38 #define MKS_NB_MAX_OF_KEY_FOR_POST_SEQUENCE (10) | |
39 | |
40 /** Define time to wait (ms) between two keys before the key sequence reset. | |
41 */ | |
42 #define MKS_TIME_RESET_KEY_SEQUENCE 3000 | |
43 | |
44 /** Define the maximum size for key sequence name | |
45 */ | |
46 #define KPD_MAX_CHAR_NAME 20 | |
47 | |
48 #endif /* _MKS_CFG_H_ */ |