RTEMS 7.0-rc1
Loading...
Searching...
No Matches
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
29typedef 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;
37
38typedef struct {
39 uint32_t evcr;
40 uint32_t mapr;
41 uint32_t exticr[4];
42 uint32_t mapr2;
44
47#endif /* LIBBSP_ARM_STM32F4_STM32F10XXX_GPIO_H */
This header file provides utility macros for BSPs.
Definition: stm32f10xxx_gpio.h:38
Definition: stm32f10xxx_gpio.h:29