PX4 Firmware
PX4 Autopilot Software http://px4.io
|
This is the complete list of members for ADC, including all inherited members.
_base_address | ADC | private |
_channel_count | ADC | private |
_lock | cdev::CDev | protected |
_sample_perf | ADC | private |
_samples | ADC | private |
_to_adc_report | ADC | private |
_to_system_power | ADC | private |
ADC(uint32_t base_address, uint32_t channels) | ADC | |
CDev(const char *devname) | cdev::CDev | explicit |
CDev(const CDev &)=delete | cdev::CDev | |
CDev(CDev &&)=delete | cdev::CDev | |
close(file_t *filep) | cdev::CDev | virtual |
close_last(struct file *filp) | ADC | protectedvirtual |
cdev::CDev::close_last(file_t *filep) | cdev::CDev | inlineprotectedvirtual |
fops | cdev::CDev | protectedstatic |
get_devname() const | cdev::CDev | inline |
init() | ADC | virtual |
ioctl(file *filp, int cmd, unsigned long arg) | ADC | virtual |
cdev::CDev::ioctl(file_t *filep, int cmd, unsigned long arg) | cdev::CDev | virtual |
kINTERVAL | ADC | privatestatic |
lock() | cdev::CDev | inlineprotected |
open(file_t *filep) | cdev::CDev | virtual |
open_first(struct file *filp) | ADC | protectedvirtual |
cdev::CDev::open_first(file_t *filep) | cdev::CDev | inlineprotectedvirtual |
operator=(const CDev &)=delete | cdev::CDev | |
operator=(CDev &&)=delete | cdev::CDev | |
poll(file_t *filep, px4_pollfd_struct_t *fds, bool setup) | cdev::CDev | virtual |
poll_notify(pollevent_t events) | cdev::CDev | protectedvirtual |
poll_notify_one(px4_pollfd_struct_t *fds, pollevent_t events) | cdev::CDev | protectedvirtual |
poll_state(file_t *filep) | cdev::CDev | inlineprotectedvirtual |
read(file *filp, char *buffer, size_t len) | ADC | virtual |
cdev::CDev::read(file_t *filep, char *buffer, size_t buflen) | cdev::CDev | inlinevirtual |
register_class_devname(const char *class_devname) | cdev::CDev | protectedvirtual |
Run() override | ADC | private |
sample(unsigned channel) | ADC | private |
seek(file_t *filep, off_t offset, int whence) | cdev::CDev | inlinevirtual |
unlock() | cdev::CDev | inlineprotected |
unregister_class_devname(const char *class_devname, unsigned class_instance) | cdev::CDev | protectedvirtual |
unregister_driver_and_memory() | cdev::CDev | protected |
update_adc_report(hrt_abstime now) | ADC | private |
update_system_power(hrt_abstime now) | ADC | private |
write(file_t *filep, const char *buffer, size_t buflen) | cdev::CDev | inlinevirtual |
~ADC() | ADC | |
~CDev() | cdev::CDev | virtual |