view src/cs/services/cst/cnf_cst.h @ 51:04aaa5622fa7

disable deep sleep when Iota LEDB is on TI's Iota chip docs say that CLK13M must be running in order for LEDB to work, and practical experience on Mot C139 which uses Iota LEDB for its keypad backlight concurs: if Calypso enters deep sleep while the keypad backlight is turned on, the light flickers visibly as the chipset goes into and out of deep sleep. TI's original L1 sleep manager code had logic to disable deep sleep when LT_Status() returns nonzero, but that function only works for B-Sample and C-Sample LT, always returns 0 on BOARD 41 - no check of Iota LEDB status anywhere. Change this code for our current hardware: disable deep sleep when Iota LEDB has been turned on through LLS.
author Mychaela Falconia <falcon@freecalypso.org>
date Mon, 19 Oct 2020 05:11:29 +0000
parents 4e78acac3d88
children
line wrap: on
line source

/*
+--------------------------------------------------------------------+
| PROJECT : XXX                        SOURCE : CNF_CST.H            |
| AUTHOR  : CONDAT GmbH (pz)           VERSION: 1.0                  |
| CREATED : 01.02.99                   STATE  : code                 |
+--------------------------------------------------------------------+

   MODULE  : CNF_CST

   PURPOSE : Dynamic configuration for the entity CST.
*/

#ifndef CNF_CST_H
#define CNF_CST_H

/*==== CONSTANTS ==================================================*/
/*
 * CONFIGURATION PARAMETER
 *
 * Description :  The constants define the commands for dynamic
 *                configuration proposals.
 */

#define  CST_CONFIG          "MMI_MODEL"
#define  CST_MUTE            "AUDIO_MUTE"
#define  CST_GSM_PARAMETERS  "GSM_PARAMETERS"
#define  CST_L1_PARAMETERS   "L1_PARAMS"


/*==== TYPES ======================================================*/

/*==== EXPORT =====================================================*/

#endif