Searched refs:tx_map (Results 1 – 1 of 1) sorted by relevance
675 …const cyhal_resource_pin_mapping_t *tx_map = _CYHAL_SCB_FIND_MAP_BLOCK(tx, cyhal_pin_map_scb_uart_… in _cyhal_uart_setup_resources() local680 …if ((NC != tx && NULL == tx_map) || (NC != rx && NULL == rx_map) || (NC != cts && NULL == cts_map)… in _cyhal_uart_setup_resources()699 … result = _cyhal_utils_reserve_and_connect(tx_map, (uint8_t)CYHAL_PIN_MAP_DRIVE_MODE_SCB_UART_TX); in _cyhal_uart_setup_resources()