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