RTEMS 6.1-rc4
Loading...
Searching...
No Matches
stm32f10xxx_rcc.h
Go to the documentation of this file.
1
7/*
8 * Copyright (c) 2013 Christian Mauderer. All rights reserved.
9 *
10 * The license and distribution terms for this file may be
11 * found in the file LICENSE in this distribution or at
12 * http://www.rtems.org/license/LICENSE.
13 */
14
15#ifndef LIBBSP_ARM_STM32F4_STM32F10XXX_RCC_H
16#define LIBBSP_ARM_STM32F4_STM32F10XXX_RCC_H
17
18#include <bsp/utility.h>
19
27typedef struct {
28 uint32_t cr;
29 uint32_t cfgr;
30 uint32_t cir;
31 uint32_t apbrstr [2];
32 uint32_t ahbenr [1];
33 uint32_t apbenr [2];
34 uint32_t bdcr;
35 uint32_t csr;
36 uint32_t ahbstr;
37 uint32_t cfgr2;
39
42#endif /* LIBBSP_ARM_STM32F4_STM32F10XXX_RCC_H */
This header file provides utility macros for BSPs.
Definition: stm32f10xxx_rcc.h:27