Searched refs:resolution (Results 1 – 9 of 9) sorted by relevance
58 rt_uint8_t resolution = adc->ops->get_resolution(adc); in _adc_control() local59 if (resolution != 0) in _adc_control()61 *((rt_uint8_t *)args) = resolution; in _adc_control()62 LOG_D("resolution: %d bits", resolution); in _adc_control()171 rt_uint8_t resolution; in rt_adc_voltage() local175 resolution = dev->ops->get_resolution(dev); in rt_adc_voltage()191 voltage = value * vref / ((1 << resolution) - 1); in rt_adc_voltage()
55 rt_uint8_t resolution = dac->ops->get_resolution(dac); in _dac_control() local56 if(resolution != 0) in _dac_control()58 *((rt_uint8_t*)args) = resolution; in _dac_control()59 LOG_D("resolution: %d bits", resolution); in _dac_control()
2 bool "Enable CPU time for high resolution clock counter"10 Then user can use high resolution clock counter with:
273 rt_sensor_float_t resolution; /* resolution of sesnor measurement */ member
584 rt_kprintf("resolution:%f\n", sensor->info.accuracy.resolution); in sensor()649 10, sensor_dev->info.accuracy.resolution, in sensor()
73 bool "Enble DNS for name resolution"
604 # type resolution of all parameters of a function it will reject a match between
613 # type resolution of all parameters of a function it will reject a match between
Completed in 16 milliseconds