Pin definitions and connections specific to the PSoC4100Sp 48-TQFP package.
Data Structures | |
struct | cyhal_resource_pin_mapping_t |
Represents an association between a pin and a resource. More... | |
Macros | |
#define | CYHAL_GET_GPIO(port, pin) ((((uint8_t)(port)) << 3U) + ((uint8_t)(pin))) |
Gets a pin definition from the provided port and pin numbers. | |
#define | CYHAL_GET_PIN(pin) ((uint8_t)(((uint8_t)pin) & 0x07U)) |
Macro that, given a gpio, will extract the pin number. | |
#define | CYHAL_GET_PORT(pin) ((uint8_t)((((uint8_t)pin) >> 3U) & 0x1FU)) |
Macro that, given a gpio, will extract the port number. | |
#define | CYHAL_PIN_MAP_CAN_CAN_RX |
Indicates that a pin map exists for can_can_rx. | |
#define | CYHAL_PIN_MAP_CAN_CAN_TX |
Indicates that a pin map exists for can_can_tx. | |
#define | CYHAL_PIN_MAP_CAN_CAN_TX_ENB_N |
Indicates that a pin map exists for can_can_tx_enb_n. | |
#define | CYHAL_PIN_MAP_LPCOMP_COMP |
Indicates that a pin map exists for lpcomp_comp. | |
#define | CYHAL_PIN_MAP_LPCOMP_IN_N |
Indicates that a pin map exists for lpcomp_in_n. | |
#define | CYHAL_PIN_MAP_LPCOMP_IN_P |
Indicates that a pin map exists for lpcomp_in_p. | |
#define | CYHAL_PIN_MAP_OPAMP_DSI_CTB_CMP |
Indicates that a pin map exists for opamp_dsi_ctb_cmp. | |
#define | CYHAL_PIN_MAP_OPAMP_OUT_10X |
Indicates that a pin map exists for opamp_out_10x. | |
#define | CYHAL_PIN_MAP_OPAMP_VIN_M |
Indicates that a pin map exists for opamp_vin_m. | |
#define | CYHAL_PIN_MAP_OPAMP_VIN_P0 |
Indicates that a pin map exists for opamp_vin_p0. | |
#define | CYHAL_PIN_MAP_OPAMP_VIN_P1 |
Indicates that a pin map exists for opamp_vin_p1. | |
#define | CYHAL_PIN_MAP_PASS_DSI_SAR_DATA |
Indicates that a pin map exists for pass_dsi_sar_data. | |
#define | CYHAL_PIN_MAP_PASS_DSI_SAR_DATA_VALID |
Indicates that a pin map exists for pass_dsi_sar_data_valid. | |
#define | CYHAL_PIN_MAP_PASS_DSI_SAR_SAMPLE_DONE |
Indicates that a pin map exists for pass_dsi_sar_sample_done. | |
#define | CYHAL_PIN_MAP_PASS_SAR_EXT_VREF0 |
Indicates that a pin map exists for pass_sar_ext_vref0. | |
#define | CYHAL_PIN_MAP_PASS_SAR_EXT_VREF1 |
Indicates that a pin map exists for pass_sar_ext_vref1. | |
#define | CYHAL_PIN_MAP_PASS_SARMUX_PADS |
Indicates that a pin map exists for pass_sarmux_pads. | |
#define | CYHAL_PIN_MAP_PASS_TR_SAR_OUT |
Indicates that a pin map exists for pass_tr_sar_out. | |
#define | CYHAL_PIN_MAP_SCB_I2C_SCL |
Indicates that a pin map exists for scb_i2c_scl. | |
#define | CYHAL_PIN_MAP_SCB_I2C_SDA |
Indicates that a pin map exists for scb_i2c_sda. | |
#define | CYHAL_PIN_MAP_SCB_SPI_M_CLK |
Indicates that a pin map exists for scb_spi_m_clk. | |
#define | CYHAL_PIN_MAP_SCB_SPI_M_MISO |
Indicates that a pin map exists for scb_spi_m_miso. | |
#define | CYHAL_PIN_MAP_SCB_SPI_M_MOSI |
Indicates that a pin map exists for scb_spi_m_mosi. | |
#define | CYHAL_PIN_MAP_SCB_SPI_M_SELECT0 |
Indicates that a pin map exists for scb_spi_m_select0. | |
#define | CYHAL_PIN_MAP_SCB_SPI_M_SELECT1 |
Indicates that a pin map exists for scb_spi_m_select1. | |
#define | CYHAL_PIN_MAP_SCB_SPI_M_SELECT2 |
Indicates that a pin map exists for scb_spi_m_select2. | |
#define | CYHAL_PIN_MAP_SCB_SPI_M_SELECT3 |
Indicates that a pin map exists for scb_spi_m_select3. | |
#define | CYHAL_PIN_MAP_SCB_SPI_S_CLK |
Indicates that a pin map exists for scb_spi_s_clk. | |
#define | CYHAL_PIN_MAP_SCB_SPI_S_MISO |
Indicates that a pin map exists for scb_spi_s_miso. | |
#define | CYHAL_PIN_MAP_SCB_SPI_S_MOSI |
Indicates that a pin map exists for scb_spi_s_mosi. | |
#define | CYHAL_PIN_MAP_SCB_SPI_S_SELECT0 |
Indicates that a pin map exists for scb_spi_s_select0. | |
#define | CYHAL_PIN_MAP_SCB_SPI_S_SELECT1 |
Indicates that a pin map exists for scb_spi_s_select1. | |
#define | CYHAL_PIN_MAP_SCB_SPI_S_SELECT2 |
Indicates that a pin map exists for scb_spi_s_select2. | |
#define | CYHAL_PIN_MAP_SCB_SPI_S_SELECT3 |
Indicates that a pin map exists for scb_spi_s_select3. | |
#define | CYHAL_PIN_MAP_SCB_UART_CTS |
Indicates that a pin map exists for scb_uart_cts. | |
#define | CYHAL_PIN_MAP_SCB_UART_RTS |
Indicates that a pin map exists for scb_uart_rts. | |
#define | CYHAL_PIN_MAP_SCB_UART_RX |
Indicates that a pin map exists for scb_uart_rx. | |
#define | CYHAL_PIN_MAP_SCB_UART_TX |
Indicates that a pin map exists for scb_uart_tx. | |
#define | CYHAL_PIN_MAP_TCPWM_LINE |
Indicates that a pin map exists for tcpwm_line. | |
#define | CYHAL_PIN_MAP_TCPWM_LINE_COMPL |
Indicates that a pin map exists for tcpwm_line_compl. | |
#define | CYHAL_PIN_MAP_TCPWM_TR_IN |
Indicates that a pin map exists for tcpwm_tr_in. | |
Typedefs | |
typedef cyhal_gpio_psoc4100sp_48_tqfp_t | cyhal_gpio_t |
Create generic name for the series/package specific type. More... | |
Enumerations | |
enum | cyhal_gpio_psoc4100sp_48_tqfp_t { NC = 0xFF, P0_0 = CYHAL_GET_GPIO(CYHAL_PORT_0, 0), P0_1 = CYHAL_GET_GPIO(CYHAL_PORT_0, 1), P0_2 = CYHAL_GET_GPIO(CYHAL_PORT_0, 2), P0_3 = CYHAL_GET_GPIO(CYHAL_PORT_0, 3), P0_4 = CYHAL_GET_GPIO(CYHAL_PORT_0, 4), P0_5 = CYHAL_GET_GPIO(CYHAL_PORT_0, 5), P0_6 = CYHAL_GET_GPIO(CYHAL_PORT_0, 6), P0_7 = CYHAL_GET_GPIO(CYHAL_PORT_0, 7), P1_0 = CYHAL_GET_GPIO(CYHAL_PORT_1, 0), P1_1 = CYHAL_GET_GPIO(CYHAL_PORT_1, 1), P1_2 = CYHAL_GET_GPIO(CYHAL_PORT_1, 2), P1_3 = CYHAL_GET_GPIO(CYHAL_PORT_1, 3), P1_4 = CYHAL_GET_GPIO(CYHAL_PORT_1, 4), P1_5 = CYHAL_GET_GPIO(CYHAL_PORT_1, 5), P1_6 = CYHAL_GET_GPIO(CYHAL_PORT_1, 6), P1_7 = CYHAL_GET_GPIO(CYHAL_PORT_1, 7), P2_0 = CYHAL_GET_GPIO(CYHAL_PORT_2, 0), P2_1 = CYHAL_GET_GPIO(CYHAL_PORT_2, 1), P2_2 = CYHAL_GET_GPIO(CYHAL_PORT_2, 2), P2_3 = CYHAL_GET_GPIO(CYHAL_PORT_2, 3), P2_4 = CYHAL_GET_GPIO(CYHAL_PORT_2, 4), P2_5 = CYHAL_GET_GPIO(CYHAL_PORT_2, 5), P2_6 = CYHAL_GET_GPIO(CYHAL_PORT_2, 6), P2_7 = CYHAL_GET_GPIO(CYHAL_PORT_2, 7), P3_0 = CYHAL_GET_GPIO(CYHAL_PORT_3, 0), P3_1 = CYHAL_GET_GPIO(CYHAL_PORT_3, 1), P3_2 = CYHAL_GET_GPIO(CYHAL_PORT_3, 2), P3_3 = CYHAL_GET_GPIO(CYHAL_PORT_3, 3), P3_4 = CYHAL_GET_GPIO(CYHAL_PORT_3, 4), P3_5 = CYHAL_GET_GPIO(CYHAL_PORT_3, 5), P3_6 = CYHAL_GET_GPIO(CYHAL_PORT_3, 6), P3_7 = CYHAL_GET_GPIO(CYHAL_PORT_3, 7), P4_0 = CYHAL_GET_GPIO(CYHAL_PORT_4, 0), P4_1 = CYHAL_GET_GPIO(CYHAL_PORT_4, 1), P4_2 = CYHAL_GET_GPIO(CYHAL_PORT_4, 2), P4_3 = CYHAL_GET_GPIO(CYHAL_PORT_4, 3), P7_0 = CYHAL_GET_GPIO(CYHAL_PORT_7, 0), P7_1 = CYHAL_GET_GPIO(CYHAL_PORT_7, 1) } |
Definitions for all of the pins that are bonded out on in the 48-TQFP package for the PSoC4100Sp series. More... | |
Variables | |
const cyhal_resource_pin_mapping_t | cyhal_pin_map_can_can_rx [1] |
List of valid pin to peripheral connections for the can_can_rx signal. More... | |
const cyhal_resource_pin_mapping_t | cyhal_pin_map_can_can_tx [1] |
List of valid pin to peripheral connections for the can_can_tx signal. More... | |
const cyhal_resource_pin_mapping_t | cyhal_pin_map_can_can_tx_enb_n [1] |
List of valid pin to peripheral connections for the can_can_tx_enb_n signal. More... | |
const cyhal_resource_pin_mapping_t | cyhal_pin_map_lpcomp_comp [4] |
List of valid pin to peripheral connections for the lpcomp_comp signal. More... | |
const cyhal_resource_pin_mapping_t | cyhal_pin_map_lpcomp_in_n [2] |
List of valid pin to peripheral connections for the lpcomp_in_n signal. More... | |
const cyhal_resource_pin_mapping_t | cyhal_pin_map_lpcomp_in_p [2] |
List of valid pin to peripheral connections for the lpcomp_in_p signal. More... | |
const cyhal_resource_pin_mapping_t | cyhal_pin_map_opamp_dsi_ctb_cmp [2] |
List of valid pin to peripheral connections for the opamp_dsi_ctb_cmp signal. More... | |
const cyhal_resource_pin_mapping_t | cyhal_pin_map_opamp_out_10x [2] |
List of valid pin to peripheral connections for the opamp_out_10x signal. More... | |
const cyhal_resource_pin_mapping_t | cyhal_pin_map_opamp_vin_m [2] |
List of valid pin to peripheral connections for the opamp_vin_m signal. More... | |
const cyhal_resource_pin_mapping_t | cyhal_pin_map_opamp_vin_p0 [2] |
List of valid pin to peripheral connections for the opamp_vin_p0 signal. More... | |
const cyhal_resource_pin_mapping_t | cyhal_pin_map_opamp_vin_p1 [2] |
List of valid pin to peripheral connections for the opamp_vin_p1 signal. More... | |
const cyhal_resource_pin_mapping_t | cyhal_pin_map_pass_dsi_sar_data [12] |
List of valid pin to peripheral connections for the pass_dsi_sar_data signal. More... | |
const cyhal_resource_pin_mapping_t | cyhal_pin_map_pass_dsi_sar_data_valid [1] |
List of valid pin to peripheral connections for the pass_dsi_sar_data_valid signal. More... | |
const cyhal_resource_pin_mapping_t | cyhal_pin_map_pass_dsi_sar_sample_done [1] |
List of valid pin to peripheral connections for the pass_dsi_sar_sample_done signal. More... | |
const cyhal_resource_pin_mapping_t | cyhal_pin_map_pass_sar_ext_vref0 [1] |
List of valid pin to peripheral connections for the pass_sar_ext_vref0 signal. More... | |
const cyhal_resource_pin_mapping_t | cyhal_pin_map_pass_sar_ext_vref1 [1] |
List of valid pin to peripheral connections for the pass_sar_ext_vref1 signal. More... | |
const cyhal_resource_pin_mapping_t | cyhal_pin_map_pass_sarmux_pads [8] |
List of valid pin to peripheral connections for the pass_sarmux_pads signal. More... | |
const cyhal_resource_pin_mapping_t | cyhal_pin_map_pass_tr_sar_out [1] |
List of valid pin to peripheral connections for the pass_tr_sar_out signal. More... | |
const cyhal_resource_pin_mapping_t | cyhal_pin_map_scb_i2c_scl [9] |
List of valid pin to peripheral connections for the scb_i2c_scl signal. More... | |
const cyhal_resource_pin_mapping_t | cyhal_pin_map_scb_i2c_sda [9] |
List of valid pin to peripheral connections for the scb_i2c_sda signal. More... | |
const cyhal_resource_pin_mapping_t | cyhal_pin_map_scb_spi_m_clk [6] |
List of valid pin to peripheral connections for the scb_spi_m_clk signal. More... | |
const cyhal_resource_pin_mapping_t | cyhal_pin_map_scb_spi_m_miso [7] |
List of valid pin to peripheral connections for the scb_spi_m_miso signal. More... | |
const cyhal_resource_pin_mapping_t | cyhal_pin_map_scb_spi_m_mosi [7] |
List of valid pin to peripheral connections for the scb_spi_m_mosi signal. More... | |
const cyhal_resource_pin_mapping_t | cyhal_pin_map_scb_spi_m_select0 [6] |
List of valid pin to peripheral connections for the scb_spi_m_select0 signal. More... | |
const cyhal_resource_pin_mapping_t | cyhal_pin_map_scb_spi_m_select1 [4] |
List of valid pin to peripheral connections for the scb_spi_m_select1 signal. More... | |
const cyhal_resource_pin_mapping_t | cyhal_pin_map_scb_spi_m_select2 [4] |
List of valid pin to peripheral connections for the scb_spi_m_select2 signal. More... | |
const cyhal_resource_pin_mapping_t | cyhal_pin_map_scb_spi_m_select3 [5] |
List of valid pin to peripheral connections for the scb_spi_m_select3 signal. More... | |
const cyhal_resource_pin_mapping_t | cyhal_pin_map_scb_spi_s_clk [6] |
List of valid pin to peripheral connections for the scb_spi_s_clk signal. More... | |
const cyhal_resource_pin_mapping_t | cyhal_pin_map_scb_spi_s_miso [7] |
List of valid pin to peripheral connections for the scb_spi_s_miso signal. More... | |
const cyhal_resource_pin_mapping_t | cyhal_pin_map_scb_spi_s_mosi [7] |
List of valid pin to peripheral connections for the scb_spi_s_mosi signal. More... | |
const cyhal_resource_pin_mapping_t | cyhal_pin_map_scb_spi_s_select0 [6] |
List of valid pin to peripheral connections for the scb_spi_s_select0 signal. More... | |
const cyhal_resource_pin_mapping_t | cyhal_pin_map_scb_spi_s_select1 [4] |
List of valid pin to peripheral connections for the scb_spi_s_select1 signal. More... | |
const cyhal_resource_pin_mapping_t | cyhal_pin_map_scb_spi_s_select2 [4] |
List of valid pin to peripheral connections for the scb_spi_s_select2 signal. More... | |
const cyhal_resource_pin_mapping_t | cyhal_pin_map_scb_spi_s_select3 [5] |
List of valid pin to peripheral connections for the scb_spi_s_select3 signal. More... | |
const cyhal_resource_pin_mapping_t | cyhal_pin_map_scb_uart_cts [6] |
List of valid pin to peripheral connections for the scb_uart_cts signal. More... | |
const cyhal_resource_pin_mapping_t | cyhal_pin_map_scb_uart_rts [6] |
List of valid pin to peripheral connections for the scb_uart_rts signal. More... | |
const cyhal_resource_pin_mapping_t | cyhal_pin_map_scb_uart_rx [7] |
List of valid pin to peripheral connections for the scb_uart_rx signal. More... | |
const cyhal_resource_pin_mapping_t | cyhal_pin_map_scb_uart_tx [8] |
List of valid pin to peripheral connections for the scb_uart_tx signal. More... | |
const cyhal_resource_pin_mapping_t | cyhal_pin_map_tcpwm_line [14] |
List of valid pin to peripheral connections for the tcpwm_line signal. More... | |
const cyhal_resource_pin_mapping_t | cyhal_pin_map_tcpwm_line_compl [13] |
List of valid pin to peripheral connections for the tcpwm_line_compl signal. More... | |
const cyhal_resource_pin_mapping_t | cyhal_pin_map_tcpwm_tr_in [7] |
List of valid pin to peripheral connections for the tcpwm_tr_in signal. More... | |
struct cyhal_resource_pin_mapping_t |
Data Fields | ||
---|---|---|
const cyhal_resource_inst_t * | inst | The associated resource instance. |
cyhal_gpio_t | pin | The GPIO pin. |
uint8_t | drive_mode | The DriveMode configuration value. |
en_hsiom_sel_t | hsiom | The HSIOM configuration value. |
Create generic name for the series/package specific type.
Definitions for all of the pins that are bonded out on in the 48-TQFP package for the PSoC4100Sp series.
const cyhal_resource_pin_mapping_t cyhal_pin_map_can_can_rx[1] |
List of valid pin to peripheral connections for the can_can_rx signal.
const cyhal_resource_pin_mapping_t cyhal_pin_map_can_can_tx[1] |
List of valid pin to peripheral connections for the can_can_tx signal.
const cyhal_resource_pin_mapping_t cyhal_pin_map_can_can_tx_enb_n[1] |
List of valid pin to peripheral connections for the can_can_tx_enb_n signal.
const cyhal_resource_pin_mapping_t cyhal_pin_map_lpcomp_comp[4] |
List of valid pin to peripheral connections for the lpcomp_comp signal.
const cyhal_resource_pin_mapping_t cyhal_pin_map_lpcomp_in_n[2] |
List of valid pin to peripheral connections for the lpcomp_in_n signal.
const cyhal_resource_pin_mapping_t cyhal_pin_map_lpcomp_in_p[2] |
List of valid pin to peripheral connections for the lpcomp_in_p signal.
const cyhal_resource_pin_mapping_t cyhal_pin_map_opamp_dsi_ctb_cmp[2] |
List of valid pin to peripheral connections for the opamp_dsi_ctb_cmp signal.
const cyhal_resource_pin_mapping_t cyhal_pin_map_opamp_out_10x[2] |
List of valid pin to peripheral connections for the opamp_out_10x signal.
const cyhal_resource_pin_mapping_t cyhal_pin_map_opamp_vin_m[2] |
List of valid pin to peripheral connections for the opamp_vin_m signal.
const cyhal_resource_pin_mapping_t cyhal_pin_map_opamp_vin_p0[2] |
List of valid pin to peripheral connections for the opamp_vin_p0 signal.
const cyhal_resource_pin_mapping_t cyhal_pin_map_opamp_vin_p1[2] |
List of valid pin to peripheral connections for the opamp_vin_p1 signal.
const cyhal_resource_pin_mapping_t cyhal_pin_map_pass_dsi_sar_data[12] |
List of valid pin to peripheral connections for the pass_dsi_sar_data signal.
const cyhal_resource_pin_mapping_t cyhal_pin_map_pass_dsi_sar_data_valid[1] |
List of valid pin to peripheral connections for the pass_dsi_sar_data_valid signal.
const cyhal_resource_pin_mapping_t cyhal_pin_map_pass_dsi_sar_sample_done[1] |
List of valid pin to peripheral connections for the pass_dsi_sar_sample_done signal.
const cyhal_resource_pin_mapping_t cyhal_pin_map_pass_sar_ext_vref0[1] |
List of valid pin to peripheral connections for the pass_sar_ext_vref0 signal.
const cyhal_resource_pin_mapping_t cyhal_pin_map_pass_sar_ext_vref1[1] |
List of valid pin to peripheral connections for the pass_sar_ext_vref1 signal.
const cyhal_resource_pin_mapping_t cyhal_pin_map_pass_sarmux_pads[8] |
List of valid pin to peripheral connections for the pass_sarmux_pads signal.
const cyhal_resource_pin_mapping_t cyhal_pin_map_pass_tr_sar_out[1] |
List of valid pin to peripheral connections for the pass_tr_sar_out signal.
const cyhal_resource_pin_mapping_t cyhal_pin_map_scb_i2c_scl[9] |
List of valid pin to peripheral connections for the scb_i2c_scl signal.
const cyhal_resource_pin_mapping_t cyhal_pin_map_scb_i2c_sda[9] |
List of valid pin to peripheral connections for the scb_i2c_sda signal.
const cyhal_resource_pin_mapping_t cyhal_pin_map_scb_spi_m_clk[6] |
List of valid pin to peripheral connections for the scb_spi_m_clk signal.
const cyhal_resource_pin_mapping_t cyhal_pin_map_scb_spi_m_miso[7] |
List of valid pin to peripheral connections for the scb_spi_m_miso signal.
const cyhal_resource_pin_mapping_t cyhal_pin_map_scb_spi_m_mosi[7] |
List of valid pin to peripheral connections for the scb_spi_m_mosi signal.
const cyhal_resource_pin_mapping_t cyhal_pin_map_scb_spi_m_select0[6] |
List of valid pin to peripheral connections for the scb_spi_m_select0 signal.
const cyhal_resource_pin_mapping_t cyhal_pin_map_scb_spi_m_select1[4] |
List of valid pin to peripheral connections for the scb_spi_m_select1 signal.
const cyhal_resource_pin_mapping_t cyhal_pin_map_scb_spi_m_select2[4] |
List of valid pin to peripheral connections for the scb_spi_m_select2 signal.
const cyhal_resource_pin_mapping_t cyhal_pin_map_scb_spi_m_select3[5] |
List of valid pin to peripheral connections for the scb_spi_m_select3 signal.
const cyhal_resource_pin_mapping_t cyhal_pin_map_scb_spi_s_clk[6] |
List of valid pin to peripheral connections for the scb_spi_s_clk signal.
const cyhal_resource_pin_mapping_t cyhal_pin_map_scb_spi_s_miso[7] |
List of valid pin to peripheral connections for the scb_spi_s_miso signal.
const cyhal_resource_pin_mapping_t cyhal_pin_map_scb_spi_s_mosi[7] |
List of valid pin to peripheral connections for the scb_spi_s_mosi signal.
const cyhal_resource_pin_mapping_t cyhal_pin_map_scb_spi_s_select0[6] |
List of valid pin to peripheral connections for the scb_spi_s_select0 signal.
const cyhal_resource_pin_mapping_t cyhal_pin_map_scb_spi_s_select1[4] |
List of valid pin to peripheral connections for the scb_spi_s_select1 signal.
const cyhal_resource_pin_mapping_t cyhal_pin_map_scb_spi_s_select2[4] |
List of valid pin to peripheral connections for the scb_spi_s_select2 signal.
const cyhal_resource_pin_mapping_t cyhal_pin_map_scb_spi_s_select3[5] |
List of valid pin to peripheral connections for the scb_spi_s_select3 signal.
const cyhal_resource_pin_mapping_t cyhal_pin_map_scb_uart_cts[6] |
List of valid pin to peripheral connections for the scb_uart_cts signal.
const cyhal_resource_pin_mapping_t cyhal_pin_map_scb_uart_rts[6] |
List of valid pin to peripheral connections for the scb_uart_rts signal.
const cyhal_resource_pin_mapping_t cyhal_pin_map_scb_uart_rx[7] |
List of valid pin to peripheral connections for the scb_uart_rx signal.
const cyhal_resource_pin_mapping_t cyhal_pin_map_scb_uart_tx[8] |
List of valid pin to peripheral connections for the scb_uart_tx signal.
const cyhal_resource_pin_mapping_t cyhal_pin_map_tcpwm_line[14] |
List of valid pin to peripheral connections for the tcpwm_line signal.
const cyhal_resource_pin_mapping_t cyhal_pin_map_tcpwm_line_compl[13] |
List of valid pin to peripheral connections for the tcpwm_line_compl signal.
const cyhal_resource_pin_mapping_t cyhal_pin_map_tcpwm_tr_in[7] |
List of valid pin to peripheral connections for the tcpwm_tr_in signal.