7#ifndef MZ_UART3_INSTANCE_H_
8#define MZ_UART3_INSTANCE_H_
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)
24#define MZ_UART_INSTANCE (_USART3)
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.