Linux Kernel
3.7.1
|
Data Fields | |
struct iio_trigger * | trig |
struct bfin_timer * | t |
unsigned | timer_num |
bool | output_enable |
unsigned int | duty |
int | irq |
Definition at line 57 of file iio-trig-bfin-timer.c.
unsigned int duty |
Definition at line 62 of file iio-trig-bfin-timer.c.
int irq |
Definition at line 63 of file iio-trig-bfin-timer.c.
bool output_enable |
Definition at line 61 of file iio-trig-bfin-timer.c.
struct bfin_timer* t |
Definition at line 59 of file iio-trig-bfin-timer.c.
unsigned timer_num |
Definition at line 60 of file iio-trig-bfin-timer.c.
struct iio_trigger* trig |
Definition at line 58 of file iio-trig-bfin-timer.c.