Home
last modified time | relevance | path

Searched refs:pin_rts (Results 1 – 2 of 2) sorted by relevance

/hal_infineon-latest/mtb-hal-cat1/source/
Dcyhal_uart.c394 …GPIO_PRT_Type *rtsport = ((obj->pin_rts != NC) && obj->rts_enabled) ? CYHAL_GET_PORTADDR(obj->pin_… in _cyhal_uart_pm_callback_instance()
396 uint8_t rtspin = (uint8_t)CYHAL_GET_PIN(obj->pin_rts); in _cyhal_uart_pm_callback_instance()
628 obj->pin_rts = CYHAL_NC_PIN_VALUE; in _cyhal_uart_setup_resources()
734 obj->pin_rts = rts; in _cyhal_uart_setup_resources()
873 obj->pin_rts = cfg->gpios.pin_rts; in cyhal_uart_init_cfg()
877 obj->rts_enabled = (NC != cfg->gpios.pin_rts); in cyhal_uart_init_cfg()
930 _cyhal_utils_release_if_used(&(obj->pin_rts)); in cyhal_uart_free()
1169 if ((CY_RSLT_SUCCESS == result) && (obj->pin_rts != NC)) in cyhal_uart_enable_flow_control()
1173 …const cyhal_resource_pin_mapping_t *rts_map = _CYHAL_SCB_FIND_MAP_BLOCK(obj->pin_rts, cyhal_pin_ma… in cyhal_uart_enable_flow_control()
1188 _cyhal_utils_disconnect_and_free(obj->pin_rts); in cyhal_uart_enable_flow_control()
[all …]
/hal_infineon-latest/mtb-hal-cat1/include_pvt/
Dcyhal_hw_types.h1520 cyhal_gpio_t pin_rts; member
1564 cyhal_gpio_t pin_rts; member