SemiDrive SSDK Appication Program Interface PTG3.0
Data Fields
sent_chan_frame

#include <sdrv_sent.h>

Data Fields

sdrv_sent_fastchan_e frame_format
 
volatile sdrv_sent_frame_state_e cur_state
 
volatile uint8_t rxframe [6]
 
uint8_t frame_dl
 
volatile uint8_t rx_index
 
volatile uint8_t frame_sta
 
volatile uint8_t frame_crc
 
volatile uint32_t frame_err
 
volatile bool frame_valid
 

Field Documentation

◆ cur_state

volatile sdrv_sent_frame_state_e cur_state

The state of frame.

◆ frame_crc

volatile uint8_t frame_crc

The value of the crc field in frame.

◆ frame_dl

uint8_t frame_dl

The length of data in frame.

◆ frame_err

volatile uint32_t frame_err

The error type of frame.

◆ frame_format

sdrv_sent_fastchan_e frame_format

The format of the frame.

◆ frame_sta

volatile uint8_t frame_sta

The value of the status field in frame.

◆ frame_valid

volatile bool frame_valid

The frame is valid or not.

◆ rx_index

volatile uint8_t rx_index

The current index of data.

◆ rxframe

volatile uint8_t rxframe[6]

The receive buffer.


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