Linux Kernel
3.7.1
|
#include <ad9523.h>
Data Fields | |
unsigned | channel_num |
bool | divider_output_invert_en |
bool | sync_ignore_en |
bool | low_power_mode_en |
bool | use_alt_clock_src |
bool | output_dis |
enum outp_drv_mode | driver_mode |
unsigned char | divider_phase |
unsigned short | channel_divider |
char | extended_name [16] |
struct ad9523_channel_spec - Output channel configuration
: Output channel number. : Invert the polarity of the output clock. : Ignore chip-level SYNC signal. : Reduce power used in the differential output modes. : Channel divider uses alternative clk source. : Disables, powers down the entire channel. : Output driver mode (logic level family). : Divider initial phase after a SYNC. Range 0..63 LSB = 1/2 of a period of the divider input clock. : 10-bit channel divider. : Optional descriptive channel name.
enum outp_drv_mode driver_mode |