usartat91.c File Reference

Go to the source code of this file.

Defines

#define UART_INIT_BAUDRATE   115200
#define UART_RXTX_PINS_ENABLE()
#define UART_HDX_PIN_ENABLE()
#define UART_HDX_RX()
#define UART_HDX_TX()
#define UART_RTS_PIN_ENABLE()
#define UART_RTS_ON()
#define UART_RTS_OFF()
#define UART_CTS_PIN_ENABLE()
#define UART_CTS_IS_ON()   (1)
#define UART_MODEM_PINS_ENABLE()
#define USE_BUILT_IN_HARDWARE_HANDSHAKE   0
#define USE_BUILT_IN_HALF_DUPLEX   0
#define NutUartIrqRegister   NutRegisterSysIrqHandler
#define NutUartIrqEnable   NutSysIrqEnable
#define NutUartIrqDisable   NutSysIrqDisable
#define ASCII_XON   0x11
#define ASCII_XOFF   0x13
#define XON_PENDING   0x10
#define XOFF_PENDING   0x20
#define XOFF_SENT   0x40
#define XOFF_RCVD   0x80


Define Documentation

#define UART_INIT_BAUDRATE   115200

Definition at line 61 of file usartat91.c.

 
#define UART_RXTX_PINS_ENABLE (  ) 

Definition at line 68 of file usartat91.c.

 
#define UART_HDX_PIN_ENABLE (  ) 

Definition at line 72 of file usartat91.c.

 
#define UART_HDX_RX (  ) 

Definition at line 75 of file usartat91.c.

 
#define UART_HDX_TX (  ) 

Definition at line 78 of file usartat91.c.

 
#define UART_RTS_PIN_ENABLE (  ) 

Definition at line 82 of file usartat91.c.

 
#define UART_RTS_ON (  ) 

Definition at line 85 of file usartat91.c.

 
#define UART_RTS_OFF (  ) 

Definition at line 88 of file usartat91.c.

 
#define UART_CTS_PIN_ENABLE (  ) 

Definition at line 92 of file usartat91.c.

 
#define UART_CTS_IS_ON (  )     (1)

Definition at line 95 of file usartat91.c.

 
#define UART_MODEM_PINS_ENABLE (  ) 

Definition at line 99 of file usartat91.c.

#define USE_BUILT_IN_HARDWARE_HANDSHAKE   0

Definition at line 209 of file usartat91.c.

#define USE_BUILT_IN_HALF_DUPLEX   0

Definition at line 220 of file usartat91.c.

#define NutUartIrqRegister   NutRegisterSysIrqHandler

Definition at line 230 of file usartat91.c.

#define NutUartIrqEnable   NutSysIrqEnable

Definition at line 231 of file usartat91.c.

#define NutUartIrqDisable   NutSysIrqDisable

Definition at line 232 of file usartat91.c.


© 2000-2007 by egnite Software GmbH - visit http://www.ethernut.de/