Searched refs:rtsport (Results 1 – 1 of 1) sorted by relevance
394 …GPIO_PRT_Type *rtsport = ((obj->pin_rts != NC) && obj->rts_enabled) ? CYHAL_GET_PORTADDR(obj->pin_… in _cyhal_uart_pm_callback_instance() local437 if (NULL != rtsport) in _cyhal_uart_pm_callback_instance()439 Cy_GPIO_SetHSIOM(rtsport, rtspin, obj->saved_rts_hsiom); in _cyhal_uart_pm_callback_instance()446 if (NULL != rtsport) in _cyhal_uart_pm_callback_instance()448 obj->saved_rts_hsiom = Cy_GPIO_GetHSIOM(rtsport, rtspin); in _cyhal_uart_pm_callback_instance()449 Cy_GPIO_Set(rtsport, rtspin); in _cyhal_uart_pm_callback_instance()450 Cy_GPIO_SetHSIOM(rtsport, rtspin, HSIOM_SEL_GPIO); in _cyhal_uart_pm_callback_instance()502 if (NULL != rtsport) in _cyhal_uart_pm_callback_instance()504 obj->saved_rts_hsiom = Cy_GPIO_GetHSIOM(rtsport, rtspin); in _cyhal_uart_pm_callback_instance()505 Cy_GPIO_Set(rtsport, rtspin); in _cyhal_uart_pm_callback_instance()[all …]