We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a5be97 commit cd3da03Copy full SHA for cd3da03
s32/drivers/s32ze/Adc/src/Adc_Sar_Ip.c
@@ -249,7 +249,7 @@ static TEMPSENSE_Type * const Adc_Sar_Ip_apxTempsenseBase[TEMPSENSE_INSTANCE_COU
249
#define ADC_START_SEC_VAR_CLEARED_UNSPECIFIED_NO_CACHEABLE
250
#include "Adc_MemMap.h"
251
/* Global state structure */
252
-static Adc_Sar_Ip_StateStructType Adc_Sar_Ip_axAdcSarState[ADC_SAR_IP_INSTANCE_COUNT];
+VAR_SEC_NOCACHE(Adc_Sar_Ip_axAdcSarState) static Adc_Sar_Ip_StateStructType Adc_Sar_Ip_axAdcSarState[ADC_SAR_IP_INSTANCE_COUNT];
253
254
#define ADC_STOP_SEC_VAR_CLEARED_UNSPECIFIED_NO_CACHEABLE
255
0 commit comments