2.3.1.1 Definitions
#define LENGTH_PREFIX_SIZE (1U)
#define RESPONSE_PREFIX_SIZE (1U)
#define LENGTH_FIELD_SIZE (2U)
#define MAX_RESPONSE_DATA_FIELD (25U)
#define RESPONSE_OFFSET (LENGTH_PREFIX_SIZE + LENGTH_FIELD_SIZE + FRAME_CHECK_SIZE + RESPONSE_PREFIX_SIZE)
#define MULTI_STAGE_RESPONSE
#define FRAME_CHECK_SIZE (2U)
Length of the frame check field in bytes.
