HWA
Bare metal programming with style
adb_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
32
#define hw_class__adb
33
34
35
#define HW_BITS__adb , _hw_bnadb
36
#define _hw_bnadb(o,a,...) 10 HW_EOL(__VA_ARGS__)
37
38
47
#if !defined __ASSEMBLER__
48
49
typedef
struct
{
50
hwa_r8_t admux ;
51
hwa_r8_t sra ;
52
hwa_r8_t srb ;
53
} hwa_adb_t ;
54
55
#endif
Generated for HWA by
1.8.6