MyLibs 1.0
Расширенные библиотеки для STM32
Loading...
Searching...
No Matches
general_uart.h File Reference

Заголовочный файл для модуля инициализации UART. More...

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

Go to the source code of this file.

Classes

struct  UART_SettingsTypeDef
 Структура настроек UART. More...

Macros

#define HAL_UART_MODULE_ENABLED
 Включение HAL UART.
#define USE_USART1
 Включить USART1 в UART_MspInit.
#define USE_USART2
 Включить USART2 в UART_MspInit.
#define USE_USART3
 Включить USART3 в UART_MspInit.
#define USE_UART4
 Включить UART4 в UART_MspInit.
#define USE_UART5
 Включить UART5 в UART_MspInit.
#define USE_USART6
 Включить USART6 в UART_MspInit.

Functions

HAL_StatusTypeDef UART_Base_Init (UART_SettingsTypeDef *suart)
 Инициализация UART с помощью структуры UART_SettingsTypeDef.
HAL_StatusTypeDef UART_Check_Init_Struct (UART_SettingsTypeDef *suart)
 Проверка корректности структуры инициализации UART.
void UART_MspInit (UART_HandleTypeDef *huart)
 Настройка тактирования и прерываний UART.
void UART_MspDeInit (UART_HandleTypeDef *huart)
 Деинициализация тактирования и прерываний UART.

Detailed Description

Заголовочный файл для модуля инициализации UART.

Definition in file general_uart.h.