blob: bfb2998a824322be1053d6d10e2b450cc48cb0b9 [file] [log] [blame]
Bohdan Kovalchuk77256522020-04-15 18:03:43 +03001/*******************************************************************************
2* File Name: cycfg_routing.h
3*
4* Description:
5* Establishes all necessary connections between hardware elements.
6* This file was automatically generated and should not be modified.
7* Device Configurator: 2.0.0.1483
8* Device Support Library (../../../psoc6pdl): 1.4.0.1889
9*
10********************************************************************************
11* Copyright 2017-2019 Cypress Semiconductor Corporation
12* SPDX-License-Identifier: Apache-2.0
13*
14* Licensed under the Apache License, Version 2.0 (the "License");
15* you may not use this file except in compliance with the License.
16* You may obtain a copy of the License at
17*
18* http://www.apache.org/licenses/LICENSE-2.0
19*
20* Unless required by applicable law or agreed to in writing, software
21* distributed under the License is distributed on an "AS IS" BASIS,
22* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
23* See the License for the specific language governing permissions and
24* limitations under the License.
25********************************************************************************/
26
27#if !defined(CYCFG_ROUTING_H)
28#define CYCFG_ROUTING_H
29
30#if defined(__cplusplus)
31extern "C" {
32#endif
33
34void init_cycfg_routing(void);
35
36#define init_cycfg_connectivity() init_cycfg_routing()
37
38#define ioss_0_port_5_pin_0_HSIOM P5_0_SCB5_UART_RX
39#define ioss_0_port_5_pin_1_HSIOM P5_1_SCB5_UART_TX
40
41#if defined(__cplusplus)
42}
43#endif
44
45
46#endif /* CYCFG_ROUTING_H */