HWA
Bare metal programming with style
wda_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 
25 #define hw_class__wda
26 
27 
28 #if !defined __ASSEMBLER__
29 
30 typedef struct {
31  hwa_r8_t csr ;
32 
33  struct {
34  uint8_t action, timeout ;
35  } config ;
36 
37 } hwa_wda_t ;
38 
39 #endif