Searched refs:get_resolution (Results 1 – 4 of 4) sorted by relevance
56 else if (cmd == RT_ADC_CMD_GET_RESOLUTION && adc->ops->get_resolution && args) in _adc_control()58 rt_uint8_t resolution = adc->ops->get_resolution(adc); in _adc_control()175 resolution = dev->ops->get_resolution(dev); in rt_adc_voltage()
53 else if (cmd == RT_DAC_CMD_GET_RESOLUTION && dac->ops->get_resolution) in _dac_control()55 rt_uint8_t resolution = dac->ops->get_resolution(dac); in _dac_control()
76 rt_uint8_t (*get_resolution)(struct rt_dac_device *device); member
78 rt_uint8_t (*get_resolution)(struct rt_adc_device *device); member
Completed in 9 milliseconds