HWA
Bare metal programming with style
corea_1.h
Go to the documentation of this file.
1 
2 /* This file is part of the HWA project.
3  * Copyright (c) 2012,2015 Christophe Duparquet.
4  * All rights reserved. Read LICENSE.TXT for details.
5  */
6 
23 #define hw_class__corea
24 
25 #if !defined __ASSEMBLER__
26 
27 typedef struct {
28  hwa_r8_t mcucr ;
29  hwa_r8_t mcusr ;
30  hwa_r8_t osccal ;
31 } hwa_corea_t ;
32 
33 #endif