ConOpSys V2970  P004.07
ANVILEX control operating system
Classes | Macros
UART1_STM32F429.h File Reference

STM32F429 on-chip UART1 module class header file. More...

#include "Communication_Link.h"
Include dependency graph for UART1_STM32F429.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  TUART1_STM32F429
 STM32F429 on-chip UART1 hardware abstraction layer class. More...
 
struct  TUART1_STM32F429::TSend_Buffer
 Send buffer structure datatype definition. More...
 

Macros

#define UART1_TX_BUFFER_SIZE   256
 Definition of UART1 transmit buffer size. More...
 

Detailed Description

STM32F429 on-chip UART1 module class header file.

Attention
No special attention requered.
Revision
2766
Date
2021-07-04 17:26:00 +0500 (So, 04 Jul 2021)
Author
minch

Macro Definition Documentation

◆ UART1_TX_BUFFER_SIZE

#define UART1_TX_BUFFER_SIZE   256

Definition of UART1 transmit buffer size.

Note
Don't use this define outside of this file.