HWA
Bare metal programming with style
pxa_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 
24 #define hw_class__pxa
25 
26 
38 #if !defined __ASSEMBLER__
39 
40 typedef struct {
41  hwa_r8_t msk ;
42 } hwa_pxa_t ;
43 
44 #endif