|
WS63 SDK 文档 7021f4f@fbb_ws63
ws63 和 ws63e 解决方案的 SDK 文档
|
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.
| 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.
| uint8_t* spi_rx_state::rx_buffer |
The RX data buffer.
| uint32_t spi_rx_state::rx_buffer_size |
The size of the receive buffer.
| spi_rx_callback_t spi_rx_state::rx_callback |
The RX callback to make when the condition is met.