RTEMS 6.1-rc1
stm32f10xxx_gpio.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_GPIO_H
16#define LIBBSP_ARM_STM32F4_STM32F10XXX_GPIO_H
17
18#include <bsp/utility.h>
19
27typedef struct {
28 uint32_t cr[2];
29 uint32_t idr;
30 uint32_t odr;
31 uint32_t bsrr;
32 uint32_t brr;
33 uint32_t lckr;
35
36typedef struct {
37 uint32_t evcr;
38 uint32_t mapr;
39 uint32_t exticr[4];
40 uint32_t mapr2;
42
45#endif /* LIBBSP_ARM_STM32F4_STM32F10XXX_GPIO_H */
This header file provides utility macros for BSPs.
Definition: stm32f10xxx_gpio.h:36
Definition: stm32f10xxx_gpio.h:27