Home
last modified time | relevance | path

Searched refs:range_min (Results 1 – 25 of 68) sorted by relevance

123

/AliOS-Things-master/components/littlevgl/src/lv_objx/
A Dlv_spinbox.c73 ext->range_min = -99999; in lv_spinbox_create()
99 lv_spinbox_set_range(new_spinbox, copy_ext->range_min, copy_ext->range_max); in lv_spinbox_create()
128 if(i < ext->range_min) i = ext->range_min; in lv_spinbox_set_value()
176 void lv_spinbox_set_range(lv_obj_t * spinbox, int32_t range_min, int32_t range_max) in lv_spinbox_set_range() argument
182 ext->range_min = range_min; in lv_spinbox_set_range()
188 if(ext->value < ext->range_min) { in lv_spinbox_set_range()
189 ext->value = ext->range_min; in lv_spinbox_set_range()
251 …ep_limit = LV_MATH_MAX(ext->range_max, (ext->range_min < 0 ? (-ext->range_min) : ext->range_… in lv_spinbox_step_prev()
286 if(ext->value - ext->step >= ext->range_min) { in lv_spinbox_decrement()
291 ext->value = ext->range_min; in lv_spinbox_decrement()
A Dlv_spinbox.h48 int32_t range_min; member
119 void lv_spinbox_set_range(lv_obj_t * spinbox, int32_t range_min, int32_t range_max);
/AliOS-Things-master/components/ble_mesh/bt_mesh/mesh_models/sig_model/srv/
A Dlight_ctl_srv.c166 …(0x%04x), min(0x%04x), max(0x%04x)", temp, elem->powerup.ctl_temp_range.range_min, elem->powerup.c… in _ctl_analyze()
168 if (temp < elem->powerup.ctl_temp_range.range_min) { in _ctl_analyze()
169 temp = elem->powerup.ctl_temp_range.range_min; in _ctl_analyze()
259 elem->powerup.ctl_temp_range.code, elem->powerup.ctl_temp_range.range_min, in _ctl_temp_range_status()
264 net_buf_simple_add_le16(p_msg, elem->powerup.ctl_temp_range.range_min); in _ctl_temp_range_status()
341 …if (temp < elem->powerup.ctl_temp_range.range_min || temp > elem->powerup.ctl_temp_range.range_max… in _ctl_default_analyze()
343 temp, elem->powerup.ctl_temp_range.range_min, elem->powerup.ctl_temp_range.range_max); in _ctl_default_analyze()
411 elem->powerup.ctl_temp_range.range_min = min; in _ctl_temp_range_analyze()
415 elem->powerup.ctl_temp_range.range_min, elem->powerup.ctl_temp_range.range_max); in _ctl_temp_range_analyze()
525 if (temp < elem->powerup.ctl_temp_range.range_min) { in _ctl_temp_analyze()
[all …]
A Dlight_lightness_srv.c154 …if (lightness < elem->powerup.lightness_range.range_min || lightness > elem->powerup.lightness_ran… in _light_lightness_analyze()
155 …04x) min(0x%04x) max(0x%04x)", lightness, elem->powerup.lightness_range.range_min, elem->powerup.l… in _light_lightness_analyze()
481 …LOGD(TAG, "min(0x%04x) max(0x%04x)", mesh_powerup->lightness_range.range_min, mesh_powerup->lightn… in _light_lightness_range_status()
485 net_buf_simple_add_le16(p_msg, mesh_powerup->lightness_range.range_min); in _light_lightness_range_status()
532 …if (default_temp < mesh_powerup->lightness_range.range_min || default_temp > mesh_powerup->lightne… in _light_lightness_default_analyze()
534 … default_temp, mesh_powerup->lightness_range.range_min, mesh_powerup->lightness_range.range_max); in _light_lightness_default_analyze()
597 mesh_powerup->lightness_range.range_min = min; in _light_lightness_range_analyze()
601 mesh_powerup->lightness_range.range_min, mesh_powerup->lightness_range.range_max); in _light_lightness_range_analyze()
/AliOS-Things-master/hardware/chip/haas1000/drivers/services/bt_if_enhanced/inc/
A Dbt_xtal_sync.h26 void bt_init_xtal_sync(enum BT_XTAL_SYNC_MODE_T mode, int range_min, int range_max, int fcap_range);
/AliOS-Things-master/components/ble_mesh/bt_mesh/mesh_models/sig_model/include/sig_model/
A Dlight_ctl_cli.h23 uint16_t range_min; member
A Dlight_lightness_cli.h19 uint16_t range_min; member
/AliOS-Things-master/components/ble_mesh/bt_mesh/mesh_models/common/include/mesh_model/
A Dmesh_model.h65 u16_t range_min; member
/AliOS-Things-master/components/ble_mesh/bt_mesh/mesh_models/sig_model/cli/
A Dlight_ctl_cli.c336 net_buf_simple_add_le16(msg, send_arg->range_min); in ble_mesh_light_ctl_temp_range_set()
351 LOGI(TAG, "light ctl temp range set min %x, max %x", send_arg->range_min, send_arg->range_max); in ble_mesh_light_ctl_temp_range_set()
A Dlight_lightness_cli.c417 net_buf_simple_add_le16(msg, send_arg->range_min); in ble_mesh_light_lightness_range_set()
432 LOGI(TAG, "lightness range set min %x, max %x", send_arg->range_min, send_arg->range_max); in ble_mesh_light_lightness_range_set()
/AliOS-Things-master/components/sensor/drv/
A Ddrv_temp_humi_st_hts221.c360 info->range_min = -40; in drv_temp_st_hts221_ioctl()
529 info->range_min = 0; in drv_humi_st_hts221_ioctl()
A Ddrv_temp_adi_adt7410.c257 info->range_min = -40; in drv_temp_adi_adt7410_ioctl()
A Ddrv_tvoc_ams_ccs811.c304 info->range_min = 0; in drv_voc_ams_ccs811_ioctl()
A Ddrv_acc_st_h3lis100dl.c276 info->range_min = 100; in drv_acc_st_h3lis100dl_ioctl()
A Ddrv_gyro_st_a3g4250d.c289 info->range_min = 250; in drv_gyro_st_a3g4250d_ioctl()
A Ddrv_acc_gyro_bosch_bmi120.c718 info->range_min = 2; in drv_acc_bosch_bmi120_ioctl()
1096 info->range_min = 125; in drv_gyro_bosch_bmi120_ioctl()
A Ddrv_acc_gyro_bosch_bmi160.c718 info->range_min = 2; in drv_acc_bosch_bmi160_ioctl()
1096 info->range_min = 125; in drv_gyro_bosch_bmi160_ioctl()
A Ddrv_acc_gyro_st_lsm6dsl.c522 info->range_min = 2; in drv_acc_st_lsm6dsl_ioctl()
842 info->range_min = 125; in drv_gyro_st_lsm6dsl_ioctl()
A Ddrv_baro_rohm_bm1383a.c388 info->range_min = 30000; in drv_baro_rohm_bm1383a_ioctl()
A Ddrv_mag_senodia_st480.c333 info->range_min = 48; in drv_mag_sen_st480_ioctl()
A Ddrv_temp_humi_baro_bosch_bme280.c956 info->range_min = 4; in drv_humi_bosch_bme280_ioctl()
1120 info->range_min = 0; in drv_temp_bosch_bme280_ioctl()
1288 info->range_min = 4; in drv_baro_bosch_bme280_ioctl()
A Ddrv_gyro_st_i3g4250d.c324 info->range_min = 245; in drv_gyro_st_i3g4250d_ioctl()
A Ddrv_acc_gyro_bosch_bmi088.c532 info->range_min = 2; in drv_acc_bosch_bmi088_ioctl()
870 info->range_min = 125; in drv_gyro_bosch_bmi088_ioctl()
A Ddrv_acc_gyro_st_lsm6dsr.c487 info->range_min = 2; in drv_acc_st_lsm6dsr_ioctl()
790 info->range_min = 125; in drv_gyro_st_lsm6dsr_ioctl()
A Ddrv_acc_adi_adxl372.c354 info->range_min = 0; in drv_acc_adi_adxl372_ioctl()

Completed in 188 milliseconds

123