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. |
|
Set the refresh mode of all IRs sensors.
Definition at line 81 of file hemisson.h. References __Auto_Refresh_Sensors.
00082 { 00083 __Auto_Refresh_Sensors=Bit; 00084 } |
|
Configure the refresh mode of the TV remote receiver.
Definition at line 93 of file hemisson.h. References __Auto_Refresh_TV_Remote.
00094 { 00095 __Auto_Refresh_TV_Remote=Bit; 00096 } |
|
Configure the Serial Remote Control.
Definition at line 105 of file hemisson.h. References __Enable_RS232_Control.
00106 { 00107 __Enable_RS232_Control=Bit; 00108 } |
|
Configure the TV Remote Control.
Definition at line 117 of file hemisson.h. References __Enable_TV_Remote_Control.
00118 { 00119 __Enable_TV_Remote_Control=Bit; 00120 } |
|
Hemisson Initialisation. This function initialise all Hemisson peripherals.
Definition at line 69 of file hemisson.h. References __hemisson_init(). Referenced by main().
00070 { 00071 __hemisson_init(); 00072 } |