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) 2020 Christophe Duparquet.
4
* All rights reserved. Read LICENSE.TXT for details.
5
*/
6
49
#define hw_class__ada
50
61
#define HW_BITS__ada , _hw_bnada
62
#define _hw_bnada(p,a,_) 12
63
64
65
66
#if !defined __ASSEMBLER__
67
68
typedef
struct
{
69
hwa_r8_t admux ;
70
hwa_r8_t sra ;
71
hwa_r8_t srb ;
72
} hwa_ada_t ;
73
74
#endif
Generated for HWA by
1.8.6