Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Macros | Functions | Variables
cfag12864b.h File Reference

Go to the source code of this file.

Macros

#define CFAG12864B_WIDTH   (128)
 
#define CFAG12864B_HEIGHT   (64)
 
#define CFAG12864B_CONTROLLERS   (2)
 
#define CFAG12864B_PAGES   (8)
 
#define CFAG12864B_ADDRESSES   (64)
 
#define CFAG12864B_SIZE
 

Functions

unsigned int cfag12864b_getrate (void)
 
unsigned char cfag12864b_enable (void)
 
void cfag12864b_disable (void)
 
unsigned char cfag12864b_isenabled (void)
 
unsigned char cfag12864b_isinited (void)
 

Variables

unsigned charcfag12864b_buffer
 

Macro Definition Documentation

#define CFAG12864B_ADDRESSES   (64)

Definition at line 32 of file cfag12864b.h.

#define CFAG12864B_CONTROLLERS   (2)

Definition at line 30 of file cfag12864b.h.

#define CFAG12864B_HEIGHT   (64)

Definition at line 29 of file cfag12864b.h.

#define CFAG12864B_PAGES   (8)

Definition at line 31 of file cfag12864b.h.

#define CFAG12864B_SIZE
Value:

Definition at line 33 of file cfag12864b.h.

#define CFAG12864B_WIDTH   (128)

Definition at line 28 of file cfag12864b.h.

Function Documentation

void cfag12864b_disable ( void  )

Definition at line 253 of file cfag12864b.c.

unsigned char cfag12864b_enable ( void  )

Definition at line 235 of file cfag12864b.c.

unsigned int cfag12864b_getrate ( void  )

Definition at line 54 of file cfag12864b.c.

unsigned char cfag12864b_isenabled ( void  )

Definition at line 266 of file cfag12864b.c.

unsigned char cfag12864b_isinited ( void  )

Definition at line 320 of file cfag12864b.c.

Variable Documentation

unsigned char* cfag12864b_buffer

Definition at line 56 of file cfag12864b-example.c.