Home
last modified time | relevance | path

Searched refs:convert (Results 1 – 12 of 12) sorted by relevance

/components/drivers/misc/
A Dadc.c32 result = adc->ops->convert(adc, pos, value); in _adc_read()
93 RT_ASSERT(ops != RT_NULL && ops->convert != RT_NULL); in rt_hw_adc_register()
124 result = dev->ops->convert(dev, channel, &value); in rt_adc_read()
185 result = dev->ops->convert(dev, channel, &value); in rt_adc_voltage()
A Ddac.c29 result = dac->ops->convert(dac, pos + i, value); in _dac_write()
82 RT_ASSERT(ops != RT_NULL && ops->convert != RT_NULL); in rt_hw_dac_register()
110 return dev->ops->convert(dev, channel, &value); in rt_dac_write()
/components/drivers/include/drivers/
A Ddac.h75 rt_err_t (*convert)(struct rt_dac_device *device, rt_uint32_t channel, rt_uint32_t *value); member
A Dadc.h77 rt_err_t (*convert)(struct rt_adc_device *device, rt_int8_t channel, rt_uint32_t *value); member
/components/net/lwip/lwip-2.0.3/src/apps/httpd/makefsdata/
A Dreadme.txt7 targetdir: relative or absolute path to files to convert
/components/net/lwip/lwip-2.1.2/src/apps/http/makefsdata/
A Dreadme.txt7 targetdir: relative or absolute path to files to convert
/components/net/lwip/lwip-2.0.3/doc/doxygen/
A Dlwip.Doxyfile1286 # The HTML Help Workshop contains a compiler that can convert all HTML output
/components/net/lwip/lwip-2.1.2/doc/doxygen/
A Dlwip.Doxyfile1297 # The HTML Help Workshop contains a compiler that can convert all HTML output
A Dlwip.Doxyfile.cmake.in1297 # The HTML Help Workshop contains a compiler that can convert all HTML output
/components/net/lwip/lwip-1.4.1/
A DCHANGELOG972 * tcp.h/.c: Added function tcp_debug_state_str() to convert a tcp state
/components/net/lwip/lwip-2.0.3/
A DCHANGELOG1928 * tcp.h/.c: Added function tcp_debug_state_str() to convert a tcp state
/components/net/lwip/lwip-2.1.2/
A DCHANGELOG2181 * tcp.h/.c: Added function tcp_debug_state_str() to convert a tcp state

Completed in 26 milliseconds