Searched refs:rt_dac_device (Results 1 – 2 of 2) sorted by relevance
67 struct rt_dac_device;73 rt_err_t (*disabled)(struct rt_dac_device *device, rt_uint32_t channel);74 rt_err_t (*enabled)(struct rt_dac_device *device, rt_uint32_t channel);75 rt_err_t (*convert)(struct rt_dac_device *device, rt_uint32_t channel, rt_uint32_t *value);76 rt_uint8_t (*get_resolution)(struct rt_dac_device *device);82 struct rt_dac_device struct87 typedef struct rt_dac_device *rt_dac_device_t; argument
24 struct rt_dac_device *dac = (struct rt_dac_device *)dev; in _dac_write()43 rt_dac_device_t dac = (struct rt_dac_device *)dev; in _dac_control()
Completed in 3 milliseconds