Line data Source code
1 0 : /*
2 : * Copyright (c) 2025 Infineon Technologies AG,
3 : * or an affiliate of Infineon Technologies AG.
4 : *
5 : * SPDX-License-Identifier: Apache-2.0
6 : */
7 :
8 1 : #define IFX_CAT1_CLKPATH_IN_IMO 0 /**< Select the IMO as the output of the path mux */
9 1 : #define IFX_CAT1_CLKPATH_IN_EXT 1 /**< Select the EXT as the output of the path mux */
10 1 : #define IFX_CAT1_CLKPATH_IN_ECO 2 /**< Select the ECO as the output of the path mux */
11 1 : #define IFX_CAT1_CLKPATH_IN_ALTHF 3 /**< Select the ALTHF as the output of the path mux */
12 : /* Select the DSI MUX output as the output of the path mux */
13 0 : #define IFX_CAT1_CLKPATH_IN_DSIMUX 4
14 1 : #define IFX_CAT1_CLKPATH_IN_LPECO 5 /**< Select the LPECO as the output of the path mux */
15 1 : #define IFX_CAT1_CLKPATH_IN_IHO 6 /**< Select the IHO as the output of the path mux */
16 : /* Select a DSI signal (0 - 15) as the output of the DSI mux and path mux. \
17 : * Make sure the DSI clock sources are available on used device. \
18 : */
19 1 : #define IFX_CAT1_CLKPATH_IN_DSI 0x100
20 : /**< Select the ILO (16) as the output of the DSI mux and path mux */
21 1 : #define IFX_CAT1_CLKPATH_IN_ILO 0x110
22 : /**< Select the WCO (17) as the output of the DSI mux and path mux */
23 1 : #define IFX_CAT1_CLKPATH_IN_WCO 0x111
24 : /**< Select the ALTLF (18) as the output of the DSI mux and path mux. \
25 : * Make sure the ALTLF clock sources in available on used device. \
26 : */
27 1 : #define IFX_CAT1_CLKPATH_IN_ALTLF 0x112
28 : /**< Select the PILO (19) as the output of the DSI mux and path mux. \
29 : * Make sure the PILO clock sources in available on used device. \
30 : */
31 1 : #define IFX_CAT1_CLKPATH_IN_PILO 0x113
32 : /**< Select the ILO1 (20) as the output of the DSI mux and path mux */
33 0 : #define IFX_CAT1_CLKPATH_IN_ILO1 0x114
|