Home
last modified time | relevance | path

Searched refs:resolution (Results 1 – 9 of 9) sorted by relevance

/components/drivers/misc/
A Dadc.c58 rt_uint8_t resolution = adc->ops->get_resolution(adc); in _adc_control() local
59 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() local
175 resolution = dev->ops->get_resolution(dev); in rt_adc_voltage()
191 voltage = value * vref / ((1 << resolution) - 1); in rt_adc_voltage()
A Ddac.c55 rt_uint8_t resolution = dac->ops->get_resolution(dac); in _dac_control() local
56 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()
/components/drivers/cputime/
A DKconfig2 bool "Enable CPU time for high resolution clock counter"
10 Then user can use high resolution clock counter with:
/components/drivers/include/drivers/
A Dsensor_v2.h273 rt_sensor_float_t resolution; /* resolution of sesnor measurement */ member
/components/drivers/sensor/v2/
A Dsensor_cmd.c584 rt_kprintf("resolution:%f\n", sensor->info.accuracy.resolution); in sensor()
649 10, sensor_dev->info.accuracy.resolution, in sensor()
/components/net/lwip/
A DKconfig73 bool "Enble DNS for name resolution"
/components/net/lwip/lwip-2.0.3/doc/doxygen/
A Dlwip.Doxyfile604 # type resolution of all parameters of a function it will reject a match between
/components/net/lwip/lwip-2.1.2/doc/doxygen/
A Dlwip.Doxyfile613 # type resolution of all parameters of a function it will reject a match between
A Dlwip.Doxyfile.cmake.in613 # type resolution of all parameters of a function it will reject a match between

Completed in 16 milliseconds