monoZ docs
MZ_uart3_instance.h
Go to the documentation of this file.
1
7#ifndef MZ_UART3_INSTANCE_H_
8#define MZ_UART3_INSTANCE_H_
9
10#include "MZ_error_handler.h"
11#include "MZ_public.h"
12
13#define MZ_UART3_INSTANCE (USART3)
14#define MZ_UART3_INIT_BAUDRATE (115200)
15#define MZ_UART3_INIT_WORDLENGTH (UART_WORDLENGTH_8B)
16#define MZ_UART3_INIT_STOPBITS (UART_STOPBITS_1)
17#define MZ_UART3_INIT_PARITY (UART_PARITY_NONE)
18#define MZ_UART3_INIT_MODE (UART_MODE_TX_RX)
19#define MZ_UART3_INIT_HWFLOWCTL (UART_HWCONTROL_NONE)
20#define MZ_UART3_INIT_OVERSAMPLING (UART_OVERSAMPLING_16)
21#define MZ_UART3_INIT_ONEBITSAMPLING (UART_ONE_BIT_SAMPLE_DISABLE)
22#define MZ_UART3_ADVANCEDINIT_ADVFEATUREINIT (UART_ADVFEATURE_NO_INIT)
23
24#define MZ_UART_INSTANCE (_USART3)
25
31
32#endif /* MZ_UART3_INSTANCE_H_ */
monoZ Error Handler
mz_error_t
Enumeration of monoZ Error Flags.
monoZ Public All peripheral Configurations will send to monoZ library through this file
mz_error_t UART3_init(void)
UART initialize.