Searched refs:x_max (Results 1 – 4 of 4) sorted by relevance
| /bsp/samd21/sam_d2x_asflib/common/services/adp/ |
| A D | adp.h | 329 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 D | adp.c | 489 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 D | de_lcd.c | 1663 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 D | de_lcd_sun50iw10.c | 1669 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