Main Page | Modules | File List | Globals

Configuration_Functions


Functions

void hemisson_init (void)
 Hemisson Initialisation. This function initialise all Hemisson peripherals.

void hemisson_config_auto_refresh_sensors (int1 Bit)
 Set the refresh mode of all IRs sensors.

void hemisson_config_auto_refresh_tv_remote (int1 Bit)
 Configure the refresh mode of the TV remote receiver.

void hemisson_config_rs232_control (int1 Bit)
 Configure the Serial Remote Control.

void hemisson_config_tv_remote_control (int1 Bit)
 Configure the TV Remote Control.


Function Documentation

void hemisson_config_auto_refresh_sensors int1  Bit  ) 
 

Set the refresh mode of all IRs sensors.

Parameters:
int1 Manual or Refresh (Default)
Return values:
None 

Definition at line 81 of file hemisson.h.

References __Auto_Refresh_Sensors.

00082 {
00083    __Auto_Refresh_Sensors=Bit;
00084 }

void hemisson_config_auto_refresh_tv_remote int1  Bit  ) 
 

Configure the refresh mode of the TV remote receiver.

Parameters:
int1 Manual or Refresh(Default)
Return values:
None 

Definition at line 93 of file hemisson.h.

References __Auto_Refresh_TV_Remote.

00094 {
00095    __Auto_Refresh_TV_Remote=Bit;
00096 }

void hemisson_config_rs232_control int1  Bit  ) 
 

Configure the Serial Remote Control.

Parameters:
int1 Disable or Enable (Default)
Return values:
None 

Definition at line 105 of file hemisson.h.

References __Enable_RS232_Control.

00106 {
00107    __Enable_RS232_Control=Bit;
00108 }

void hemisson_config_tv_remote_control int1  Bit  ) 
 

Configure the TV Remote Control.

Parameters:
int1 Disable or Enable (Default)
Return values:
None 

Definition at line 117 of file hemisson.h.

References __Enable_TV_Remote_Control.

00118 {
00119    __Enable_TV_Remote_Control=Bit;
00120 }

void hemisson_init void   ) 
 

Hemisson Initialisation. This function initialise all Hemisson peripherals.

Parameters:
None 
Return values:
None 

Definition at line 69 of file hemisson.h.

References __hemisson_init().

Referenced by main().

00070 {
00071    __hemisson_init();
00072 }


Generated on Mon Feb 23 23:53:23 2004 for HemiOs by doxygen 1.3.4