2.2.2.2 LENGTH_FIELD_SIZE[1/3]
#define LENGTH_FIELD_SIZE (2U)
MISRA C:2012 Deviation Advisory: misra-c2012- 2.3
Justification: This will not be followed due to Microchip coding standards. MISRA C:2012 Deviation Advisory: misra-c2012- 2.4 Justification: This will not be followed due to Microchip coding standards. MISRA C:2012 Deviation Advisory: misra-c2012- 8.9 Justification: This cannot be followed since the value of the variables must be saved until the next time the function is called. Declaring at block scope will make managing the variable reset more difficult. MISRA C:2012 Deviation Advisory: misra-c2012- 15.4 Justification: This will not be followed because it would require removing code that is helpful for debugging, making the code more difficult to work with.Holds the size of the length data field.
