HWA
Bare metal programming with style
adc_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 
34 #define hw_class__adc
35 
36 
37 #define HW_BITS__adc , _hw_bn_adc
38 #define _hw_bn_adc(o,a,...) 10
39 
40 
49 #if !defined __ASSEMBLER__
50 
51 typedef struct {
52  hwa_r8_t admux ;
53  hwa_r8_t sra ;
54  hwa_r8_t srb ;
55 } hwa_adc_t ;
56 
57 #endif