Home
last modified time | relevance | path

Searched refs:x_max (Results 1 – 4 of 4) sorted by relevance

/bsp/samd21/sam_d2x_asflib/common/services/adp/
A Dadp.h329 uint32_t x_max; member
347 config->x_max = 0; in adp_configure_graph_get_defaults()
846 float x_max; member
861 config->x_max = 10; in adp_conf_dashboard_graph_get_defaults()
A Dadp.c489 index = adp_add_send_byte((uint8_t*)&msg_format.data, index, (uint8_t*)&config->x_max, 4); in adp_configure_graph()
1123 index = adp_add_send_byte((uint8_t*)&msg_format.data, index, (uint8_t*)&config->x_max, 4); in adp_add_graph_to_dashboard()
/bsp/allwinner/libraries/sunxi-hal/hal/source/disp2/disp/de/lowlevel_v2x/
A Dde_lcd.c1663 static u32 tcon_ceu_range_cut(s32 *x_value, s32 x_min, s32 x_max) in tcon_ceu_range_cut() argument
1665 if (*x_value > x_max) { in tcon_ceu_range_cut()
1666 *x_value = x_max; in tcon_ceu_range_cut()
A Dde_lcd_sun50iw10.c1669 static u32 tcon_ceu_range_cut(s32 *x_value, s32 x_min, s32 x_max) in tcon_ceu_range_cut() argument
1671 if (*x_value > x_max) { in tcon_ceu_range_cut()
1672 *x_value = x_max; in tcon_ceu_range_cut()

Completed in 23 milliseconds