Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
pwm Struct Reference

Data Fields

spinlock_t lock
 
struct platform_devicepdev
 
u32 mask
 
int irq
 
void __iomembase
 
struct clkclk
 
struct pwm_channelchannel [PWM_NCHAN]
 
void(* handler [PWM_NCHAN])(struct pwm_channel *)
 

Detailed Description

Definition at line 22 of file atmel_pwm.c.

Field Documentation

void __iomem* base

Definition at line 27 of file atmel_pwm.c.

Definition at line 29 of file atmel_pwm.c.

Definition at line 28 of file atmel_pwm.c.

void(* handler[PWM_NCHAN])(struct pwm_channel *)

Definition at line 30 of file atmel_pwm.c.

int irq

Definition at line 26 of file atmel_pwm.c.

spinlock_t lock

Definition at line 23 of file atmel_pwm.c.

u32 mask

Definition at line 25 of file atmel_pwm.c.

Definition at line 24 of file atmel_pwm.c.


The documentation for this struct was generated from the following file: