Paparazzi UAS  v7.0_unstable
Paparazzi is a free software Unmanned Aircraft System.
uart_arch.h File Reference

Handling of UART hardware for STM32. More...

Go to the source code of this file.

Macros

#define B1200   1200
 
#define B2400   2400
 
#define B4800   4800
 
#define B9600   9600
 
#define B19200   19200
 
#define B38400   38400
 
#define B57600   57600
 
#define B100000   100000
 
#define B115200   115200
 
#define B230400   230400
 
#define B460800   460800
 
#define B921600   921600
 
#define B1500000   1500000
 
#define B3000000   3000000
 
#define UART_SPEED(_def)   _def
 

Detailed Description

Handling of UART hardware for STM32.

Definition in file uart_arch.h.

Macro Definition Documentation

◆ B100000

#define B100000   100000

Definition at line 39 of file uart_arch.h.

◆ B115200

#define B115200   115200

Definition at line 40 of file uart_arch.h.

◆ B1200

#define B1200   1200

Definition at line 32 of file uart_arch.h.

◆ B1500000

#define B1500000   1500000

Definition at line 44 of file uart_arch.h.

◆ B19200

#define B19200   19200

Definition at line 36 of file uart_arch.h.

◆ B230400

#define B230400   230400

Definition at line 41 of file uart_arch.h.

◆ B2400

#define B2400   2400

Definition at line 33 of file uart_arch.h.

◆ B3000000

#define B3000000   3000000

Definition at line 45 of file uart_arch.h.

◆ B38400

#define B38400   38400

Definition at line 37 of file uart_arch.h.

◆ B460800

#define B460800   460800

Definition at line 42 of file uart_arch.h.

◆ B4800

#define B4800   4800

Definition at line 34 of file uart_arch.h.

◆ B57600

#define B57600   57600

Definition at line 38 of file uart_arch.h.

◆ B921600

#define B921600   921600

Definition at line 43 of file uart_arch.h.

◆ B9600

#define B9600   9600

Definition at line 35 of file uart_arch.h.

◆ UART_SPEED

#define UART_SPEED (   _def)    _def

Definition at line 46 of file uart_arch.h.