dfu_uart_info_t Struct Reference

DFU uart config definition. More...

#include <gr55xx_dfu.h>

Data Fields

dfu_info_state state
 
dfu_uart_baudrate_t baud_rate
 
dfu_uart_data_bit_t data_bit
 
dfu_uart_stop_bit_t stop_bits
 
dfu_uart_parity_bit_t parity
 
dfu_uart_pin_group_t pin_group
 

Detailed Description

DFU uart config definition.

Field Documentation

◆ baud_rate

dfu_uart_baudrate_t dfu_uart_info_t::baud_rate

UART communication baudrate. This parameter can be a value of dfu_uart_baudrate_t.

◆ data_bit

dfu_uart_data_bit_t dfu_uart_info_t::data_bit

The number of data bits transmitted or received in a frame. This parameter can be a value of dfu_uart_data_bit_t.

◆ parity

dfu_uart_parity_bit_t dfu_uart_info_t::parity

Specify the parity mode. This parameter can be a value of dfu_uart_parity_bit_t.

◆ pin_group

dfu_uart_pin_group_t dfu_uart_info_t::pin_group

Uart pin group. This parameter can be a value of dfu_uart_pin_group_t.

◆ state

dfu_info_state dfu_uart_info_t::state

DFU UART Enable or Disable. This parameter can be a value of dfu_info_state.

◆ stop_bits

dfu_uart_stop_bit_t dfu_uart_info_t::stop_bits

The number of stop bits transmitted. This parameter can be a value of dfu_uart_stop_bit_t.


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