|
TEMU
2
The Terma Emulator
|
#include <temu-c/Bus/Spacewire.h>
Data Fields | |
| temu_SpwRmapDecodedCommandHeader | Header |
| uint8_t | AccessSize |
| Size of the access. More... | |
| const uint8_t * | Data |
| Pointer to the first data char. More... | |
| const uint8_t * | Mask |
| Pointer to the first mask char. More... | |
| uint32_t | AvailableDataLength |
| The amount of data available. More... | |
| uint8_t | DataCrc |
| Data crc. Valid only if AvailableDataLength > Header.DataLength. More... | |
Definition at line 230 of file Spacewire.h.
| uint8_t temu_SpwRmapRmwCmdPacket::AccessSize |
Size of the access.
Definition at line 233 of file Spacewire.h.
| uint32_t temu_SpwRmapRmwCmdPacket::AvailableDataLength |
The amount of data available.
Definition at line 239 of file Spacewire.h.
| const uint8_t* temu_SpwRmapRmwCmdPacket::Data |
Pointer to the first data char.
Definition at line 235 of file Spacewire.h.
| uint8_t temu_SpwRmapRmwCmdPacket::DataCrc |
Data crc. Valid only if AvailableDataLength > Header.DataLength.
Definition at line 241 of file Spacewire.h.
| temu_SpwRmapDecodedCommandHeader temu_SpwRmapRmwCmdPacket::Header |
Definition at line 231 of file Spacewire.h.
| const uint8_t* temu_SpwRmapRmwCmdPacket::Mask |
Pointer to the first mask char.
Definition at line 237 of file Spacewire.h.