HWA
Bare metal programming with style
mini-stm32-v3.0.h
Go to the documentation of this file.
1 
2 /* This file is part of the HWA project.
3  * Copyright (c) 2017 Christophe Duparquet.
4  * All rights reserved. Read LICENSE.TXT for details.
5  */
6 
46 #define HW_DEVICE_HSEHZ 8e6
47 
51 #define HW_DEVICE_LSEHZ 32768
52 
60 #define LED (porta,2)
61 #define LED1 (porta,2)
62 #define LED2 (porta,3)
63 
64 
68 /* Include HWA definitions
69  */
70 #include <hwa/stm32f103rbt6.h>
stm32f103rbt6.h
STM32F103RBT6.