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