ioLibrary for Cortex M series
Public Attributes | List of all members
usart_param_t Struct Reference

#include <wizplatform.h>

Public Attributes

uint32_t baudrate
 Baud Rate (bps in decimal value, of usart_baudrate_t) More...
 
usart_wordlen wordlen
 Word Length (of usart_wordlen_t) More...
 
usart_stopbit stopbit
 Stop Bit (of usart_stopbit_t) More...
 
usart_parity parity
 Parity Bit (of usart_parity_t) More...
 
usart_flowcon flowcon
 Flow Control (of usart_flowcon_t) More...
 

Detailed Description

USART Parameter struct used by wizpf_usart_init

Definition at line 74 of file wizplatform.h.

Member Data Documentation

uint32_t usart_param_t::baudrate

Baud Rate (bps in decimal value, of usart_baudrate_t)

Definition at line 75 of file wizplatform.h.

Referenced by platform_init().

usart_wordlen usart_param_t::wordlen

Word Length (of usart_wordlen_t)

Definition at line 76 of file wizplatform.h.

usart_stopbit usart_param_t::stopbit

Stop Bit (of usart_stopbit_t)

Definition at line 77 of file wizplatform.h.

usart_parity usart_param_t::parity

Parity Bit (of usart_parity_t)

Definition at line 78 of file wizplatform.h.

usart_flowcon usart_param_t::flowcon

Flow Control (of usart_flowcon_t)

Definition at line 79 of file wizplatform.h.


The documentation for this struct was generated from the following file: