Xmega IEC60730 Class B Library  1.0
 All Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
classb_sram.c File Reference

Detailed Description

SRAM test based on the March X algorithm.

Application note:
AVR1610: Guide to IEC60730 Class B compliance with XMEGA
Documentation
For comprehensive code documentation, supported compilers, compiler settings and supported devices see readme.html
Author:
Atmel Corporation: http://www.atmel.com
Support email: avr@a.nosp@m.tmel.nosp@m..com

Copyright (C) 2012 Atmel Corporation. All rights reserved.

Definition in file classb_sram.c.

#include "avr_compiler.h"
#include "classb_sram.h"
#include "error_handler.h"
+ Include dependency graph for classb_sram.c:

Go to the source code of this file.

uint8_t classb_buffer [CLASSB_SEC_SIZE+CLASSB_OVERLAP_SIZE]
 Buffer of SRAM memory that is used to store the information from sections that are tested.
void classb_sram_test ()
 This function executes March X test for a memory section at a time.