Linux Kernel
3.7.1
Main Page
Related Pages
Modules
Namespaces
Data Structures
Files
File List
Globals
All
Data Structures
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Macros
Groups
Pages
include
linux
atmel-pwm-bl.h
Go to the documentation of this file.
1
/*
2
* Copyright (C) 2007 Atmel Corporation
3
*
4
* Driver for the AT32AP700X PS/2 controller (PSIF).
5
*
6
* This program is free software; you can redistribute it and/or modify it
7
* under the terms of the GNU General Public License version 2 as published
8
* by the Free Software Foundation.
9
*/
10
11
#ifndef __INCLUDE_ATMEL_PWM_BL_H
12
#define __INCLUDE_ATMEL_PWM_BL_H
13
32
struct
atmel_pwm_bl_platform_data
{
33
unsigned
int
pwm_channel
;
34
unsigned
int
pwm_frequency
;
35
unsigned
int
pwm_compare_max
;
36
unsigned
int
pwm_duty_max
;
37
unsigned
int
pwm_duty_min
;
38
unsigned
int
pwm_active_low
;
39
int
gpio_on
;
40
unsigned
int
on_active_low
;
41
};
42
43
#endif
/* __INCLUDE_ATMEL_PWM_BL_H */
Generated on Thu Jan 10 2013 14:51:03 for Linux Kernel by
1.8.2