HWA
Bare metal programming with style
ada_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 
38 #define hw_class__ada
39 
40 #define HW_BITS__ada , _hw_bnada
41 #define _hw_bnada(p,a,_) 10
42 
43 
44 #if !defined __ASSEMBLER__
45 
46 typedef struct {
47  hwa_r8_t admux ;
48  hwa_r8_t sra ;
49  hwa_r8_t srb ;
50 } hwa_ada_t ;
51 
52 #endif