RTEMS
7.0-rc1
Loading...
Searching...
No Matches
bsps
arm
stm32f4
include
bsp
stm32f10xxx_gpio.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_GPIO_H
18
#define LIBBSP_ARM_STM32F4_STM32F10XXX_GPIO_H
19
20
#include <
bsp/utility.h
>
21
29
typedef
struct
{
30
uint32_t cr[2];
31
uint32_t idr;
32
uint32_t odr;
33
uint32_t bsrr;
34
uint32_t brr;
35
uint32_t lckr;
36
}
stm32f4_gpio
;
37
38
typedef
struct
{
39
uint32_t evcr;
40
uint32_t mapr;
41
uint32_t exticr[4];
42
uint32_t mapr2;
43
}
stm32f4_afio
;
44
47
#endif
/* LIBBSP_ARM_STM32F4_STM32F10XXX_GPIO_H */
utility.h
This header file provides utility macros for BSPs.
stm32f4_afio
Definition:
stm32f10xxx_gpio.h:38
stm32f4_gpio
Definition:
stm32f10xxx_gpio.h:29
Generated by
1.9.6