source: rtems/bsps/arm/atsam/include/bsp/pin-config.h @ ba619b7f

Last change on this file since ba619b7f was ba619b7f, checked in by Joel Sherrill <joel@…>, on 03/01/22 at 21:38:20

bsps/arm/: Scripted embedded brains header file clean up

Updates #4625.

  • Property mode set to 100644
File size: 627 bytes
Line 
1/*
2 * Copyright (c) 2016 embedded brains GmbH.  All rights reserved.
3 *
4 * The license and distribution terms for this file may be
5 * found in the file LICENSE in this distribution or at
6 * http://www.rtems.org/license/LICENSE.
7 */
8
9#ifndef LIBBSP_ARM_ATSAM_PIN_CONFIG_H
10#define LIBBSP_ARM_ATSAM_PIN_CONFIG_H
11
12#include <libchip/chip.h>
13
14#ifdef __cplusplus
15extern "C" {
16#endif /* __cplusplus */
17
18extern const Pin atsam_pin_config[];
19
20extern const size_t atsam_pin_config_count;
21
22extern const uint32_t atsam_matrix_ccfg_sysio;
23
24/** @} */
25
26#ifdef __cplusplus
27}
28#endif /* __cplusplus */
29
30#endif /* LIBBSP_ARM_ATSAM_PIN_CONFIG_H */
Note: See TracBrowser for help on using the repository browser.