Searched refs:Cy_GPIO_GetHSIOM (Results 1 – 5 of 5) sorted by relevance
199 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()
448 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()
2441 *hsiom_ptr = Cy_GPIO_GetHSIOM(port, pin); in _cyhal_sdhc_pc_config_single_pin()
842 en_hsiom_sel_t Cy_GPIO_GetHSIOM(GPIO_PRT_Type* base, uint32_t pinNum);
986 en_hsiom_sel_t Cy_GPIO_GetHSIOM(GPIO_PRT_Type* base, uint32_t pinNum) in Cy_GPIO_GetHSIOM() function