2 Specific MISRA C:2012 Deviations
- Member DIAG_CLK_Frequency_RTC_PIT_ISR (void)
-
Required: misra-c2012-10.7
Justification: False positive - The macros DIAG_CLK_TMR_CNT_OVF_MAX and DIAG_CLK_MAX_DIFFERENCE are constants and thus not a composite expression as defined by MISRA C:2012. - Member DIAG_CLK_Frequency_TCA_OVF_ISR (void)
-
Required: misra-c2012-10.7
Justification: False positive - The macros DIAG_CLK_TMR_CNT_OVF_MAX and DIAG_CLK_MAX_DIFFERENCE are constants and thus not a composite expression as defined by MISRA C:2012.