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

The SPI Reception configuration parameters. 更多...

成员变量

uint32_t rx_buffer_size
 
spi_rx_callback_t rx_callback
 
uint32_t new_rx_pos
 
uint8_t * rx_buffer
 

详细描述

The SPI Reception configuration parameters.

结构体成员变量说明

◆ new_rx_pos

uint32_t spi_rx_state::new_rx_pos

Index to the position in the RX buffer that is where new data should be put if (new_rx_pos == 0) the buffer is empty.

◆ rx_buffer

uint8_t* spi_rx_state::rx_buffer

The RX data buffer.

◆ rx_buffer_size

uint32_t spi_rx_state::rx_buffer_size

The size of the receive buffer.

◆ rx_callback

spi_rx_callback_t spi_rx_state::rx_callback

The RX callback to make when the condition is met.


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