Home
last modified time | relevance | path

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

/hal_infineon-latest/mtb-hal-cat1/source/
Dcyhal_qspi.c199 obj->saved_io_hsiom[i] = Cy_GPIO_GetHSIOM(port, pin); in _cyhal_qspi_set_pins_frozen()
217 obj->saved_sclk_hsiom = Cy_GPIO_GetHSIOM(port, pin); in _cyhal_qspi_set_pins_frozen()
236 obj->saved_ssel_hsiom[i] = Cy_GPIO_GetHSIOM(port, pin); in _cyhal_qspi_set_pins_frozen()
Dcyhal_uart.c448 obj->saved_rts_hsiom = Cy_GPIO_GetHSIOM(rtsport, rtspin); in _cyhal_uart_pm_callback_instance()
498 obj->saved_tx_hsiom = Cy_GPIO_GetHSIOM(txport, txpin); in _cyhal_uart_pm_callback_instance()
504 obj->saved_rts_hsiom = Cy_GPIO_GetHSIOM(rtsport, rtspin); in _cyhal_uart_pm_callback_instance()
Dcyhal_sdhc.c2441 *hsiom_ptr = Cy_GPIO_GetHSIOM(port, pin); in _cyhal_sdhc_pc_config_single_pin()
/hal_infineon-latest/mtb-pdl-cat1/drivers/include/
Dcy_gpio.h842 en_hsiom_sel_t Cy_GPIO_GetHSIOM(GPIO_PRT_Type* base, uint32_t pinNum);
/hal_infineon-latest/mtb-pdl-cat1/drivers/source/
Dcy_gpio.c986 en_hsiom_sel_t Cy_GPIO_GetHSIOM(GPIO_PRT_Type* base, uint32_t pinNum) in Cy_GPIO_GetHSIOM() function