baseport/syborg/specific/syborg.h
changeset 55 2c1e559d48bf
parent 2 d55eb581a87c
child 56 f24810eebc6b
equal deleted inserted replaced
15:cc51249fbd9c 55:2c1e559d48bf
     8 *
     8 *
     9 * Initial Contributors:
     9 * Initial Contributors:
    10 * Nokia Corporation - initial contribution.
    10 * Nokia Corporation - initial contribution.
    11 *
    11 *
    12 * Contributors:
    12 * Contributors:
       
    13 * NTT Docomo, Inc : BUG 1296
    13 *
    14 *
    14 * Description:
    15 * Description:
    15 *
    16 *
    16 */
    17 */
    17 
    18 
    29 #define __SYBORG__
    30 #define __SYBORG__
    30 #endif
    31 #endif
    31 
    32 
    32 const TUint KHwBasePeripherals  = KPrimaryIOBase;       
    33 const TUint KHwBasePeripherals  = KPrimaryIOBase;       
    33 const TUint KHwLinSeparation	= 0x1000;
    34 const TUint KHwLinSeparation	= 0x1000;
       
    35 const TInt KMsTickPeriod	= 10000;
    34 
    36 
    35 const TUint KHwBaseSic				= KHwBasePeripherals + 0x00*KHwLinSeparation;
    37 const TUint KHwBaseSic				= KHwBasePeripherals + 0x00*KHwLinSeparation;
    36 // intended for use as a free-running counter. Reading the value register of a free-running syborg counter returns a microsec value
    38 // intended for use as a free-running counter. Reading the value register of a free-running syborg counter returns a microsec value
    37 const TUint KHwBaseRtc				= KHwBasePeripherals + 0x01*KHwLinSeparation;
    39 const TUint KHwBaseRtc				= KHwBasePeripherals + 0x01*KHwLinSeparation;
    38 // intended for use as an alarm generating timer with a resolution of 1 microsecond
    40 // intended for use as an alarm generating timer with a resolution of 1 microsecond