|
L14-Click 1.0
STM32WLE5CC LoRaWAN Sensor Platform
|
This file contains all the function prototypes for the usart.c file. More...
#include "main.h"Go to the source code of this file.
Functions | |
| void | MX_USART1_UART_Init (void) |
Variables | |
| UART_HandleTypeDef | huart1 |
This file contains all the function prototypes for the usart.c file.
Copyright (c) 2025 STMicroelectronics. All rights reserved.
This software is licensed under terms that can be found in the LICENSE file in the root directory of this software component. If no LICENSE file comes with this software, it is provided AS-IS.
Definition in file usart.h.
| void MX_USART1_UART_Init | ( | void | ) |
Definition at line 35 of file usart.c.
References Error_Handler(), and huart1.
Referenced by main(), and vcom_Init().
|
extern |
Definition at line 30 of file usart.c.
Referenced by MX_USART1_UART_Init(), uart_Start(), USART1_IRQHandler(), vcom_DeInit(), vcom_ReceiveInit(), vcom_Resume(), vcom_Trace(), and vcom_Trace_DMA().