navienginebsp/naviengine_assp/csi/hcr_psl_config_csi.inl
changeset 0 5de814552237
equal deleted inserted replaced
-1:000000000000 0:5de814552237
       
     1 /*
       
     2 * Copyright (c) 2008-2009 Nokia Corporation and/or its subsidiary(-ies).
       
     3 * All rights reserved.
       
     4 * This component and the accompanying materials are made available
       
     5 * under the terms of "Eclipse Public License v1.0"
       
     6 * which accompanies this distribution, and is available
       
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     8 *
       
     9 * Initial Contributors:
       
    10 * Nokia Corporation - initial contribution.
       
    11 *
       
    12 * Contributors:
       
    13 *
       
    14 * Description: 
       
    15 * This file is part of the NE1_TB Variant Base Port
       
    16 * Hardware Configuration Respoitory compiled repository in-line cpp.
       
    17 *
       
    18 */
       
    19 
       
    20 
       
    21 /** 
       
    22 @file hcr_psl_config_csi.inl
       
    23 File provides setting definitions for the CSI setting values applicable to the 
       
    24 NEC NaviEngine base port.
       
    25 
       
    26 @internalTechnology
       
    27 */
       
    28 
       
    29 
       
    30 #ifndef HCR_PSL_CONFIG_CSI_INL
       
    31 #define HCR_PSL_CONFIG_CSI_INL
       
    32 
       
    33 
       
    34 // SSettingC gSettingsList[] = 
       
    35 //     {
       
    36 //     
       
    37 
       
    38 
       
    39 /**
       
    40 HCR Settings values for CSI driver service config. 
       
    41 
       
    42 */
       
    43     { { { KHcrCat_HWServ_CSI, KHcrKey_CSI_NumOfChannels},		ETypeInt32, HCR_FLAGS_NONE, HCR_LEN_NA},		{ {HCR_WVALUE(2)}}},
       
    44 	{ { { KHcrCat_HWServ_CSI, KHcrKey_CSI_Timeout},			ETypeInt32, HCR_FLAGS_NONE, HCR_LEN_NA},		{ {HCR_WVALUE(20)}}},
       
    45 	{ { { KHcrCat_HWServ_CSI, KHcrKey_CSI_FifoRxTrigerLvl},		ETypeUInt8,	HCR_FLAGS_NONE, HCR_LEN_NA},		{ {HCR_WVALUE(0)}}},
       
    46 	{ { { KHcrCat_HWServ_CSI, KHcrKey_CSI_FifoTxTrigerLvl},		ETypeUInt8, HCR_FLAGS_NONE, HCR_LEN_NA},		{ {HCR_WVALUE(4)}}}
       
    47 
       
    48 
       
    49 //
       
    50 // Last entry must not end in a ',' as it is present in the enclosing file.
       
    51 // 		};
       
    52 
       
    53 
       
    54 #endif // HCR_PSL_CONFIG_CSI_INL
       
    55 
       
    56