Searched refs:rts_map (Results 1 – 1 of 1) sorted by relevance
678 …const cyhal_resource_pin_mapping_t *rts_map = _CYHAL_SCB_FIND_MAP_BLOCK(rts, cyhal_pin_map_scb_uar… in _cyhal_uart_setup_resources() local680 …| (NC != rx && NULL == rx_map) || (NC != cts && NULL == cts_map) || (NC != rts && NULL == rts_map)) in _cyhal_uart_setup_resources()727 if ((result == CY_RSLT_SUCCESS) && (NULL != rts_map)) in _cyhal_uart_setup_resources()730 …result = _cyhal_utils_reserve_and_connect(rts_map, (uint8_t)CYHAL_PIN_MAP_DRIVE_MODE_SCB_UART_RTS); in _cyhal_uart_setup_resources()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() local1176 …result = _cyhal_utils_reserve_and_connect(rts_map, (uint8_t)CYHAL_PIN_MAP_DRIVE_MODE_SCB_UART_RTS); in cyhal_uart_enable_flow_control()1180 result = cyhal_connect_pin(rts_map, (uint8_t)CYHAL_PIN_MAP_DRIVE_MODE_SCB_UART_RTS); in cyhal_uart_enable_flow_control()