monoZ docs
MZ_uart3_instance.c File Reference

This is a tool generated file. Do not edit it manually. More...

#include "MZ_uart3_instance.h"
#include "MZ_public.h"
#include "MZ_uart.h"

Go to the source code of this file.

Functions

static void uart3_tx_intr (void *arg)
 
static void uart3_rx_intr (void *arg)
 
mz_error_t UART3_init (void)
 UART initialize. More...
 

Variables

static char rx_char = 0
 
MZ_UART_INIT_ST uart3_instance
 

Detailed Description

This is a tool generated file. Do not edit it manually.

Date
Mar 3, 2021
Author
MZ_click

Definition in file MZ_uart3_instance.c.

Function Documentation

◆ uart3_tx_intr()

static void uart3_tx_intr ( void *  arg)
static

Definition at line 13 of file MZ_uart3_instance.c.

◆ uart3_rx_intr()

static void uart3_rx_intr ( void *  arg)
static

Definition at line 21 of file MZ_uart3_instance.c.

◆ UART3_init()

mz_error_t UART3_init ( void  )

UART initialize.

Returns
[TODO]

Definition at line 45 of file MZ_uart3_instance.c.

Variable Documentation

◆ rx_char

char rx_char = 0
static

Definition at line 11 of file MZ_uart3_instance.c.

◆ uart3_instance

MZ_UART_INIT_ST uart3_instance
Initial value:
=
{
.Instance = MZ_UART3_INSTANCE,
.Init.BaudRate = MZ_UART3_INIT_BAUDRATE,
.Init.WordLength = MZ_UART3_INIT_WORDLENGTH,
.Init.StopBits = MZ_UART3_INIT_STOPBITS,
.Init.Parity = MZ_UART3_INIT_PARITY,
.Init.Mode = MZ_UART3_INIT_MODE,
.Init.HwFlowCtl = MZ_UART3_INIT_HWFLOWCTL,
.Init.OverSampling = MZ_UART3_INIT_OVERSAMPLING,
.Init.OneBitSampling = MZ_UART3_INIT_ONEBITSAMPLING,
.AdvancedInit.AdvFeatureInit = MZ_UART3_ADVANCEDINIT_ADVFEATUREINIT
}
#define MZ_UART3_INIT_STOPBITS
Define the Monoz Uart3 Initial STOPBITS.
#define MZ_UART3_INIT_PARITY
Define the Monoz Uart3 Initial PARITY.
#define MZ_UART3_INIT_MODE
Define the Monoz Uart3 Initial MODE.
#define MZ_UART3_INIT_HWFLOWCTL
Define the Monoz Uart3 Initial HARWARE FLOW CONTROL( HWFLOWCTL)
#define MZ_UART3_INIT_BAUDRATE
Define the Monoz Uart3 Initial BAUDRATE.
#define MZ_UART3_INSTANCE
Define the Monoz Uart3 INSTANCE.
#define MZ_UART3_INIT_OVERSAMPLING
Define the Monoz Uart3 Initial Over sampling rate.
#define MZ_UART3_INIT_ONEBITSAMPLING
Define the Monoz Uart3 Initial ONE BIT SAMPLING to be Disabled.
#define MZ_UART3_INIT_WORDLENGTH
Define the Monoz Uart3 Initial WORDLENGTH.
#define MZ_UART3_ADVANCEDINIT_ADVFEATUREINIT
Define Advance feature.

Definition at line 30 of file MZ_uart3_instance.c.