DVBCore  1.0
Open source DVB engine
platform/inc/stbhwini.h File Reference

Header file - Function prototype for init function. More...

Go to the source code of this file.

Typedefs

typedef enum e_hw_subt_control E_HW_SUBT_CONTROL_MASK

Enumerations

enum  e_hw_subt_control { HW_SUBT_NONE = 0, HW_SUBT_EBU = 1, HW_SUBT_DVB = 2 }

Functions

void STB_HWInitialise (E_HW_SUBT_CONTROL_MASK hw_subt)
 Initialise the platform layer by calling the platform layer initialisation functions that are appropriate for this platform.
void STB_HWEnterStandby (void)
 Perform any operations required before entering standby.
void STB_HWLeaveStandby (void)
 Perform any operations required when coming out of standby.

Detailed Description

Header file - Function prototype for init function.

Date:
20/06/2002

Function Documentation

void STB_HWEnterStandby ( void  )

Perform any operations required before entering standby.

Parameters:
none
void STB_HWInitialise ( E_HW_SUBT_CONTROL_MASK  hw_subt)

Initialise the platform layer by calling the platform layer initialisation functions that are appropriate for this platform.

Parameters:
hw_subtThe subtitling mode mask, indicates which types of subtitles are required
void STB_HWLeaveStandby ( void  )

Perform any operations required when coming out of standby.

Parameters:
none
 All Data Structures Files Functions Typedefs Defines