Energy Micro IEC60355 Library Example Project 1.0 (internal use only!) GCC-Version
Example project demonstrating POST and BIST library functions

iec60335_class_b.h File Reference

header file containing all includes and setup for C based POST and BIST tests, global types and definitions More...

Include dependency graph for iec60335_class_b.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Defines

#define CPU_CLK   (32000000)
#define FLASH_SIZE   (0x00020000UL)
#define IEC60335_RAM_START   (0x20000000UL)
#define SRAM_SIZE   (0x00004000UL)
#define IEC60335_RAM_SIZE   SRAM_SIZE
#define TEST_POST_WDOG   0
#define TEST_POST_FLASH   1
#define TEST_POST_RAM   1
#define TEST_POST_CPUREG   1
#define TEST_POST_PC   1
#define USE_SYSTICK   0
#define USE_TIMER0   1
#define USE_TIMER1   0

Functions

static __INLINE void util_memcpy (void *t, void *s, uint32_t byte_count)
 public inline function referenced by BIST test A memcpy() function, if library is not used

Detailed Description

header file containing all includes and setup for C based POST and BIST tests, global types and definitions

Author:
Energy Micro AS
Version:
1.0.0

License

(C) Copyright 2010 Energy Micro AS, http://www.energymicro.com

This source code is the property of Energy Micro AS. The source and compiled code may only be used on Energy Micro "EFM32" microcontrollers.

This copyright notice may not be removed from the source code nor changed.

DISCLAIMER OF WARRANTY/LIMITATION OF REMEDIES: Energy Micro AS has no obligation to support this Software. Energy Micro AS is providing the Software "AS IS", with no express or implied warranties of any kind, including, but not limited to, any implied warranties of merchantability or fitness for any particular purpose or warranties against infringement of any proprietary rights of a third party.

Energy Micro AS will not be liable for any consequential, incidental, or special damages, or any other relief, or for any claim by any third party, arising from your use of this Software.

Definition in file iec60335_class_b.h.