RTEMS
6.1-rc1
bsps
arm
stm32f4
include
bsp
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
27
typedef
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;
34
}
stm32f4_gpio
;
35
36
typedef
struct
{
37
uint32_t evcr;
38
uint32_t mapr;
39
uint32_t exticr[4];
40
uint32_t mapr2;
41
}
stm32f4_afio
;
42
45
#endif
/* LIBBSP_ARM_STM32F4_STM32F10XXX_GPIO_H */
utility.h
This header file provides utility macros for BSPs.
stm32f4_afio
Definition:
stm32f10xxx_gpio.h:36
stm32f4_gpio
Definition:
stm32f10xxx_gpio.h:27
Generated by
1.9.4