1 /***************************************************************************//**
2 * \file cyhal_tviibe4m_64_lqfp.h
3 *
4 * \brief
5 * TVIIBE4M device GPIO HAL header for 64-LQFP package
6 *
7 ********************************************************************************
8 * \copyright
9 * (c) (2016-2024), Cypress Semiconductor Corporation (an Infineon company) or
10 * an affiliate of Cypress Semiconductor Corporation.
11 *
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 #ifndef _CYHAL_TVIIBE4M_64_LQFP_H_
28 #define _CYHAL_TVIIBE4M_64_LQFP_H_
29 
30 #include "cyhal_hw_resources.h"
31 
32 /**
33  * \addtogroup group_hal_impl_pin_package_tviibe4m_64_lqfp TVIIBE4M 64-LQFP
34  * \ingroup group_hal_impl_pin_package
35  * \{
36  * Pin definitions and connections specific to the TVIIBE4M 64-LQFP package.
37  */
38 
39 #if defined(__cplusplus)
40 extern "C" {
41 #endif /* __cplusplus */
42 
43 /** Gets a pin definition from the provided port and pin numbers */
44 #define CYHAL_GET_GPIO(port, pin)   ((((uint8_t)(port)) << 3U) + ((uint8_t)(pin)))
45 
46 /** Macro that, given a gpio, will extract the pin number */
47 #define CYHAL_GET_PIN(pin)          ((uint8_t)(((uint8_t)pin) & 0x07U))
48 /** Macro that, given a gpio, will extract the port number */
49 #define CYHAL_GET_PORT(pin)         ((uint8_t)(((uint8_t)pin) >> 3U))
50 
51 /** Definitions for all of the pins that are bonded out on in the 64-LQFP package for the TVIIBE4M series. */
52 typedef enum {
53     NC = 0xFF, //!< No Connect/Invalid Pin
54 
55     P0_0 = CYHAL_GET_GPIO(CYHAL_PORT_0, 0), //!< Port 0 Pin 0
56     P0_1 = CYHAL_GET_GPIO(CYHAL_PORT_0, 1), //!< Port 0 Pin 1
57     P0_2 = CYHAL_GET_GPIO(CYHAL_PORT_0, 2), //!< Port 0 Pin 2
58     P0_3 = CYHAL_GET_GPIO(CYHAL_PORT_0, 3), //!< Port 0 Pin 3
59 
60     P2_0 = CYHAL_GET_GPIO(CYHAL_PORT_2, 0), //!< Port 2 Pin 0
61     P2_1 = CYHAL_GET_GPIO(CYHAL_PORT_2, 1), //!< Port 2 Pin 1
62 
63     P5_0 = CYHAL_GET_GPIO(CYHAL_PORT_5, 0), //!< Port 5 Pin 0
64     P5_1 = CYHAL_GET_GPIO(CYHAL_PORT_5, 1), //!< Port 5 Pin 1
65 
66     P6_0 = CYHAL_GET_GPIO(CYHAL_PORT_6, 0), //!< Port 6 Pin 0
67     P6_1 = CYHAL_GET_GPIO(CYHAL_PORT_6, 1), //!< Port 6 Pin 1
68     P6_2 = CYHAL_GET_GPIO(CYHAL_PORT_6, 2), //!< Port 6 Pin 2
69     P6_3 = CYHAL_GET_GPIO(CYHAL_PORT_6, 3), //!< Port 6 Pin 3
70     P6_4 = CYHAL_GET_GPIO(CYHAL_PORT_6, 4), //!< Port 6 Pin 4
71     P6_5 = CYHAL_GET_GPIO(CYHAL_PORT_6, 5), //!< Port 6 Pin 5
72     P6_6 = CYHAL_GET_GPIO(CYHAL_PORT_6, 6), //!< Port 6 Pin 6
73 
74     P7_0 = CYHAL_GET_GPIO(CYHAL_PORT_7, 0), //!< Port 7 Pin 0
75     P7_1 = CYHAL_GET_GPIO(CYHAL_PORT_7, 1), //!< Port 7 Pin 1
76     P7_2 = CYHAL_GET_GPIO(CYHAL_PORT_7, 2), //!< Port 7 Pin 2
77 
78     P8_0 = CYHAL_GET_GPIO(CYHAL_PORT_8, 0), //!< Port 8 Pin 0
79     P8_1 = CYHAL_GET_GPIO(CYHAL_PORT_8, 1), //!< Port 8 Pin 1
80 
81     P11_0 = CYHAL_GET_GPIO(CYHAL_PORT_11, 0), //!< Port 11 Pin 0
82     P11_1 = CYHAL_GET_GPIO(CYHAL_PORT_11, 1), //!< Port 11 Pin 1
83     P11_2 = CYHAL_GET_GPIO(CYHAL_PORT_11, 2), //!< Port 11 Pin 2
84 
85     P12_0 = CYHAL_GET_GPIO(CYHAL_PORT_12, 0), //!< Port 12 Pin 0
86     P12_1 = CYHAL_GET_GPIO(CYHAL_PORT_12, 1), //!< Port 12 Pin 1
87 
88     P13_0 = CYHAL_GET_GPIO(CYHAL_PORT_13, 0), //!< Port 13 Pin 0
89     P13_1 = CYHAL_GET_GPIO(CYHAL_PORT_13, 1), //!< Port 13 Pin 1
90     P13_2 = CYHAL_GET_GPIO(CYHAL_PORT_13, 2), //!< Port 13 Pin 2
91     P13_3 = CYHAL_GET_GPIO(CYHAL_PORT_13, 3), //!< Port 13 Pin 3
92 
93     P14_0 = CYHAL_GET_GPIO(CYHAL_PORT_14, 0), //!< Port 14 Pin 0
94     P14_1 = CYHAL_GET_GPIO(CYHAL_PORT_14, 1), //!< Port 14 Pin 1
95     P14_2 = CYHAL_GET_GPIO(CYHAL_PORT_14, 2), //!< Port 14 Pin 2
96 
97     P18_0 = CYHAL_GET_GPIO(CYHAL_PORT_18, 0), //!< Port 18 Pin 0
98     P18_1 = CYHAL_GET_GPIO(CYHAL_PORT_18, 1), //!< Port 18 Pin 1
99     P18_3 = CYHAL_GET_GPIO(CYHAL_PORT_18, 3), //!< Port 18 Pin 3
100     P18_4 = CYHAL_GET_GPIO(CYHAL_PORT_18, 4), //!< Port 18 Pin 4
101     P18_5 = CYHAL_GET_GPIO(CYHAL_PORT_18, 5), //!< Port 18 Pin 5
102     P18_6 = CYHAL_GET_GPIO(CYHAL_PORT_18, 6), //!< Port 18 Pin 6
103     P18_7 = CYHAL_GET_GPIO(CYHAL_PORT_18, 7), //!< Port 18 Pin 7
104 
105     P21_0 = CYHAL_GET_GPIO(CYHAL_PORT_21, 0), //!< Port 21 Pin 0
106     P21_1 = CYHAL_GET_GPIO(CYHAL_PORT_21, 1), //!< Port 21 Pin 1
107     P21_2 = CYHAL_GET_GPIO(CYHAL_PORT_21, 2), //!< Port 21 Pin 2
108     P21_3 = CYHAL_GET_GPIO(CYHAL_PORT_21, 3), //!< Port 21 Pin 3
109 
110     P22_0 = CYHAL_GET_GPIO(CYHAL_PORT_22, 0), //!< Port 22 Pin 0
111 
112     P23_3 = CYHAL_GET_GPIO(CYHAL_PORT_23, 3), //!< Port 23 Pin 3
113     P23_4 = CYHAL_GET_GPIO(CYHAL_PORT_23, 4), //!< Port 23 Pin 4
114     P23_5 = CYHAL_GET_GPIO(CYHAL_PORT_23, 5), //!< Port 23 Pin 5
115     P23_6 = CYHAL_GET_GPIO(CYHAL_PORT_23, 6), //!< Port 23 Pin 6
116     P23_7 = CYHAL_GET_GPIO(CYHAL_PORT_23, 7), //!< Port 23 Pin 7
117 } cyhal_gpio_tviibe4m_64_lqfp_t;
118 
119 /** Create generic name for the series/package specific type. */
120 typedef cyhal_gpio_tviibe4m_64_lqfp_t cyhal_gpio_t;
121 
122 /* Connection type definition */
123 /** Represents an association between a pin and a resource */
124 typedef struct
125 {
126     uint8_t         block_num;   //!< The block number of the resource with this connection
127     uint8_t         channel_num; //!< The channel number of the block with this connection
128     cyhal_gpio_t    pin;         //!< The GPIO pin the connection is with
129     en_hsiom_sel_t  hsiom;       //!< The HSIOM configuration value
130 } cyhal_resource_pin_mapping_t;
131 
132 /* Pin connections */
133 /** Indicates that a pin map exists for canfd_ttcan_rx*/
134 #define CYHAL_PIN_MAP_DRIVE_MODE_CANFD_TTCAN_RX (CY_GPIO_DM_HIGHZ)
135 /** List of valid pin to peripheral connections for the canfd_ttcan_rx signal. */
136 extern const cyhal_resource_pin_mapping_t cyhal_pin_map_canfd_ttcan_rx[7];
137 /** Indicates that a pin map exists for canfd_ttcan_tx*/
138 #define CYHAL_PIN_MAP_DRIVE_MODE_CANFD_TTCAN_TX (CY_GPIO_DM_STRONG_IN_OFF)
139 /** List of valid pin to peripheral connections for the canfd_ttcan_tx signal. */
140 extern const cyhal_resource_pin_mapping_t cyhal_pin_map_canfd_ttcan_tx[8];
141 /** Indicates that a pin map exists for cpuss_cal_sup_nz*/
142 #define CYHAL_PIN_MAP_DRIVE_MODE_CPUSS_CAL_SUP_NZ (CY_GPIO_DM_STRONG_IN_OFF)
143 /** List of valid pin to peripheral connections for the cpuss_cal_sup_nz signal. */
144 extern const cyhal_resource_pin_mapping_t cyhal_pin_map_cpuss_cal_sup_nz[2];
145 /** Indicates that a pin map exists for cpuss_clk_fm_pump*/
146 #define CYHAL_PIN_MAP_DRIVE_MODE_CPUSS_CLK_FM_PUMP (CY_GPIO_DM_STRONG_IN_OFF)
147 /** List of valid pin to peripheral connections for the cpuss_clk_fm_pump signal. */
148 extern const cyhal_resource_pin_mapping_t cyhal_pin_map_cpuss_clk_fm_pump[1];
149 /** Indicates that a pin map exists for cpuss_fault_out*/
150 #define CYHAL_PIN_MAP_DRIVE_MODE_CPUSS_FAULT_OUT (CY_GPIO_DM_STRONG_IN_OFF)
151 /** List of valid pin to peripheral connections for the cpuss_fault_out signal. */
152 extern const cyhal_resource_pin_mapping_t cyhal_pin_map_cpuss_fault_out[3];
153 /** Indicates that a pin map exists for cpuss_swj_swclk_tclk*/
154 #define CYHAL_PIN_MAP_DRIVE_MODE_CPUSS_SWJ_SWCLK_TCLK (CY_GPIO_DM_PULLDOWN)
155 /** List of valid pin to peripheral connections for the cpuss_swj_swclk_tclk signal. */
156 extern const cyhal_resource_pin_mapping_t cyhal_pin_map_cpuss_swj_swclk_tclk[1];
157 /** Indicates that a pin map exists for cpuss_swj_swdio_tms*/
158 #define CYHAL_PIN_MAP_DRIVE_MODE_CPUSS_SWJ_SWDIO_TMS (CY_GPIO_DM_PULLUP)
159 /** List of valid pin to peripheral connections for the cpuss_swj_swdio_tms signal. */
160 extern const cyhal_resource_pin_mapping_t cyhal_pin_map_cpuss_swj_swdio_tms[1];
161 /** Indicates that a pin map exists for cpuss_swj_swdoe_tdi*/
162 #define CYHAL_PIN_MAP_DRIVE_MODE_CPUSS_SWJ_SWDOE_TDI (CY_GPIO_DM_PULLUP)
163 /** List of valid pin to peripheral connections for the cpuss_swj_swdoe_tdi signal. */
164 extern const cyhal_resource_pin_mapping_t cyhal_pin_map_cpuss_swj_swdoe_tdi[1];
165 /** Indicates that a pin map exists for cpuss_swj_swo_tdo*/
166 #define CYHAL_PIN_MAP_DRIVE_MODE_CPUSS_SWJ_SWO_TDO (CY_GPIO_DM_STRONG_IN_OFF)
167 /** List of valid pin to peripheral connections for the cpuss_swj_swo_tdo signal. */
168 extern const cyhal_resource_pin_mapping_t cyhal_pin_map_cpuss_swj_swo_tdo[1];
169 /** Indicates that a pin map exists for cpuss_swj_trstn*/
170 #define CYHAL_PIN_MAP_DRIVE_MODE_CPUSS_SWJ_TRSTN (CY_GPIO_DM_PULLUP)
171 /** List of valid pin to peripheral connections for the cpuss_swj_trstn signal. */
172 extern const cyhal_resource_pin_mapping_t cyhal_pin_map_cpuss_swj_trstn[1];
173 /** Indicates that a pin map exists for cpuss_trace_clock*/
174 #define CYHAL_PIN_MAP_DRIVE_MODE_CPUSS_TRACE_CLOCK (CY_GPIO_DM_STRONG_IN_OFF)
175 /** List of valid pin to peripheral connections for the cpuss_trace_clock signal. */
176 extern const cyhal_resource_pin_mapping_t cyhal_pin_map_cpuss_trace_clock[1];
177 /** Indicates that a pin map exists for cpuss_trace_data*/
178 #define CYHAL_PIN_MAP_DRIVE_MODE_CPUSS_TRACE_DATA (CY_GPIO_DM_STRONG_IN_OFF)
179 /** List of valid pin to peripheral connections for the cpuss_trace_data signal. */
180 extern const cyhal_resource_pin_mapping_t cyhal_pin_map_cpuss_trace_data[5];
181 /** Indicates that a pin map exists for cxpi_cxpi_en*/
182 #define CYHAL_PIN_MAP_DRIVE_MODE_CXPI_CXPI_EN (CY_GPIO_DM_STRONG_IN_OFF)
183 /** List of valid pin to peripheral connections for the cxpi_cxpi_en signal. */
184 extern const cyhal_resource_pin_mapping_t cyhal_pin_map_cxpi_cxpi_en[2];
185 /** Indicates that a pin map exists for cxpi_cxpi_rx*/
186 #define CYHAL_PIN_MAP_DRIVE_MODE_CXPI_CXPI_RX (CY_GPIO_DM_STRONG_IN_OFF)
187 /** List of valid pin to peripheral connections for the cxpi_cxpi_rx signal. */
188 extern const cyhal_resource_pin_mapping_t cyhal_pin_map_cxpi_cxpi_rx[2];
189 /** Indicates that a pin map exists for cxpi_cxpi_tx*/
190 #define CYHAL_PIN_MAP_DRIVE_MODE_CXPI_CXPI_TX (CY_GPIO_DM_STRONG_IN_OFF)
191 /** List of valid pin to peripheral connections for the cxpi_cxpi_tx signal. */
192 extern const cyhal_resource_pin_mapping_t cyhal_pin_map_cxpi_cxpi_tx[2];
193 /** Indicates that a pin map exists for lin_lin_en*/
194 #define CYHAL_PIN_MAP_DRIVE_MODE_LIN_LIN_EN (CY_GPIO_DM_HIGHZ)
195 /** List of valid pin to peripheral connections for the lin_lin_en signal. */
196 extern const cyhal_resource_pin_mapping_t cyhal_pin_map_lin_lin_en[7];
197 /** Indicates that a pin map exists for lin_lin_rx*/
198 #define CYHAL_PIN_MAP_DRIVE_MODE_LIN_LIN_RX (CY_GPIO_DM_HIGHZ)
199 /** List of valid pin to peripheral connections for the lin_lin_rx signal. */
200 extern const cyhal_resource_pin_mapping_t cyhal_pin_map_lin_lin_rx[10];
201 /** Indicates that a pin map exists for lin_lin_tx*/
202 #define CYHAL_PIN_MAP_DRIVE_MODE_LIN_LIN_TX (CY_GPIO_DM_STRONG_IN_OFF)
203 /** List of valid pin to peripheral connections for the lin_lin_tx signal. */
204 extern const cyhal_resource_pin_mapping_t cyhal_pin_map_lin_lin_tx[9];
205 /** Indicates that a pin map exists for pass_sar_ext_mux_en*/
206 #define CYHAL_PIN_MAP_DRIVE_MODE_PASS_SAR_EXT_MUX_EN (CY_GPIO_DM_STRONG_IN_OFF)
207 /** List of valid pin to peripheral connections for the pass_sar_ext_mux_en signal. */
208 extern const cyhal_resource_pin_mapping_t cyhal_pin_map_pass_sar_ext_mux_en[1];
209 /** Indicates that a pin map exists for pass_sar_ext_mux_sel*/
210 #define CYHAL_PIN_MAP_DRIVE_MODE_PASS_SAR_EXT_MUX_SEL (CY_GPIO_DM_STRONG_IN_OFF)
211 /** List of valid pin to peripheral connections for the pass_sar_ext_mux_sel signal. */
212 extern const cyhal_resource_pin_mapping_t cyhal_pin_map_pass_sar_ext_mux_sel[3];
213 /** Indicates that a pin map exists for pass_sarmux_pads*/
214 #define CYHAL_PIN_MAP_DRIVE_MODE_PASS_SARMUX_PADS (CY_GPIO_DM_ANALOG)
215 /** List of valid pin to peripheral connections for the pass_sarmux_pads signal. */
216 extern const cyhal_resource_pin_mapping_t cyhal_pin_map_pass_sarmux_pads[27];
217 /** Indicates that a pin map exists for peri_tr_io_input*/
218 #define CYHAL_PIN_MAP_DRIVE_MODE_PERI_TR_IO_INPUT (CY_GPIO_DM_HIGHZ)
219 /** List of valid pin to peripheral connections for the peri_tr_io_input signal. */
220 extern const cyhal_resource_pin_mapping_t cyhal_pin_map_peri_tr_io_input[8];
221 /** Indicates that a pin map exists for peri_tr_io_output*/
222 #define CYHAL_PIN_MAP_DRIVE_MODE_PERI_TR_IO_OUTPUT (CY_GPIO_DM_HIGHZ)
223 /** List of valid pin to peripheral connections for the peri_tr_io_output signal. */
224 extern const cyhal_resource_pin_mapping_t cyhal_pin_map_peri_tr_io_output[2];
225 /** Indicates that a pin map exists for scb_i2c_scl*/
226 #define CYHAL_PIN_MAP_DRIVE_MODE_SCB_I2C_SCL (CY_GPIO_DM_OD_DRIVESLOW)
227 /** List of valid pin to peripheral connections for the scb_i2c_scl signal. */
228 extern const cyhal_resource_pin_mapping_t cyhal_pin_map_scb_i2c_scl[6];
229 /** Indicates that a pin map exists for scb_i2c_sda*/
230 #define CYHAL_PIN_MAP_DRIVE_MODE_SCB_I2C_SDA (CY_GPIO_DM_OD_DRIVESLOW)
231 /** List of valid pin to peripheral connections for the scb_i2c_sda signal. */
232 extern const cyhal_resource_pin_mapping_t cyhal_pin_map_scb_i2c_sda[8];
233 /** Indicates that a pin map exists for scb_spi_m_clk*/
234 #define CYHAL_PIN_MAP_DRIVE_MODE_SCB_SPI_M_CLK (CY_GPIO_DM_STRONG_IN_OFF)
235 /** List of valid pin to peripheral connections for the scb_spi_m_clk signal. */
236 extern const cyhal_resource_pin_mapping_t cyhal_pin_map_scb_spi_m_clk[5];
237 /** Indicates that a pin map exists for scb_spi_m_miso*/
238 #define CYHAL_PIN_MAP_DRIVE_MODE_SCB_SPI_M_MISO (CY_GPIO_DM_HIGHZ)
239 /** List of valid pin to peripheral connections for the scb_spi_m_miso signal. */
240 extern const cyhal_resource_pin_mapping_t cyhal_pin_map_scb_spi_m_miso[8];
241 /** Indicates that a pin map exists for scb_spi_m_mosi*/
242 #define CYHAL_PIN_MAP_DRIVE_MODE_SCB_SPI_M_MOSI (CY_GPIO_DM_STRONG_IN_OFF)
243 /** List of valid pin to peripheral connections for the scb_spi_m_mosi signal. */
244 extern const cyhal_resource_pin_mapping_t cyhal_pin_map_scb_spi_m_mosi[7];
245 /** Indicates that a pin map exists for scb_spi_m_select0*/
246 #define CYHAL_PIN_MAP_DRIVE_MODE_SCB_SPI_M_SELECT0 (CY_GPIO_DM_STRONG_IN_OFF)
247 /** List of valid pin to peripheral connections for the scb_spi_m_select0 signal. */
248 extern const cyhal_resource_pin_mapping_t cyhal_pin_map_scb_spi_m_select0[5];
249 /** Indicates that a pin map exists for scb_spi_m_select1*/
250 #define CYHAL_PIN_MAP_DRIVE_MODE_SCB_SPI_M_SELECT1 (CY_GPIO_DM_STRONG_IN_OFF)
251 /** List of valid pin to peripheral connections for the scb_spi_m_select1 signal. */
252 extern const cyhal_resource_pin_mapping_t cyhal_pin_map_scb_spi_m_select1[4];
253 /** Indicates that a pin map exists for scb_spi_m_select2*/
254 #define CYHAL_PIN_MAP_DRIVE_MODE_SCB_SPI_M_SELECT2 (CY_GPIO_DM_STRONG_IN_OFF)
255 /** List of valid pin to peripheral connections for the scb_spi_m_select2 signal. */
256 extern const cyhal_resource_pin_mapping_t cyhal_pin_map_scb_spi_m_select2[6];
257 /** Indicates that a pin map exists for scb_spi_m_select3*/
258 #define CYHAL_PIN_MAP_DRIVE_MODE_SCB_SPI_M_SELECT3 (CY_GPIO_DM_STRONG_IN_OFF)
259 /** List of valid pin to peripheral connections for the scb_spi_m_select3 signal. */
260 extern const cyhal_resource_pin_mapping_t cyhal_pin_map_scb_spi_m_select3[2];
261 /** Indicates that a pin map exists for scb_spi_s_clk*/
262 #define CYHAL_PIN_MAP_DRIVE_MODE_SCB_SPI_S_CLK (CY_GPIO_DM_HIGHZ)
263 /** List of valid pin to peripheral connections for the scb_spi_s_clk signal. */
264 extern const cyhal_resource_pin_mapping_t cyhal_pin_map_scb_spi_s_clk[5];
265 /** Indicates that a pin map exists for scb_spi_s_miso*/
266 #define CYHAL_PIN_MAP_DRIVE_MODE_SCB_SPI_S_MISO (CY_GPIO_DM_STRONG_IN_OFF)
267 /** List of valid pin to peripheral connections for the scb_spi_s_miso signal. */
268 extern const cyhal_resource_pin_mapping_t cyhal_pin_map_scb_spi_s_miso[8];
269 /** Indicates that a pin map exists for scb_spi_s_mosi*/
270 #define CYHAL_PIN_MAP_DRIVE_MODE_SCB_SPI_S_MOSI (CY_GPIO_DM_HIGHZ)
271 /** List of valid pin to peripheral connections for the scb_spi_s_mosi signal. */
272 extern const cyhal_resource_pin_mapping_t cyhal_pin_map_scb_spi_s_mosi[7];
273 /** Indicates that a pin map exists for scb_spi_s_select0*/
274 #define CYHAL_PIN_MAP_DRIVE_MODE_SCB_SPI_S_SELECT0 (CY_GPIO_DM_HIGHZ)
275 /** List of valid pin to peripheral connections for the scb_spi_s_select0 signal. */
276 extern const cyhal_resource_pin_mapping_t cyhal_pin_map_scb_spi_s_select0[5];
277 /** Indicates that a pin map exists for scb_spi_s_select1*/
278 #define CYHAL_PIN_MAP_DRIVE_MODE_SCB_SPI_S_SELECT1 (CY_GPIO_DM_HIGHZ)
279 /** List of valid pin to peripheral connections for the scb_spi_s_select1 signal. */
280 extern const cyhal_resource_pin_mapping_t cyhal_pin_map_scb_spi_s_select1[4];
281 /** Indicates that a pin map exists for scb_spi_s_select2*/
282 #define CYHAL_PIN_MAP_DRIVE_MODE_SCB_SPI_S_SELECT2 (CY_GPIO_DM_HIGHZ)
283 /** List of valid pin to peripheral connections for the scb_spi_s_select2 signal. */
284 extern const cyhal_resource_pin_mapping_t cyhal_pin_map_scb_spi_s_select2[6];
285 /** Indicates that a pin map exists for scb_spi_s_select3*/
286 #define CYHAL_PIN_MAP_DRIVE_MODE_SCB_SPI_S_SELECT3 (CY_GPIO_DM_HIGHZ)
287 /** List of valid pin to peripheral connections for the scb_spi_s_select3 signal. */
288 extern const cyhal_resource_pin_mapping_t cyhal_pin_map_scb_spi_s_select3[2];
289 /** Indicates that a pin map exists for scb_uart_cts*/
290 #define CYHAL_PIN_MAP_DRIVE_MODE_SCB_UART_CTS (CY_GPIO_DM_HIGHZ)
291 /** List of valid pin to peripheral connections for the scb_uart_cts signal. */
292 extern const cyhal_resource_pin_mapping_t cyhal_pin_map_scb_uart_cts[5];
293 /** Indicates that a pin map exists for scb_uart_rts*/
294 #define CYHAL_PIN_MAP_DRIVE_MODE_SCB_UART_RTS (CY_GPIO_DM_STRONG_IN_OFF)
295 /** List of valid pin to peripheral connections for the scb_uart_rts signal. */
296 extern const cyhal_resource_pin_mapping_t cyhal_pin_map_scb_uart_rts[5];
297 /** Indicates that a pin map exists for scb_uart_rx*/
298 #define CYHAL_PIN_MAP_DRIVE_MODE_SCB_UART_RX (CY_GPIO_DM_HIGHZ)
299 /** List of valid pin to peripheral connections for the scb_uart_rx signal. */
300 extern const cyhal_resource_pin_mapping_t cyhal_pin_map_scb_uart_rx[8];
301 /** Indicates that a pin map exists for scb_uart_tx*/
302 #define CYHAL_PIN_MAP_DRIVE_MODE_SCB_UART_TX (CY_GPIO_DM_STRONG_IN_OFF)
303 /** List of valid pin to peripheral connections for the scb_uart_tx signal. */
304 extern const cyhal_resource_pin_mapping_t cyhal_pin_map_scb_uart_tx[7];
305 /** Indicates that a pin map exists for tcpwm_line*/
306 #define CYHAL_PIN_MAP_DRIVE_MODE_TCPWM_LINE (CY_GPIO_DM_STRONG_IN_OFF)
307 /** List of valid pin to peripheral connections for the tcpwm_line signal. */
308 extern const cyhal_resource_pin_mapping_t cyhal_pin_map_tcpwm_line[51];
309 /** Indicates that a pin map exists for tcpwm_line_compl*/
310 #define CYHAL_PIN_MAP_DRIVE_MODE_TCPWM_LINE_COMPL (CY_GPIO_DM_STRONG_IN_OFF)
311 /** List of valid pin to peripheral connections for the tcpwm_line_compl signal. */
312 extern const cyhal_resource_pin_mapping_t cyhal_pin_map_tcpwm_line_compl[51];
313 /** Indicates that a pin map exists for tcpwm_tr_one_cnt_in*/
314 #define CYHAL_PIN_MAP_DRIVE_MODE_TCPWM_TR_ONE_CNT_IN (CY_GPIO_DM_HIGHZ)
315 /** List of valid pin to peripheral connections for the tcpwm_tr_one_cnt_in signal. */
316 extern const cyhal_resource_pin_mapping_t cyhal_pin_map_tcpwm_tr_one_cnt_in[94];
317 
318 #if defined(__cplusplus)
319 }
320 #endif /* __cplusplus */
321 
322 /** \} group_hal_impl_pin_package */
323 
324 #endif /* _CYHAL_TVIIBE4M_64_LQFP_H_ */
325 
326 
327 /* [] END OF FILE */
328