HWA
Bare metal programming with style
acb_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__acb
23 
33 #if !defined __ASSEMBLER__
34 
35 typedef struct { hwa_r8_t csr ; } hwa_acb_t ;
36 
37 #endif