bthci/hci2implementations/hctls/ti/inc/hctltiutils.h
author Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
Tue, 31 Aug 2010 16:20:16 +0300
branchRCL_3
changeset 23 5b153be919d4
parent 0 29b1cd4cb562
permissions -rw-r--r--
Revision: 201031 Kit: 201035

// Copyright (c) 2006-2009 Nokia Corporation and/or its subsidiary(-ies).
// All rights reserved.
// This component and the accompanying materials are made available
// under the terms of "Eclipse Public License v1.0"
// which accompanies this distribution, and is available
// at the URL "http://www.eclipse.org/legal/epl-v10.html".
//
// Initial Contributors:
// Nokia Corporation - initial contribution.
//
// Contributors:
//
// Description:
//

/**
 @file
 @internalComponent
*/


#ifndef TIUTILS_H
#define TIUTILS_H

#include <e32base.h>

/**
The panic category for the TI HCTL.
*/
_LIT(KTiPanic, "TI Panic");

/**
Panic codes for TI HCTL.
*/
enum TUartTiPanic
	{
	EHctlReceiverBufferOverflow				= 0,
	EIllegalState							= 1,
	EPortNotOpen							= 2,
	EUnexpectedCtrlMgrPowerState			= 3,
	EUnexpectedReset						= 4,
	EPortReadAttemptWhenReadOutstanding 	= 5,
	EAttemptToReadZeroBytes					= 6,
	EReadCompletedWithInsufficientBytes 	= 7,
	EStateObserverNotAvailable				= 8,
	EStartCalledWhenReadOutstanding			= 9,
	ENoControllerManager					= 10,
	};

#endif // TIUTILS_H