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

Go to the source code of this file.

Macros

#define SYNTH_IO_EXTENT   0x02
 
#define SYNTH_CLEAR   0x18 /* stops speech */
 
#define SYNTH_READABLE
 
#define SYNTH_WRITABLE
 
#define SYNTH_QUIET   'S' /* synth is not speaking */
 
#define SYNTH_FULL   'F' /* synth is full. */
 
#define SYNTH_ALMOST_EMPTY   'M' /* synth has less than 2 seconds of text left */
 
#define SYNTH_SPEAKING   's' /* synth is speaking and has a fare way to go */
 

Macro Definition Documentation

#define SYNTH_ALMOST_EMPTY   'M' /* synth has less than 2 seconds of text left */

Definition at line 12 of file speakup_acnt.h.

#define SYNTH_CLEAR   0x18 /* stops speech */

Definition at line 5 of file speakup_acnt.h.

#define SYNTH_FULL   'F' /* synth is full. */

Definition at line 11 of file speakup_acnt.h.

#define SYNTH_IO_EXTENT   0x02

Definition at line 3 of file speakup_acnt.h.

#define SYNTH_QUIET   'S' /* synth is not speaking */

Definition at line 10 of file speakup_acnt.h.

#define SYNTH_READABLE
Value:
0x01 /* mask for bit which is nonzero if a
byte can be read from the data port */

Definition at line 8 of file speakup_acnt.h.

#define SYNTH_SPEAKING   's' /* synth is speaking and has a fare way to go */

Definition at line 13 of file speakup_acnt.h.

#define SYNTH_WRITABLE
Value:
0x02 /* mask for RDY bit, which when set to
1, indicates the data port is ready
to accept a byte of data. */

Definition at line 9 of file speakup_acnt.h.