HWA
Bare metal programming with style
spia_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 
28 #define hw_class__spia
29 
30 
41 #ifndef __ASSEMBLER__
42 
43 typedef struct {
44 
45  /* Hardware registers
46  */
47  hwa_r8_t cr ;
48  hwa_r8_t sr ;
49 } hwa_spia_t ;
50 
51 #endif