![]() |
![]() |
PA CRC Command Control Info Bit Definitions | |
Bitmap definition of the ctrlBitField in paCmdCrcOp_t. | |
#define | pa_CRC_OP_CRC_VALIDATE 0x0001 |
#define | pa_CRC_OP_PAYLOAD_LENGTH_IN_HEADER 0x0002 |
#define | pa_CRC_OP_PAYLOAD_LENGTH_OFFSET_IS_NEGATIVE 0x0004 |
#define | pa_CRC_OP_CRC_FRAME_TYPE 0x0008 |
#define | pa_CRC_OP_CRC_RESULT_FOLLOW_PAYLOAD 0x0010 |
#define pa_CRC_OP_CRC_FRAME_TYPE 0x0008 |
Control Info -- Set: Frame Type is specified Clear: Frame Type is not specified, use offset parameter
#define pa_CRC_OP_CRC_RESULT_FOLLOW_PAYLOAD 0x0010 |
Control Info -- Set: CRC field following payload Clear: CRC offset specified in command
#define pa_CRC_OP_CRC_VALIDATE 0x0001 |
Control Info -- Set: CRC Validate Clear: CRC Computation
#define pa_CRC_OP_PAYLOAD_LENGTH_IN_HEADER 0x0002 |
Control Info -- Set: CRC length field in the header Clear: CRC length specified in command
#define pa_CRC_OP_PAYLOAD_LENGTH_OFFSET_IS_NEGATIVE 0x0004 |
Control Info -- Set: Payload length field resides prior to the parsed header offset length field offset = offset from the current parsed header - lenOffset Clear: Payload length field resides after the parsed header offset length field offset = offset from the current parsed header + lenOffset