Holds the frame buffers and the communication descriptor for the OA TC6 driver. More...
#include <oa_tc6.h>
Public Attributes | |
struct no_os_spi_desc * | comm_desc |
uint8_t | ctrl_chunks [12] |
uint8_t | data_chunks [OA_SPI_BUFF_LEN] |
struct oa_tc6_frame_buffer | user_rx_frame_buffer [OA_RX_FRAME_BUFF_NUM] |
struct oa_tc6_frame_buffer | user_tx_frame_buffer [OA_TX_FRAME_BUFF_NUM] |
uint32_t | data_tx_credit |
uint32_t | data_rx_credit |
uint32_t | ctrl_tx_credit |
uint32_t | ctrl_rx_credit |
Holds the frame buffers and the communication descriptor for the OA TC6 driver.
struct no_os_spi_desc* oa_tc6_desc::comm_desc |
uint8_t oa_tc6_desc::ctrl_chunks[12] |
uint32_t oa_tc6_desc::ctrl_rx_credit |
uint32_t oa_tc6_desc::ctrl_tx_credit |
uint8_t oa_tc6_desc::data_chunks[OA_SPI_BUFF_LEN] |
uint32_t oa_tc6_desc::data_rx_credit |
uint32_t oa_tc6_desc::data_tx_credit |
struct oa_tc6_frame_buffer oa_tc6_desc::user_rx_frame_buffer[OA_RX_FRAME_BUFF_NUM] |
struct oa_tc6_frame_buffer oa_tc6_desc::user_tx_frame_buffer[OA_TX_FRAME_BUFF_NUM] |