Home
last modified time | relevance | path

Searched defs:dest_idx (Results 1 – 1 of 1) sorted by relevance

/hal_infineon-3.6.0/mtb-hal-cat1/source/
Dcyhal_interconnect.c85 #define CY_TRIGMUX_OUTPUT_LINE(mux_group, dest_idx) (uint32_t)(0x40000000 | ((get_local_peri_group… argument
86 #define CY_SELECT_OUTPUT_LINE(mux_group, dest_idx) (uint32_t)(0x40001000 | ((get_local_peri_group_n… argument
140 …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()
253 uint8_t dest_idx = cyhal_mux_dest_index[dest]; in _cyhal_interconnect_check_connection() local