|
SemiDrive SSDK Appication Program Interface PTG3.0
|
#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 |
| volatile sdrv_sent_frame_state_e cur_state |
The state of frame.
| volatile uint8_t frame_crc |
The value of the crc field in frame.
| uint8_t frame_dl |
The length of data in frame.
| volatile uint32_t frame_err |
The error type of frame.
| sdrv_sent_fastchan_e frame_format |
The format of the frame.
| volatile uint8_t frame_sta |
The value of the status field in frame.
| volatile bool frame_valid |
The frame is valid or not.
| volatile uint8_t rx_index |
The current index of data.
| volatile uint8_t rxframe[6] |
The receive buffer.