HWA
Bare metal programming with style
usia_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 
18 #define hw_class__usia
19 
20 
32 /* FIXME: need a constructor HW_SPI( interface, USI, ... ) and seperate files for implementation.
33  */
34 #define hw_class__usia_spimaster_swclk
35 
36 
37 #if !defined __ASSEMBLER__
38 
39 typedef struct {
40  hwa_r8_t cr ;
41 } hwa_usia_t ;
42 
43 #endif