RT-Thread RTOS 1.2.0
An open source embedded real-time operating system
|
#include <dac.h>
成员变量 | |
rt_err_t(* | disabled )(struct rt_dac_device *device, rt_uint32_t channel) |
rt_err_t(* | enabled )(struct rt_dac_device *device, rt_uint32_t channel) |
rt_err_t(* | convert )(struct rt_dac_device *device, rt_uint32_t channel, rt_uint32_t *value) |
rt_uint8_t(* | get_resolution )(struct rt_dac_device *device) |
rt_err_t(* rt_dac_ops::disabled) (struct rt_dac_device *device, rt_uint32_t channel) |
rt_err_t(* rt_dac_ops::enabled) (struct rt_dac_device *device, rt_uint32_t channel) |
rt_err_t(* rt_dac_ops::convert) (struct rt_dac_device *device, rt_uint32_t channel, rt_uint32_t *value) |
rt_uint8_t(* rt_dac_ops::get_resolution) (struct rt_dac_device *device) |