Nut/OS  4.10.3
API Reference
usartat91.c File Reference
#include <cfg/clock.h>
#include <sys/atom.h>
#include <sys/event.h>
#include <sys/timer.h>
#include <dev/irqreg.h>
#include <dev/usartat91.h>
Include dependency graph for usartat91.c:
This graph shows which files directly or indirectly include this file:

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 218 of file usartat91.c.

#define USE_BUILT_IN_HALF_DUPLEX   0

Definition at line 229 of file usartat91.c.

#define NutUartIrqRegister   NutRegisterSysIrqHandler

Definition at line 239 of file usartat91.c.

#define NutUartIrqEnable   NutSysIrqEnable

Definition at line 240 of file usartat91.c.

#define NutUartIrqDisable   NutSysIrqDisable

Definition at line 241 of file usartat91.c.