| 
    TEMU
    4.4
    
   The Terma Emulator 
   | 
 
#include </builds/termade/temu/temu/include/temu-c/Bus/Spacewire.h>

Data Fields | |
| uint32_t | TotalSize | 
| Total size of the packet received.  More... | |
| temu_SpwRmapPacketType | PacketType | 
| The packet type as identified by bits [7,6] in instruction.  More... | |
| temu_SpwRmapDecodedCmdField | CmdField | 
| The command field, bits [5,4,3,2] in instruction.  More... | |
| temu_SpwRmapRawHeader | RawHeader | 
| Raw header data access.  More... | |
| temu_SpwRmapDecodedPacketType | DecodedPacketType | 
| union { | |
| temu_SpwRmapReadCmdPacket ReadCmd | |
| temu_SpwRmapWriteCmdPacket WriteCmd | |
| temu_SpwRmapRmwCmdPacket RmwCmd | |
| temu_SpwRmapDecodedReadReply ReadReply | |
| temu_SpwRmapDecodedWriteReply WriteReply | |
| temu_SpwRmapDecodedRmwReply RmwReply | |
| }; | |
| union { ... } | 
| temu_SpwRmapDecodedCmdField temu_SpwRmapDecodedPacket::CmdField | 
The command field, bits [5,4,3,2] in instruction.
| temu_SpwRmapDecodedPacketType temu_SpwRmapDecodedPacket::DecodedPacketType | 
| temu_SpwRmapPacketType temu_SpwRmapDecodedPacket::PacketType | 
The packet type as identified by bits [7,6] in instruction.
| temu_SpwRmapRawHeader temu_SpwRmapDecodedPacket::RawHeader | 
Raw header data access.
| temu_SpwRmapReadCmdPacket temu_SpwRmapDecodedPacket::ReadCmd | 
| temu_SpwRmapDecodedReadReply temu_SpwRmapDecodedPacket::ReadReply | 
| temu_SpwRmapRmwCmdPacket temu_SpwRmapDecodedPacket::RmwCmd | 
| temu_SpwRmapDecodedRmwReply temu_SpwRmapDecodedPacket::RmwReply | 
| uint32_t temu_SpwRmapDecodedPacket::TotalSize | 
Total size of the packet received.
| temu_SpwRmapWriteCmdPacket temu_SpwRmapDecodedPacket::WriteCmd | 
| temu_SpwRmapDecodedWriteReply temu_SpwRmapDecodedPacket::WriteReply |