HWA
Bare metal programming with style
dtga_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
22
#define hw_class__dtga
23
24
25
#if !defined __ASSEMBLER__
26
27
typedef
struct
{
28
29
/* Registers used for high-level configuration
30
*/
31
struct
{
32
uint8_t clock ;
33
} config ;
34
35
} hwa_dtga_t ;
36
37
#endif
Generated for HWA by
1.8.6