Linux Kernel
3.7.1
|
#include <at91_adc.h>
Data Fields | |
u8 | channel_base |
u32 | drdy_mask |
u8 | status_register |
u8 | trigger_register |
struct at91_adc_reg_desc - Various informations relative to registers : Base offset for the channel data registers : Mask of the DRDY field in the relevant registers (Interruptions registers mostly) : Offset of the Interrupt Status Register : Offset of the Trigger setup register
Definition at line 18 of file at91_adc.h.
u8 channel_base |
Definition at line 19 of file at91_adc.h.
u32 drdy_mask |
Definition at line 20 of file at91_adc.h.
u8 status_register |
Definition at line 21 of file at91_adc.h.
u8 trigger_register |
Definition at line 22 of file at91_adc.h.