Home
last modified time | relevance | path

Searched refs:pins (Results 1 – 5 of 5) sorted by relevance

/hal_infineon-latest/mtb-hal-cat1/
DRELEASE.md69 * Extend documentation on pins and triggers to cover additional devices.
109 …IO selection is moved into the RX/TX specific pins struct. This allows RX and TX to use separate m…
115 …output (for example, the `line_compl` pins on PSoC™ devices). This improves consistency with the b…
118 …_init() now takes io[x] and ssel pins as pointer to cyhal_qspi_slave_pin_config_t structure, that …
131 …rol, which only controls the enablement status of flow control. CTS / RTS pins are now provided vi…
DREADME.md22 …ck instance that connects to the specified pins. If multiple block instances can connect to the sp…
37 …e-time dependent on device-specific data structures (for example, mapping pins to peripheral insta…
/hal_infineon-latest/mtb-hal-cat1/source/
Dcyhal_sdhc.c401 cyhal_gpio_t pins[] = { pin_pwr_en, pin_io_volt_sel, pin_card_detect, pin_write_prot }; in _cyhal_sdxx_handle_weak_func() local
421 …if (NULL == _cyhal_utils_get_resource(pins[f_idx], pin_mappings[f_idx], pin_mapping_sizes[f_idx], … in _cyhal_sdxx_handle_weak_func()
423 cyhal_gpio_write(pins[f_idx], enable); in _cyhal_sdxx_handle_weak_func()
428 else if (NC == pins[f_idx]) in _cyhal_sdxx_handle_weak_func()
434 …else if (NULL == _cyhal_utils_get_resource(pins[f_idx], pin_mappings[f_idx], pin_mapping_sizes[f_i… in _cyhal_sdxx_handle_weak_func()
439 return !cyhal_gpio_read(pins[f_idx]); in _cyhal_sdxx_handle_weak_func()
444 return cyhal_gpio_read(pins[f_idx]); in _cyhal_sdxx_handle_weak_func()
449 cyhal_gpio_write(pins[f_idx], enable); in _cyhal_sdxx_handle_weak_func()
/hal_infineon-latest/mtb-template-cat1/
DRELEASE.md6 * Added options for setting configuration of WL companion radio REG_ON and HOST_WAKE pins.
/hal_infineon-latest/mtb-pdl-cat1/drivers/include/
Dcy_syspm.h2610 #error A maximum of 10 hibernate wakeup pins are supported