Package: LSC.Byteswap32

Dependencies

with LSC.Types;

Description

Byte swapping for 32-bit words

Header

package LSC.Byteswap32 is
 

Other Items:

function Swap (Value : Types.Word32) return Types.Word32;
pragma Inline (Swap);
Byte-swap Value
end LSC.Byteswap32;