WS63 SDK 文档 7021f4f@fbb_ws63
ws63 和 ws63e 解决方案的 SDK 文档
载入中...
搜索中...
未找到
uart_tx_state_t结构体 参考

The UART transmission configuration parameters. 更多...

uart_tx_state_t 的协作图:

成员变量

uart_tx_fragment_tcurrent_tx_fragment
 
uart_tx_fragment_tfree_tx_fragment
 
uint16_t fragments_to_process
 
uint16_t current_tx_fragment_pos
 
uart_tx_fragment_t fragment_buffer [4]
 

详细描述

The UART transmission configuration parameters.

结构体成员变量说明

◆ current_tx_fragment

uart_tx_fragment_t* uart_tx_state_t::current_tx_fragment

Current TX fragment being transmitted.

◆ current_tx_fragment_pos

uint16_t uart_tx_state_t::current_tx_fragment_pos

Index of the current position of the next byte to be transmitted in the current TX fragment current_tx_fragment_pos == 0 means the first byte is yet to be sent for transmission

◆ fragment_buffer

uart_tx_fragment_t uart_tx_state_t::fragment_buffer[4]

Fragments buffer pointer.

◆ fragments_to_process

uint16_t uart_tx_state_t::fragments_to_process

Number of fragments to process including the current one.

◆ free_tx_fragment

uart_tx_fragment_t* uart_tx_state_t::free_tx_fragment

The unused TX fragment admin blocks available for re-use/freeing.


该结构体的文档由以下文件生成: