![]() |
Energy Micro IEC60355 Library Example Project 1.0 (internal use only!) GCC-Version
Example project demonstrating POST and BIST library functions
|
main code for applications for IEC60335 verification on EFM32 devices. More...
#include "efm32.h"#include "iec60335_class_b.h"#include "efm32g890f128.h"#include "main.h"#include "efm32_cmu.h"
Go to the source code of this file.
Defines | |
| #define | EFM32G890F128 |
Functions | |
| void | SysTick_Handler (void) |
| SysTick_Handler Interrupt Service Routine for system tick counter. | |
| void | TIMER0_IRQHandler (void) |
| TIMER0_IRQHandler Interrupt Service Routine for timer0. | |
| void | initSystick (uint32_t mode) |
| void | initController (void) |
| short basic initialization to enable generic controller functions | |
| int | main (void) |
| main routine testing the library content | |
Variables | |
| IRQTestData_t | IRQtest |
| FlashCRC_t | bistTest |
| ClockTest_t | ClockTest |
main code for applications for IEC60335 verification on EFM32 devices.
(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 main.c.