_ll_uart_init_t Struct Reference

LL UART init Structure definition. More...

#include <gr55xx_ll_uart.h>

Public Attributes

uint32_t baud_rate
 
uint32_t data_bits
 
uint32_t stop_bits
 
uint32_t parity
 
uint32_t hw_flow_ctrl
 

Detailed Description

LL UART init Structure definition.

Definition at line 77 of file gr55xx_ll_uart.h.

Member Data Documentation

◆ baud_rate

uint32_t _ll_uart_init_t::baud_rate

This field defines expected Usart communication baud rate.

This feature can be modified afterwards using unitary function ll_uart_set_baud_rate().

Definition at line 79 of file gr55xx_ll_uart.h.

◆ data_bits

uint32_t _ll_uart_init_t::data_bits

Specifies the number of data bits transmitted or received in a frame. This parameter can be a value of Data Bits.

This feature can be modified afterwards using unitary function ll_uart_set_data_bits_length().

Definition at line 83 of file gr55xx_ll_uart.h.

◆ hw_flow_ctrl

uint32_t _ll_uart_init_t::hw_flow_ctrl

Specifies whether the hardware flow control mode is enabled or disabled. This parameter can be a value of Hardware Flow Control.

This feature can be modified afterwards using unitary function ll_uart_set_hw_flow_ctrl().

Definition at line 98 of file gr55xx_ll_uart.h.

◆ parity

uint32_t _ll_uart_init_t::parity

Specifies the parity mode. This parameter can be a value of Parity Control.

This feature can be modified afterwards using unitary function ll_uart_set_parity().

Definition at line 93 of file gr55xx_ll_uart.h.

◆ stop_bits

uint32_t _ll_uart_init_t::stop_bits

Specifies the number of stop bits transmitted. This parameter can be a value of Stop Bits.

This feature can be modified afterwards using unitary function ll_uart_set_stop_bits_length().

Definition at line 88 of file gr55xx_ll_uart.h.


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