DVBCore  1.0
Open source DVB engine
database/dba_nvm/src/stbnvm.h File Reference

Header file - Function prototypes for NVM control. More...

Go to the source code of this file.

Functions

void STB_NVMInitialise (void)
U32BIT STB_NVMGetDataBlockSize (U32BIT data_block_id)
 Returns the number of bytes of data stored for the given data block.
BOOLEAN STB_NVMDataBlockRead (U32BIT data_block_id, U32BIT bytes, U8BIT *dest_addr)
 Reads data bytes for the given data block from NVM.
BOOLEAN STB_NVMDataBlockWrite (U32BIT data_block_id, U32BIT num_bytes, U8BIT *src_addr)
 Writes data bytes for the given data block to NVM.
U32BIT STB_NVMGetSTBSize (void)
BOOLEAN STB_NVMSTBRead (U32BIT offset, U32BIT bytes, U8BIT *dest_addr)
BOOLEAN STB_NVMSTBWrite (U32BIT offset, U32BIT bytes, U8BIT *src_addr)

Detailed Description

Header file - Function prototypes for NVM control.

Date:
06/09/2000

Function Documentation

BOOLEAN STB_NVMDataBlockRead ( U32BIT  data_block_id,
U32BIT  bytes,
U8BIT *  dest_addr 
)

Reads data bytes for the given data block from NVM.

Parameters:
data_block_iddata block from which the data is to be read
num_bytesnumber of bytes to be read
dest_addrbuffer to read the data into
Returns:
TRUE if the data is read, FALSE otherwise
BOOLEAN STB_NVMDataBlockWrite ( U32BIT  data_block_id,
U32BIT  num_bytes,
U8BIT *  src_addr 
)

Writes data bytes for the given data block to NVM.

Parameters:
data_block_iddata block to be written
num_bytesnumber of bytes to be written
src_addrdata to be written
Returns:
TRUE if the data is written, FALSE otherwise
U32BIT STB_NVMGetDataBlockSize ( U32BIT  data_block_id)

Returns the number of bytes of data stored for the given data block.

Parameters:
data_block_iddata block identifier
Returns:
size in bytes
 All Data Structures Files Functions Typedefs Defines