Beispiel #1
0
void gui_set_time_irqh(uint8_t type, uint8_t * buff)
{
	gui_list_irqh(type, buff);
}
Beispiel #2
0
void gui_set_bluetooth_irqh(uint8_t type, uint8_t * buff)
{
	gui_list_irqh(type, buff);
}
Beispiel #3
0
void gui_set_altimeter_irqh(uint8_t type, uint8_t * buff)
{
    gui_list_irqh(type, buff);
}
Beispiel #4
0
void gui_set_weaklift_irqh(uint8_t type, uint8_t * buff)
{
	gui_list_irqh(type, buff);
}
Beispiel #5
0
void gui_set_system_irqh(uint8_t type, uint8_t * buff)
{
	gui_list_irqh(type, buff);
}
Beispiel #6
0
void gui_layouts_irqh(uint8_t type, uint8_t * buff)
{
	gui_list_irqh(type, buff);
}
Beispiel #7
0
void gui_set_advanced_irqh(uint8_t type, uint8_t * buff)
{
	gui_list_irqh(type, buff);
}
Beispiel #8
0
void gui_set_logger_irqh(uint8_t type, uint8_t * buff)
{
	gui_list_irqh(type, buff);
}
Beispiel #9
0
void gui_set_vario_irqh(uint8_t type, uint8_t * buff)
{
    gui_list_irqh(type, buff);
}
Beispiel #10
0
void gui_set_debug_irqh(uint8_t type, uint8_t * buff)
{
	gui_list_irqh(type, buff);
}
Beispiel #11
0
void gui_set_autoset_config_irqh(uint8_t type, uint8_t * buff)
{
    gui_list_irqh(type, buff);
}
Beispiel #12
0
void gui_set_display_irqh(uint8_t type, uint8_t * buff)
{
	gui_list_irqh(type, buff);
}
Beispiel #13
0
void gui_settings_irqh(uint8_t type, uint8_t * buff)
{
	gui_list_irqh(type, buff);
}
Beispiel #14
0
void gui_set_calib_irqh(uint8_t type, uint8_t * buff)
{
	gui_list_irqh(type, buff);
}
Beispiel #15
0
void gui_set_autostart_irqh(uint8_t type, uint8_t * buff)
{
	gui_list_irqh(type, buff);
}