HWA
Bare metal programming with style
psb_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 
27 #define hw_class__psb
28 
29 
30 #if !defined __ASSEMBLER__
31 
32 typedef struct {
33 
34  /* Hardware registers
35  */
36  hwa_r8_t pllcsr ;
37 
38  /* Registers used for high-level configuration
39  */
40  struct {
41  uint8_t clock ;
42  } config ;
43 
44 } hwa_psb_t ;
45 
46 #endif