HWA
Bare metal programming with style
coreb_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 
22 #define hw_class__coreb
23 
24 #if !defined __ASSEMBLER__
25 
26 typedef struct {
27  hwa_r8_t mcucr ;
28  hwa_r8_t mcusr ;
29  hwa_r8_t smcr ;
30  hwa_r8_t osccal ;
31 } hwa_coreb_t ;
32 
33 #endif