DVBCore  1.0
Open source DVB engine
database/dba_nvm/src/stbnvm.h
Go to the documentation of this file.
00001 /*******************************************************************************
00002  * Copyright © 2014 The DTVKit Open Software Foundation Ltd (www.dtvkit.org)
00003  * Copyright © 2004 Ocean Blue Software Ltd
00004  *
00005  * This file is part of a DTVKit Software Component
00006  * You are permitted to copy, modify or distribute this file subject to the terms
00007  * of the DTVKit 1.0 Licence which can be found in licence.txt or at www.dtvkit.org
00008  * 
00009  * THIS CODE AND INFORMATION ARE PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND,
00010  * EITHER EXPRESSED OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE IMPLIED WARRANTIES
00011  * OF MERCHANTABILITY AND/OR FITNESS FOR A PARTICULAR PURPOSE.
00012  * 
00013  * If you or your organisation is not a member of DTVKit then you have access
00014  * to this source code outside of the terms of the licence agreement
00015  * and you are expected to delete this and any associated files immediately.
00016  * Further information on DTVKit, membership and terms can be found at www.dtvkit.org
00017  *******************************************************************************/
00024 #ifndef _STBNVM_H
00025 
00026 #define _STBNVM_H
00027 
00028 //---Constant and macro definitions for public use-----------------------------
00029 
00030 //---Enumerations for public use-----------------------------------------------
00031 
00032 //---Global type defs for public use-------------------------------------------
00033 
00034 //---Global Function prototypes for public use---------------------------------
00035 
00036 void STB_NVMInitialise(void);
00037 
00043 U32BIT STB_NVMGetDataBlockSize(U32BIT data_block_id);
00044 
00052 BOOLEAN STB_NVMDataBlockRead(U32BIT data_block_id, U32BIT bytes, U8BIT *dest_addr);
00053 
00061 BOOLEAN STB_NVMDataBlockWrite(U32BIT data_block_id, U32BIT num_bytes, U8BIT *src_addr);
00062 
00063 #if 0
00064 U32BIT STB_NVMGetDvbSize(void);
00065 BOOLEAN STB_NVMDvbRead(U32BIT offset, U32BIT bytes, U8BIT *dest_addr);
00066 BOOLEAN STB_NVMDvbWrite(U32BIT offset, U32BIT bytes, U8BIT *src_addr);
00067 #endif
00068 
00069 U32BIT STB_NVMGetSTBSize(void);
00070 BOOLEAN STB_NVMSTBRead(U32BIT offset, U32BIT bytes, U8BIT *dest_addr);
00071 BOOLEAN STB_NVMSTBWrite(U32BIT offset, U32BIT bytes, U8BIT *src_addr);
00072 
00073 #endif //  _STBNVM_H
00074 
00075 //*****************************************************************************
00076 // End of file
00077 //*****************************************************************************
00078 
 All Data Structures Files Functions Typedefs Defines