HWA
Bare metal programming with style
aca_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__aca
24 
34 /* Class logical registers
35  */
36 #define hw__aca_acd _cb1, csr, 1, 7
37 #define hw__aca_acbg _cb1, csr, 1, 6
38 #define hw__aca_aco _cb1, csr, 1, 5
39 #define hw__aca_if _cb1, csr, 1, 4
40 #define hw__aca_ie _cb1, csr, 1, 3
41 #define hw__aca_acic _cb1, csr, 1, 2
42 #define hw__aca_acis _cb1, csr, 2, 0
43 
44 
45 #if !defined __ASSEMBLER__
46 
47 typedef struct { hwa_r8_t csr ; } hwa_aca_t ;
48 
49 #endif