Home
last modified time | relevance | path

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

/hal_infineon-3.5.0/mtb-hal-cat1/source/
Dcyhal_interconnect.c140 …uint8_t mux_group, uint8_t mux_group_1to1_offset, uint8_t source_idx, uint8_t dest_idx, cyhal_sign… in _cyhal_interconnect_change_connection_direct() argument
144 CY_UNUSED_PARAMETER(mux_group_1to1_offset); in _cyhal_interconnect_change_connection_direct()
152 uint32_t out_trig = CY_SELECT_OUTPUT_LINE(mux_group - mux_group_1to1_offset, dest_idx); in _cyhal_interconnect_change_connection_direct()
244 const int8_t mux_group_1to1_offset = _cyhal_get_first_1to1_mux_idx(); in _cyhal_interconnect_check_connection() local
251 mux_group = mux_group_1to1_offset + (mux_group & ~0x80); in _cyhal_interconnect_check_connection()
276 …: _cyhal_interconnect_change_connection_direct(mux_group, mux_group_1to1_offset, source_idx, dest_… in _cyhal_interconnect_check_connection()